wipe-sysroot: delete pkgdata stamps
authorRoss Burton <ross.burton@intel.com>
Thu, 19 Sep 2013 10:08:48 +0000 (11:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Sep 2013 11:19:32 +0000 (12:19 +0100)
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>
scripts/wipe-sysroot

index 1c01166..7ca26fe 100755 (executable)
@@ -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