diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-08-30 14:51:47 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-08-30 14:51:47 -0400 |
commit | 7ec84b10a33241350d53efe50b7ca31bdecb2204 (patch) | |
tree | e616e43cf1fda0f5cc4255fbf253d316a76c7c7c /recipes | |
parent | c9d34f282f32e49a9198a713c318a22ccbd7e988 (diff) |
matrix-tui: fix DEPENDS and use system LDFLAGS
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 13ec5c598f..4a223e4cb1 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() { |