matrix-tui: fix DEPENDS and use system LDFLAGS
authorDenys Dmytriyenko <denis@denix.org>
Mon, 30 Aug 2010 18:51:47 +0000 (14:51 -0400)
committerDenys Dmytriyenko <denis@denix.org>
Mon, 30 Aug 2010 18:51:47 +0000 (14:51 -0400)
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
recipes/ti/matrix-tui_svn.bb

index 13ec5c5..4a223e4 100644 (file)
@@ -3,11 +3,11 @@ HOMEPAGE = "https://gforge.ti.com/gf/project/matrix_tui/"
 LICENSE = "BSD"
 SECTION = "multimedia"
 PRIORITY = "optional"
-DEPENDS = "libxml2"
+DEPENDS = "libxml2 zlib ncurses"
 
 SRCREV = "29"
 PV = "1.0"
-PR = "r2+svnr${SRCPV}"
+PR = "r3+svnr${SRCPV}"
 
 INSANE_SKIP_${PN} = "True"
 
@@ -24,6 +24,7 @@ S = "${WORKDIR}/trunk"
 
 do_configure() {
        sed -i -e 's:PATH=${LINUX_DEVKIT_PATH}/arm-none-linux-gnueabi:PATH ?= ${LINUX_DEVKIT_PATH}/arm-none-linux-gnueabi:' makefile.init
+       sed -i -e 's|LIBS :=|LIBS := ${LDFLAGS} |' Release/objects.mk
 }
 
 do_compile() {