]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Oct 2020 22:12:55 +0000 (23:12 +0100)
commitf18817f5340d06f7b4bb846a83b48731a1b9c4bc
treee2e02afd796d1ac5f102c8b0b7a02a63e1d8b69d
parent797faa735887bb5687eeca7af5d320d530e5238e
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>
meta/recipes-core/glibc/glibc-package.inc