[OE-core] [PATCH] wipe-sysroot: delete pkgdata stamps

Ross Burton ross.burton at intel.com
Thu Sep 19 10:08:48 UTC 2013


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

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 scripts/wipe-sysroot |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/wipe-sysroot b/scripts/wipe-sysroot
index 1c01166..7ca26fe 100755
--- a/scripts/wipe-sysroot
+++ b/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
-- 
1.7.10.4




More information about the Openembedded-core mailing list