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

Maupin, Chase chase.maupin at ti.com
Mon Aug 30 19:52:19 UTC 2010


Please ignore this patch.  I didn't realize Denys had already pushed one.

Sincerely,
Chase Maupin
Software Applications
Catalog DSP Products
e-mail: chase.maupin at ti.com
phone: (281) 274-3285

For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/

> -----Original Message-----
> From: Chase Maupin [mailto:chasemaupin03 at gmail.com]
> Sent: Monday, August 30, 2010 2:39 PM
> To: openembedded-devel at lists.openembedded.org
> Cc: Maupin, Chase
> Subject: [PATCH] matrix-tui: add dependency on ncurses and zlib
> 
> * 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