]> code.ossystems Code Review - openembedded-core.git/commit
glibc: do_stash_locale must not delete files from ${D}
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Sep 2020 15:34:08 +0000 (16:34 +0100)
committerSteve Sakoman <steve@sakoman.com>
Wed, 7 Oct 2020 23:32:41 +0000 (13:32 -1000)
commit7325222ce0dc8a75bc2d3eb7b6049f0d995ce17f
treec2eb5532dd85b6e6c574486a08da0626aa5b3e18
parentf99dc4e49d4ad4383c826dd8f8410c32f408e9bd
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f18817f5340d06f7b4bb846a83b48731a1b9c4bc)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/glibc/glibc-package.inc