[gnome-continuous-yocto/gnomeostree-3.28-rocko: 468/8267] wipe-sysroot: fix wrong glob when removing manifests



commit 456b222e0cbba0beff9c24b9519ba116fdf271d0
Author: Ross Burton <ross burton intel com>
Date:   Fri May 20 11:36:32 2016 +0100

    wipe-sysroot: fix wrong glob when removing manifests
    
    (From OE-Core rev: 5a0b857edfd6b21ec9a88eb6e246d8c602ab84d4)
    
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 scripts/wipe-sysroot |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]