wipe-sysroot: delete pkgdata stamps

The pkgdata stamps now need to be wiped away if the sysroot is destroyed.

(From OE-Core rev: e6ef8399cd8e97b9cd59855e11f1792445f0e65b)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2013-09-19 11:08:48 +01:00 committed by Richard Purdie
parent 06965e88e6
commit 77ae0d905a
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ rm -rf $STAGING_DIR
# The stamps that said the sysroot was populated
rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot.*
rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot_setscene.*
rm -rf $STAMPS_DIR/*/*/*.do_packagedata.*
rm -rf $STAMPS_DIR/*/*/*.do_packagedata_setscene.*
# The sstate manifests
rm -rf $SSTATE_MANIFESTS/manifest-*.populate-sysroot