aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/alsa
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2010-03-29 02:27:15 -0400
committerDenys Dmytriyenko <denis@denix.org>2010-03-29 02:37:01 -0400
commit8f605c607ec86011b146c74d2b04a95105de81fc (patch)
treee09156226ba0713af23f0d9407f25b01d2d52d9d /recipes/alsa
parentba23d4de95a33db5feccd19359bd9b907c2d90bd (diff)
downloadopenembedded-8f605c607ec86011b146c74d2b04a95105de81fc.tar.gz
alsa-utils: add gettext-native dependency
Fixes following error on Ubuntu 8.04: mv: cannot stat `t-ja.gmo': No such file or directory Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes/alsa')
-rw-r--r--recipes/alsa/alsa-utils_1.0.20.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/alsa/alsa-utils_1.0.20.bb b/recipes/alsa/alsa-utils_1.0.20.bb
index be146f605a..1ceec4fb9a 100644
--- a/recipes/alsa/alsa-utils_1.0.20.bb
+++ b/recipes/alsa/alsa-utils_1.0.20.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "ALSA Utilities"
HOMEPAGE = "http://www.alsa-project.org"
SECTION = "console/utils"
LICENSE = "GPLv2"
-DEPENDS = "alsa-lib ncurses"
-PR = "r0"
+DEPENDS = "alsa-lib ncurses gettext-native"
+PR = "r1"
SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
file://alsa-utils-remove-xmlto-1.0.19plus.patch;patch=1 \