diff options
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() { |