diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-25 06:55:56 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-25 06:55:56 +0000 |
commit | 7da0823d27eedeb665d59f106f704cdf79ac6cd6 (patch) | |
tree | c03c2bd16d0811f983b63d6de480cf9a1c9b1fcf /packages/alsa/alsa-utils_1.0.13.bb | |
parent | 72edffd0fb9f14bafb3d025d8739dc06ca44f560 (diff) | |
parent | db6f1c786efb1b7ffec5f84b8a11c6066370c59c (diff) |
merge of '1edfaf9475dc24132fc44dd0420ed442888b7467'
and '3524b1de858df7cc6c88667817fb70332cf4b03e'
Diffstat (limited to 'packages/alsa/alsa-utils_1.0.13.bb')
-rw-r--r-- | packages/alsa/alsa-utils_1.0.13.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/alsa/alsa-utils_1.0.13.bb b/packages/alsa/alsa-utils_1.0.13.bb index 93054a3ab6..e1ae7aa399 100644 --- a/packages/alsa/alsa-utils_1.0.13.bb +++ b/packages/alsa/alsa-utils_1.0.13.bb @@ -3,10 +3,17 @@ HOMEPAGE = "http://www.alsa-project.org" SECTION = "console/utils" LICENSE = "GPL" DEPENDS = "alsa-lib ncurses" -PR = "r0" +PR = "r1" SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2" +# lazy hack. needs proper fixing in gettext.m4, see +# http://bugs.openembedded.org/show_bug.cgi?id=2348 +# please close bug and remove this comment when properly fixed +# +EXTRA_OECONF_linux-uclibc = "--disable-nls" +EXTRA_OECONF_linux-uclibcgnueabi = "--disable-nls" + inherit autotools # This are all packages that we need to make. Also, the now empty alsa-utils |