alsa-utils: fix bug 2348, nls problem with libintl
authorHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 2 Nov 2007 18:00:59 +0000 (18:00 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 2 Nov 2007 18:00:59 +0000 (18:00 +0000)
* add alsa-utils-automake.patch
* fix version 1.0.14 and 1.0.15

packages/alsa/alsa-utils_1.0.14.bb
packages/alsa/alsa-utils_1.0.15.bb
packages/alsa/files/alsa-utils-automake.patch [new file with mode: 0644]

index 240b995..25eeade 100644 (file)
@@ -3,16 +3,11 @@ HOMEPAGE = "http://www.alsa-project.org"
 SECTION = "console/utils"
 LICENSE = "GPL"
 DEPENDS = "alsa-lib ncurses"
+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"
-
+SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
+          file://alsa-utils-automake.patch;patch=1 \
+         "
 inherit autotools
 
 # This are all packages that we need to make. Also, the now empty alsa-utils
index 240b995..b271e75 100644 (file)
@@ -3,15 +3,11 @@ HOMEPAGE = "http://www.alsa-project.org"
 SECTION = "console/utils"
 LICENSE = "GPL"
 DEPENDS = "alsa-lib ncurses"
+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"
+SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
+           file://alsa-utils-automake.patch;patch=1 \
+         "
 
 inherit autotools
 
diff --git a/packages/alsa/files/alsa-utils-automake.patch b/packages/alsa/files/alsa-utils-automake.patch
new file mode 100644 (file)
index 0000000..de0eee9
--- /dev/null
@@ -0,0 +1,10 @@
+Index: alsa-utils-1.0.14/seq/aseqnet/Makefile.am
+===================================================================
+--- alsa-utils-1.0.14.orig/seq/aseqnet/Makefile.am     2007-05-31 10:07:21.000000000 +0200
++++ alsa-utils-1.0.14/seq/aseqnet/Makefile.am  2007-10-31 21:11:41.000000000 +0100
+@@ -3,4 +3,5 @@
+ bin_PROGRAMS = aseqnet
+ aseqnet_SOURCES = aseqnet.c
++aseqnet_LDADD = $(INTLLIBS)
+ man_MANS = aseqnet.1