diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-28 14:37:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-02 16:57:21 +0000 |
commit | e14c2a4986242d2a2c0eb070d4be550c56a3dded (patch) | |
tree | d28a9ea0b59f092f2dc28e13a7d5b1712b275b9f /meta | |
parent | bab3f110b512978850769532ca861d0ee67785d9 (diff) | |
download | poky-e14c2a4986242d2a2c0eb070d4be550c56a3dded.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glibc/glibc-package.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index ede9e9b909..d2667f54a1 100644 --- a/meta/recipes-core/glibc/glibc-package.inc +++ b/meta/recipes-core/glibc/glibc-package.inc | |||
@@ -213,6 +213,8 @@ stash_locale_cleanup () { | |||
213 | rm -rf $cleanupdir${libdir}/gconv | 213 | rm -rf $cleanupdir${libdir}/gconv |
214 | rm -rf $cleanupdir${localedir} | 214 | rm -rf $cleanupdir${localedir} |
215 | rm -rf $cleanupdir${datadir}/locale | 215 | rm -rf $cleanupdir${datadir}/locale |
216 | rmdir --ignore-fail-on-non-empty $cleanupdir${datadir} | ||
217 | |||
216 | if [ "${libdir}" != "${exec_prefix}/lib" ] && [ "${root_prefix}/lib" != "${exec_prefix}/lib" ]; then | 218 | if [ "${libdir}" != "${exec_prefix}/lib" ] && [ "${root_prefix}/lib" != "${exec_prefix}/lib" ]; then |
217 | if [ -d "$cleanupdir${exec_prefix}/lib" ]; then | 219 | if [ -d "$cleanupdir${exec_prefix}/lib" ]; then |
218 | if [ -z "${ARCH_DYNAMIC_LOADER}" -o \ | 220 | if [ -z "${ARCH_DYNAMIC_LOADER}" -o \ |