diff options
-rw-r--r-- | meta/recipes-core/glibc/glibc-package.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index b7c64a0b2e..a1d79b3075 100644 --- a/meta/recipes-core/glibc/glibc-package.inc +++ b/meta/recipes-core/glibc/glibc-package.inc | |||
@@ -214,7 +214,7 @@ do_poststash_install_cleanup () { | |||
214 | rm -rf ${D}${libdir}/gconv | 214 | rm -rf ${D}${libdir}/gconv |
215 | rm -rf ${D}/${localedir} | 215 | rm -rf ${D}/${localedir} |
216 | rm -rf ${D}${datadir}/locale | 216 | rm -rf ${D}${datadir}/locale |
217 | if [ "${libdir}" != "${exec_prefix}/lib" ]; then | 217 | if [ "${libdir}" != "${exec_prefix}/lib" ] && [ "${root_prefix}/lib" != "${exec_prefix}/lib" ]; then |
218 | if [ -d "${D}${exec_prefix}/lib" ]; then | 218 | if [ -d "${D}${exec_prefix}/lib" ]; then |
219 | if [ -z "${ARCH_DYNAMIC_LOADER}" -o \ | 219 | if [ -z "${ARCH_DYNAMIC_LOADER}" -o \ |
220 | ! -e "${D}${exec_prefix}/lib/${ARCH_DYNAMIC_LOADER}" ]; then | 220 | ! -e "${D}${exec_prefix}/lib/${ARCH_DYNAMIC_LOADER}" ]; then |