[oe-commits] Richard Purdie : lame: Add missing DEPENDS on gettext-native

git at git.openembedded.org git at git.openembedded.org
Tue Jun 3 15:54:45 UTC 2014


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Jun  2 21:05:30 2014 +0100

lame: Add missing DEPENDS on gettext-native

Without this, configure will fail due to a missing AM_ICONV macro.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/lame/lame_3.99.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/lame/lame_3.99.5.bb b/meta/recipes-multimedia/lame/lame_3.99.5.bb
index 33b343b..d0e8872 100644
--- a/meta/recipes-multimedia/lame/lame_3.99.5.bb
+++ b/meta/recipes-multimedia/lame/lame_3.99.5.bb
@@ -5,7 +5,7 @@ SECTION = "console/utils"
 LICENSE = "LGPLv2+"
 LICENSE_FLAGS = "commercial"
 
-DEPENDS = "ncurses"
+DEPENDS = "ncurses gettext-native"
 
 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