diff options
author | Ross Burton <ross.burton@intel.com> | 2016-05-20 11:36:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-22 16:11:12 +0100 |
commit | 456b222e0cbba0beff9c24b9519ba116fdf271d0 (patch) | |
tree | 7c9f78c8e6987a200fcd3ff9e201568b33c57c02 | |
parent | f9b0781534caacf7ec8069971f89475d9c77d7cb (diff) | |
download | poky-456b222e0cbba0beff9c24b9519ba116fdf271d0.tar.gz |
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>
-rwxr-xr-x | scripts/wipe-sysroot | 2 |
1 files changed, 1 insertions, 1 deletions
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.* | |||
51 | rm -rf $STAMPS_DIR/*/*/*.do_packagedata_setscene.* | 51 | rm -rf $STAMPS_DIR/*/*/*.do_packagedata_setscene.* |
52 | 52 | ||
53 | # The sstate manifests | 53 | # The sstate manifests |
54 | rm -rf $SSTATE_MANIFESTS/manifest-*.populate-sysroot | 54 | rm -rf $SSTATE_MANIFESTS/manifest-*.populate_sysroot |