[oe-commits] org.oe.dev alsa-utils: fix bug 2348, nls problem with libintl

woglinde2 commit openembedded-commits at lists.openembedded.org
Fri Nov 2 18:30:58 UTC 2007


alsa-utils: fix bug 2348, nls problem with libintl
* add alsa-utils-automake.patch
* fix version 1.0.14 and 1.0.15

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: ad2043623d14a0f9a588eeda0af91870edc25fa1
ViewMTN: http://monotone.openembedded.org/revision/info/ad2043623d14a0f9a588eeda0af91870edc25fa1
Files:
1
packages/alsa/files/alsa-utils-automake.patch
packages/alsa/alsa-utils_1.0.14.bb
packages/alsa/alsa-utils_1.0.15.bb
Diffs:

#
# mt diff -rf3bc63cc8c7f0045693925dc7f056c8261e3c03e -rad2043623d14a0f9a588eeda0af91870edc25fa1
#
# 
# 
# add_file "packages/alsa/files/alsa-utils-automake.patch"
#  content [37fbab1c2566ec662238172c8583acb1a8607aed]
# 
# patch "packages/alsa/alsa-utils_1.0.14.bb"
#  from [a96036a12ca994ce724e4448bb897a719e94a500]
#    to [3f79d74810eb9752baa58c59f1cbdc0a063b8234]
# 
# patch "packages/alsa/alsa-utils_1.0.15.bb"
#  from [a96036a12ca994ce724e4448bb897a719e94a500]
#    to [3a99134436899036704a68ba86516fb1494bf0fc]
# 
============================================================
--- packages/alsa/files/alsa-utils-automake.patch	37fbab1c2566ec662238172c8583acb1a8607aed
+++ packages/alsa/files/alsa-utils-automake.patch	37fbab1c2566ec662238172c8583acb1a8607aed
@@ -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
============================================================
--- packages/alsa/alsa-utils_1.0.14.bb	a96036a12ca994ce724e4448bb897a719e94a500
+++ packages/alsa/alsa-utils_1.0.14.bb	3f79d74810eb9752baa58c59f1cbdc0a063b8234
@@ -1,18 +1,13 @@ DEPENDS = "alsa-lib ncurses"
 DESCRIPTION = "ALSA Utilities"
 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
============================================================
--- packages/alsa/alsa-utils_1.0.15.bb	a96036a12ca994ce724e4448bb897a719e94a500
+++ packages/alsa/alsa-utils_1.0.15.bb	3a99134436899036704a68ba86516fb1494bf0fc
@@ -1,18 +1,14 @@ DEPENDS = "alsa-lib ncurses"
 DESCRIPTION = "ALSA Utilities"
 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"
+SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
+           file://alsa-utils-automake.patch;patch=1 \
+	  "
 
-# 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