[oe-commits] Denys Dmytriyenko : matrix-tui: fix DEPENDS and use system LDFLAGS

git version control git at git.openembedded.org
Tue Sep 7 14:33:28 UTC 2010


Module: openembedded.git
Branch: testing-next
Commit: 7ec84b10a33241350d53efe50b7ca31bdecb2204
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7ec84b10a33241350d53efe50b7ca31bdecb2204

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Mon Aug 30 14:51:47 2010 -0400

matrix-tui: fix DEPENDS and use system LDFLAGS

Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/ti/matrix-tui_svn.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/ti/matrix-tui_svn.bb b/recipes/ti/matrix-tui_svn.bb
index 13ec5c5..4a223e4 100644
--- a/recipes/ti/matrix-tui_svn.bb
+++ b/recipes/ti/matrix-tui_svn.bb
@@ -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() {





More information about the Openembedded-commits mailing list