diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-02 21:05:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-03 16:49:19 +0100 |
commit | c1de48a44752917ebd73ded454a61472bb869903 (patch) | |
tree | 3b2bd918143f0c736e1d65f0468e41563af1f0f3 /meta/recipes-multimedia | |
parent | e5cf31cf9387fe6d7fef84c67bb78e5c814b06d5 (diff) | |
download | poky-c1de48a44752917ebd73ded454a61472bb869903.tar.gz |
lame: Add missing DEPENDS on gettext-native
Without this, configure will fail due to a missing AM_ICONV macro.
(From OE-Core rev: 36ace50aea4e47a0ddf9365a6dec1e0db0b31107)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/lame/lame_3.99.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
5 | LICENSE = "LGPLv2+" | 5 | LICENSE = "LGPLv2+" |
6 | LICENSE_FLAGS = "commercial" | 6 | LICENSE_FLAGS = "commercial" |
7 | 7 | ||
8 | DEPENDS = "ncurses" | 8 | DEPENDS = "ncurses gettext-native" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9 \ |
11 | file://include/lame.h;beginline=1;endline=20;md5=a2258182c593c398d15a48262130a92b \ | 11 | file://include/lame.h;beginline=1;endline=20;md5=a2258182c593c398d15a48262130a92b \ |