diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-28 13:34:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-28 14:14:07 +0000 |
commit | 9de050111b9ae323dcdbb666939afbf898f67de1 (patch) | |
tree | 92c7d67fbe423a3a6b933b435846bec838752d27 /meta/recipes-devtools/docbook-sgml-dtd | |
parent | 4493b107a7f0f9b4f441f661c16176157d950245 (diff) | |
download | poky-9de050111b9ae323dcdbb666939afbf898f67de1.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/docbook-sgml-dtd')
0 files changed, 0 insertions, 0 deletions