[oe-commits] Ross Burton : wipe-sysroot: delete pkgdata stamps

git at git.openembedded.org git at git.openembedded.org
Fri Sep 20 11:16:21 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: e6ef8399cd8e97b9cd59855e11f1792445f0e65b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e6ef8399cd8e97b9cd59855e11f1792445f0e65b

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Sep 19 11:08:48 2013 +0100

wipe-sysroot: delete pkgdata stamps

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

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/wipe-sysroot |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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



More information about the Openembedded-commits mailing list