[oe] [PATCH] matrix-tui: add dependency on ncurses and zlib

Chase Maupin chasemaupin03 at gmail.com
Mon Aug 30 19:39:16 UTC 2010


* The matrix-tui application depends on the ncurses libraries
  and header files during build time.
* The matrix-tui application depends on the zlib libraries
  and header files during build time.
* Add ncurses and zlib to the DEPENDS list for matrix-tui

Signed-off-by: Chase Maupin <chase.maupin at ti.com>
---
 recipes/ti/matrix-tui_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/ti/matrix-tui_svn.bb b/recipes/ti/matrix-tui_svn.bb
index 13ec5c5..1e4f7ea 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 ncurses zlib"
 
 SRCREV = "29"
 PV = "1.0"
-PR = "r2+svnr${SRCPV}"
+PR = "r3+svnr${SRCPV}"
 
 INSANE_SKIP_${PN} = "True"
 
-- 
1.7.0.4





More information about the Openembedded-devel mailing list