From: Richard Purdie Date: Mon, 2 Jun 2014 20:05:30 +0000 (+0100) Subject: lame: Add missing DEPENDS on gettext-native X-Git-Tag: 2015-4~2667 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=36ace50aea4e47a0ddf9365a6dec1e0db0b31107;p=openembedded-core.git lame: Add missing DEPENDS on gettext-native Without this, configure will fail due to a missing AM_ICONV macro. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/lame/lame_3.99.5.bb b/meta/recipes-multimedia/lame/lame_3.99.5.bb index 33b343bc26..d0e887271c 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 \