diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-package.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc index c36d16c0ce..3adf1a9ef9 100644 --- a/meta/recipes-core/eglibc/eglibc-package.inc +++ b/meta/recipes-core/eglibc/eglibc-package.inc | |||
@@ -75,7 +75,7 @@ do_install_append () { | |||
75 | rm -rf ${D}${localstatedir} | 75 | rm -rf ${D}${localstatedir} |
76 | 76 | ||
77 | # remove empty eglibc dir | 77 | # remove empty eglibc dir |
78 | if [ -d ${D}${libdir}/eglibc ]; then | 78 | if [ -d ${D}${libdir}/eglibc -a ! -e ${D}${libdir}/eglibc/pt_chown ]; then |
79 | rmdir ${D}${libdir}/eglibc | 79 | rmdir ${D}${libdir}/eglibc |
80 | fi | 80 | fi |
81 | oe_multilib_header bits/syscall.h | 81 | oe_multilib_header bits/syscall.h |