[oe-commits] Walter Goossens : uclibc.inc: Set +x on ${base_libdir} only if directory should exist.

git version control git at git.openembedded.org
Tue Nov 24 12:52:33 UTC 2009


Module: openembedded.git
Branch: likewise/nios2
Commit: 7c7ceced20fb27c509d39eb33f2b293f7390fe91
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7c7ceced20fb27c509d39eb33f2b293f7390fe91

Author: Walter Goossens <walter.goossens at axon.tv>
Date:   Sun Nov 22 15:48:37 2009 +0100

uclibc.inc: Set +x on ${base_libdir} only if directory should exist.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 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 56293d1..ae9e18f 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}/*





More information about the Openembedded-commits mailing list