From 2e75c084f2cfe7617de3b9a4b006caa3fee687a6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 30 Sep 2020 16:34:08 +0100 Subject: glibc: do_stash_locale must not delete files from ${D} do_stash_locale doesn't run in fakeroot context, do_install does. We therefore shouldn't delete files that do_install has added or it leaves potentially problemtic entries in the fakeroot database. Leaving the files around doesn't change or break anything else. (From OE-Core rev: f18817f5340d06f7b4bb846a83b48731a1b9c4bc) Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-package.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index 5f1ab60dc6..f7e4b59a5b 100644 --- a/meta/recipes-core/glibc/glibc-package.inc +++ b/meta/recipes-core/glibc/glibc-package.inc @@ -192,7 +192,6 @@ do_stash_locale () { fi cp -fpPR ${D}${datadir}/* $dest${datadir} - rm -rf ${D}${datadir}/locale/ cp -fpPR ${WORKDIR}/SUPPORTED $dest target=$dest/scripts -- cgit v1.2.3-54-g00ecf