[oe-commits] Koen Kooi : ti-c6accel: fix up linkerpaths a bit

git version control git at git.openembedded.org
Thu Dec 30 15:05:07 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Dec 30 16:03:41 2010 +0100

ti-c6accel: fix up linkerpaths a bit

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/ti/ti-c6accel.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/ti/ti-c6accel.inc b/recipes/ti/ti-c6accel.inc
index 21eaf33..46dee8b 100644
--- a/recipes/ti/ti-c6accel.inc
+++ b/recipes/ti/ti-c6accel.inc
@@ -54,7 +54,7 @@ TIARGS = ' \
 do_configure() {
 	unset VERBOSE
 	make ${TIARGS} clean
-	#sed -i -e 's:-L$(LINUXLIBS_INSTALL_DIR)/lib:${LDFLAGS}:' ${S}/soc/app/Makefile
+	sed -i -e 's:-L$(LINUXLIBS_INSTALL_DIR)/lib:-L$(LINUXLIBS_INSTALL_DIR)/lib -L$(LINUXLIBS_INSTALL_DIR)/usr/lib ${LDFLAGS}:' ${S}/soc/app/Makefile
 }
 
 do_compile() {





More information about the Openembedded-commits mailing list