From: Ross Burton Date: Thu, 19 Sep 2013 10:08:48 +0000 (+0100) Subject: wipe-sysroot: delete pkgdata stamps X-Git-Tag: 2015-4~5118 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e6ef8399cd8e97b9cd59855e11f1792445f0e65b;p=openembedded-core.git wipe-sysroot: delete pkgdata stamps The pkgdata stamps now need to be wiped away if the sysroot is destroyed. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/scripts/wipe-sysroot b/scripts/wipe-sysroot index 1c01166cb9..7ca26fe750 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