bitbake: build/siggen.py: Avoid removing too many stamps when cleaning
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Nov 2012 13:34:33 +0000 (13:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Nov 2012 14:14:07 +0000 (14:14 +0000)
commitc0adbc52d83099d618207b285791928108cea6be
treee63b4e46be44387d61ce6871ac8af448b4a7b49f
parent3a749e499aa0687da6606544f0a99247203a31b2
bitbake: build/siggen.py: Avoid removing too many stamps when cleaning

The "*" part of the mask is to ensure we clean both any stamp, and any
setscene varient. It turns out we would also trample other tasks,
e.g. do_package_write could trample do_package_write_rpm. do_package also
tramples do_package_write_* but this is less of an issue since the other
tasks depend on it.

Rather than use the wildcard, we can just use a list instead.

[YOCTO #3484]

(Bitbake rev: c14d831ea3f625e9a47266a0c4e6deefc924ca5a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/build.py
bitbake/lib/bb/siggen.py