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:
ba23d4d
)
alsa-utils: add gettext-native dependency
author
Denys Dmytriyenko
<denis@denix.org>
Mon, 29 Mar 2010 06:27:15 +0000
(
02:27
-0400)
committer
Denys Dmytriyenko
<denis@denix.org>
Mon, 29 Mar 2010 06:37:01 +0000
(
02:37
-0400)
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>
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
be146f6
..
1ceec4f
100644
(file)
--- 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 = "r
0
"
+DEPENDS = "alsa-lib ncurses
gettext-native
"
+PR = "r
1
"
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 \