diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-23 09:50:47 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-23 09:50:47 +0000 |
commit | 52b838c761adc394f35fe811ef52c616fd8db642 (patch) | |
tree | 56b4500f51e3e679f3b01fc5cd10270cad347927 /packages | |
parent | 37431a917e6df891f6264ff513207ecf6a672438 (diff) | |
parent | 2b9cc7ea6182e893f40d9b99a3e78f5a599eb201 (diff) |
merge of '391ece358841d7638395dd14d50b93ca1f00b896'
and 'b81d67017258150865f8eddd77d0d425f63cf7b1'
Diffstat (limited to 'packages')
-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 |