* [PATCH] lame: Add missing DEPENDS on gettext-native
@ 2014-06-02 20:05 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-06-02 20:05 UTC (permalink / raw)
To: openembedded-core
Without this, configure will fail due to a missing AM_ICONV macro.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-multimedia/lame/lame_3.99.5.bb b/meta/recipes-multimedia/lame/lame_3.99.5.bb
index 695b7ca..2192f3f 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 \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-02 20:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 20:05 [PATCH] lame: Add missing DEPENDS on gettext-native Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.