[oe-commits] Martin Jansa : lame: Add dependency on ncurses

git at git.openembedded.org git at git.openembedded.org
Mon Oct 7 08:24:48 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 983446c4f4274b9fd482b2d6b711428f4483c02f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=983446c4f4274b9fd482b2d6b711428f4483c02f

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sat Oct  5 14:23:09 2013 +0200

lame: Add dependency on ncurses

* it's autodetected and configure doesn't allow to explicitly disable it

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/lame/lame_3.99.5.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-multimedia/lame/lame_3.99.5.bb b/meta/recipes-multimedia/lame/lame_3.99.5.bb
index 764fcc1..978636a 100644
--- a/meta/recipes-multimedia/lame/lame_3.99.5.bb
+++ b/meta/recipes-multimedia/lame/lame_3.99.5.bb
@@ -5,6 +5,8 @@ SECTION = "console/utils"
 LICENSE = "LGPLv2+"
 LICENSE_FLAGS = "commercial"
 
+DEPENDS = "ncurses"
+
 LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9 \
                     file://include/lame.h;beginline=1;endline=20;md5=a2258182c593c398d15a48262130a92b \
 "



More information about the Openembedded-commits mailing list