[oe-commits] org.oe.dev alsa-utils-1.0.13: Disable NLS for uclibc, workaround, needs more TLC.

likewise commit openembedded-commits at lists.openembedded.org
Wed May 23 09:55:36 UTC 2007


alsa-utils-1.0.13: Disable NLS for uclibc, workaround, needs more TLC.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: b81d67017258150865f8eddd77d0d425f63cf7b1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b81d67017258150865f8eddd77d0d425f63cf7b1
Files:
1
packages/alsa/alsa-utils_1.0.13.bb
Diffs:

#
# mt diff -r3d88f14a035c7417cc7fd244d8ab6a2691b1485d -rb81d67017258150865f8eddd77d0d425f63cf7b1
#
# 
# 
# patch "packages/alsa/alsa-utils_1.0.13.bb"
#  from [f0fb7ffcdba9df40b9421ac6bab4fe0c8bc4a239]
#    to [32b3714001d9cf34c7dc17a9d8ba3515c860bf01]
# 
============================================================
--- packages/alsa/alsa-utils_1.0.13.bb	f0fb7ffcdba9df40b9421ac6bab4fe0c8bc4a239
+++ packages/alsa/alsa-utils_1.0.13.bb	32b3714001d9cf34c7dc17a9d8ba3515c860bf01
@@ -1,12 +1,19 @@ DEPENDS = "alsa-lib ncurses"
 DESCRIPTION = "ALSA Utilities"
 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






More information about the Openembedded-commits mailing list