From: Ross Burton Date: Fri, 20 May 2016 10:36:32 +0000 (+0100) Subject: wipe-sysroot: fix wrong glob when removing manifests X-Git-Tag: uninative-1.3~1001 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5a0b857edfd6b21ec9a88eb6e246d8c602ab84d4;p=openembedded-core.git wipe-sysroot: fix wrong glob when removing manifests Signed-off-by: Ross Burton --- diff --git a/scripts/wipe-sysroot b/scripts/wipe-sysroot index 9e067e8df9..5e6b1a4e2a 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