ti-c6accel: fix up linkerpaths a bit
authorKoen Kooi <koen@openembedded.org>
Thu, 30 Dec 2010 15:03:41 +0000 (16:03 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 30 Dec 2010 15:03:58 +0000 (16:03 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/ti/ti-c6accel.inc

index 21eaf33..46dee8b 100644 (file)
@@ -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() {