From 36ace50aea4e47a0ddf9365a6dec1e0db0b31107 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 2 Jun 2014 21:05:30 +0100 Subject: [PATCH] lame: Add missing DEPENDS on gettext-native Without this, configure will fail due to a missing AM_ICONV macro. Signed-off-by: Richard Purdie --- 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 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 \ -- 2.40.1