From: Ross Burton Date: Thu, 19 Sep 2013 10:08:48 +0000 (+0100) Subject: wipe-sysroot: delete pkgdata stamps X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~35955 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ef8399cd8e97b9cd59855e11f1792445f0e65b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 1c01166cb9f..7ca26fe7500 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