[oe-commits] [openembedded-core] 03/20: wipe-sysroot: fix wrong glob when removing manifests

git at git.openembedded.org git at git.openembedded.org
Sun May 22 15:12:30 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 5a0b857edfd6b21ec9a88eb6e246d8c602ab84d4
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri May 20 11:36:32 2016 +0100

    wipe-sysroot: fix wrong glob when removing manifests
    
    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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list