The pkgdata stamps now need to be wiped away if the sysroot is destroyed. Signed-off-by: Ross Burton <[email protected]> --- scripts/wipe-sysroot | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/scripts/wipe-sysroot b/scripts/wipe-sysroot index 1c01166..7ca26fe 100755 --- a/scripts/wipe-sysroot +++ b/scripts/wipe-sysroot @@ -39,6 +39,8 @@ rm -rf $STAGING_DIR # The stamps that said the sysroot was populated rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot.* rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot_setscene.* +rm -rf $STAMPS_DIR/*/*/*.do_packagedata.* +rm -rf $STAMPS_DIR/*/*/*.do_packagedata_setscene.* # The sstate manifests rm -rf $SSTATE_MANIFESTS/manifest-*.populate-sysroot -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
