[oe-commits] Koen Kooi : bitbake.conf: removing trailing space from TARGET_HASH to attempt to

GIT User account git at amethyst.openembedded.net
Thu Oct 16 07:15:46 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d68a47a362432b6c2c094501fa14877bf9d41edb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d68a47a362432b6c2c094501fa14877bf9d41edb

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Oct 16 09:14:44 2008 +0200

bitbake.conf: removing trailing space from TARGET_HASH to attempt to
fix bug4733

---

 conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 656edea..071c1ef 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -404,7 +404,7 @@ export LDFLAGS = "${TARGET_LDFLAGS}"
 export TARGET_LDFLAGS = "-L${STAGING_DIR_TARGET}${layout_libdir} \
                          -Wl,-rpath-link,${STAGING_DIR_TARGET}${layout_libdir} \
                          -Wl,-O1 \
-                         ${TARGET_LINK_HASH_STYLE} "
+                         ${TARGET_LINK_HASH_STYLE}"
 
 # Which flags to leave by strip-flags() in bin/build/oebuild.sh ?
 ALLOWED_FLAGS = "-O -mcpu -march -pipe"





More information about the Openembedded-commits mailing list