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

git at git.openembedded.org git at git.openembedded.org
Sun May 22 07:52:14 UTC 2016


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

commit 41e8cc7dd79cf2ae1a6fdc145a7877b11f841d01
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