diff options
Diffstat (limited to 'recipes/uclibc')
-rw-r--r-- | recipes/uclibc/uclibc.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc.inc b/recipes/uclibc/uclibc.inc index 56293d15ad..ae9e18f8e3 100644 --- a/recipes/uclibc/uclibc.inc +++ b/recipes/uclibc/uclibc.inc @@ -176,7 +176,6 @@ do_install() { oe_runmake "SSP_ALL_CFLAGS=${TARGET_LINK_HASH_STYLE}" utils oe_runmake STRIPTOOL=true PREFIX=${D} DEVEL_PREFIX=${prefix}/ RUNTIME_PREFIX=/ \ install_utils - if [ "x$SHARED_LIBRARIESy" != "xnoy"; then # oe_runstrip needs +x on files chmod +x ${D}/${base_libdir}/* |