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: lucaceresoli/bug-15201-perf-libtraceevent-missing~25708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a0b857edfd6b21ec9a88eb6e246d8c602ab84d4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 9e067e8df96..5e6b1a4e2a5 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