diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-05-19 16:16:44 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-05-19 16:16:44 -0400 |
commit | 9ea3fb75e6b04bfee8b8d17bbc0ea0d6a6ff41e9 (patch) | |
tree | 1e1193f184abf335f16b88d93d693dd17841f0c0 /recipes | |
parent | 9026e6ae699765ec96991c7640c2a28651bcdfb5 (diff) |
alsa-utils: inherit gettext instead of adding it in DEPENDS
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/alsa/alsa-utils_1.0.20.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/alsa/alsa-utils_1.0.20.bb b/recipes/alsa/alsa-utils_1.0.20.bb index c9e9e35c0b..22c54936e8 100644 --- a/recipes/alsa/alsa-utils_1.0.20.bb +++ b/recipes/alsa/alsa-utils_1.0.20.bb @@ -2,15 +2,15 @@ DESCRIPTION = "ALSA Utilities" HOMEPAGE = "http://www.alsa-project.org" SECTION = "console/utils" LICENSE = "GPLv2" -DEPENDS = "alsa-lib ncurses gettext-native" -PR = "r1" +DEPENDS = "alsa-lib ncurses" +PR = "r2" 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 \ " -inherit autotools +inherit gettext autotools # This are all packages that we need to make. Also, the now empty alsa-utils # ipk depend on them. |