mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
glibc-package.inc: Remove warnings about unpacked directories
If documemtation generation is disabled, the recipe throws warnings about unpackaged files. Avoid this. (From OE-Core rev: 811a5b1b4d4da97caaca2779c8aa5687cbf0c609) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -213,6 +213,8 @@ stash_locale_cleanup () {
|
||||
rm -rf $cleanupdir${libdir}/gconv
|
||||
rm -rf $cleanupdir${localedir}
|
||||
rm -rf $cleanupdir${datadir}/locale
|
||||
rmdir --ignore-fail-on-non-empty $cleanupdir${datadir}
|
||||
|
||||
if [ "${libdir}" != "${exec_prefix}/lib" ] && [ "${root_prefix}/lib" != "${exec_prefix}/lib" ]; then
|
||||
if [ -d "$cleanupdir${exec_prefix}/lib" ]; then
|
||||
if [ -z "${ARCH_DYNAMIC_LOADER}" -o \
|
||||
|
||||
Reference in New Issue
Block a user