[OE-core] [PATCH] wipe-sysroot: fix wrong glob when removing manifests

Ross Burton ross.burton at intel.com
Fri May 20 10:54:15 UTC 2016


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

diff --git a/scripts/wipe-sysroot b/scripts/wipe-sysroot
index 9e067e8..5e6b1a4 100755
--- a/scripts/wipe-sysroot
+++ b/scripts/wipe-sysroot
@@ -51,4 +51,4 @@ rm -rf $STAMPS_DIR/*/*/*.do_packagedata.*
 rm -rf $STAMPS_DIR/*/*/*.do_packagedata_setscene.*
 
 # The sstate manifests
-rm -rf $SSTATE_MANIFESTS/manifest-*.populate-sysroot
+rm -rf $SSTATE_MANIFESTS/manifest-*.populate_sysroot
-- 
2.8.0.rc3




More information about the Openembedded-core mailing list