diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-09-19 11:08:48 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:19:32 +0100 |
| commit | 77ae0d905a5bfce86b64c5e56997830e90fdd319 (patch) | |
| tree | 2b9bb79b36774e3e68aee74204f6235f0a59d89a /scripts/wipe-sysroot | |
| parent | 06965e88e6380ac68bca0ebc68a45adf02c1031d (diff) | |
| download | poky-77ae0d905a5bfce86b64c5e56997830e90fdd319.tar.gz | |
wipe-sysroot: delete pkgdata stamps
The pkgdata stamps now need to be wiped away if the sysroot is destroyed.
(From OE-Core rev: e6ef8399cd8e97b9cd59855e11f1792445f0e65b)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/wipe-sysroot')
| -rwxr-xr-x | scripts/wipe-sysroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/wipe-sysroot b/scripts/wipe-sysroot index 1c01166cb9..7ca26fe750 100755 --- a/scripts/wipe-sysroot +++ b/scripts/wipe-sysroot | |||
| @@ -39,6 +39,8 @@ rm -rf $STAGING_DIR | |||
| 39 | # The stamps that said the sysroot was populated | 39 | # The stamps that said the sysroot was populated |
| 40 | rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot.* | 40 | rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot.* |
| 41 | rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot_setscene.* | 41 | rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot_setscene.* |
| 42 | rm -rf $STAMPS_DIR/*/*/*.do_packagedata.* | ||
| 43 | rm -rf $STAMPS_DIR/*/*/*.do_packagedata_setscene.* | ||
| 42 | 44 | ||
| 43 | # The sstate manifests | 45 | # The sstate manifests |
| 44 | rm -rf $SSTATE_MANIFESTS/manifest-*.populate-sysroot | 46 | rm -rf $SSTATE_MANIFESTS/manifest-*.populate-sysroot |
