Browse Source

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>
Ross Burton 11 years ago
parent
commit
77ae0d905a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/wipe-sysroot

+ 2 - 0
scripts/wipe-sysroot

@@ -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