diff options
Diffstat (limited to 'meta/recipes-core')
-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 \ |