git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9026e6a
)
alsa-utils: inherit gettext instead of adding it in DEPENDS
author
Denys Dmytriyenko
<denis@denix.org>
Wed, 19 May 2010 20:16:44 +0000
(16:16 -0400)
committer
Denys Dmytriyenko
<denis@denix.org>
Wed, 19 May 2010 20:16:44 +0000
(16:16 -0400)
recipes/alsa/alsa-utils_1.0.20.bb
patch
|
blob
|
history
diff --git
a/recipes/alsa/alsa-utils_1.0.20.bb
b/recipes/alsa/alsa-utils_1.0.20.bb
index
c9e9e35
..
22c5493
100644
(file)
--- 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 = "r
1
"
+DEPENDS = "alsa-lib ncurses"
+PR = "r
2
"
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.