diff options
Diffstat (limited to 'meta/packages/alsa')
-rw-r--r-- | meta/packages/alsa/alsa-utils_1.0.10.bb | 4 | ||||
-rw-r--r-- | meta/packages/alsa/files/intl_linking_fix.patch | 14 |
2 files changed, 17 insertions, 1 deletions
diff --git a/meta/packages/alsa/alsa-utils_1.0.10.bb b/meta/packages/alsa/alsa-utils_1.0.10.bb index 479a072a44..ad931aee3d 100644 --- a/meta/packages/alsa/alsa-utils_1.0.10.bb +++ b/meta/packages/alsa/alsa-utils_1.0.10.bb | |||
@@ -2,8 +2,10 @@ DESCRIPTION = "ALSA Utilities" | |||
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "alsa-lib ncurses" | 4 | DEPENDS = "alsa-lib ncurses" |
5 | PR = "r1" | ||
5 | 6 | ||
6 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2" | 7 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ |
8 | file://intl_linking_fix.patch;patch=1" | ||
7 | 9 | ||
8 | inherit autotools | 10 | inherit autotools |
9 | 11 | ||
diff --git a/meta/packages/alsa/files/intl_linking_fix.patch b/meta/packages/alsa/files/intl_linking_fix.patch new file mode 100644 index 0000000000..a4cfb89574 --- /dev/null +++ b/meta/packages/alsa/files/intl_linking_fix.patch | |||
@@ -0,0 +1,14 @@ | |||
1 | --- | ||
2 | seq/aseqnet/Makefile.am | 1 + | ||
3 | 1 file changed, 1 insertion(+) | ||
4 | |||
5 | Index: alsa-utils-1.0.10/seq/aseqnet/Makefile.am | ||
6 | =================================================================== | ||
7 | --- alsa-utils-1.0.10.orig/seq/aseqnet/Makefile.am 2001-11-06 07:51:49.000000000 +0000 | ||
8 | +++ alsa-utils-1.0.10/seq/aseqnet/Makefile.am 2007-05-28 22:29:23.000000000 +0100 | ||
9 | @@ -3,4 +3,5 @@ EXTRA_DIST = README.aseqnet aseqnet.1 | ||
10 | |||
11 | bin_PROGRAMS = aseqnet | ||
12 | aseqnet_SOURCES = aseqnet.c | ||
13 | +aseqnet_LDADD = @LTLIBINTL@ | ||
14 | man_MANS = aseqnet.1 | ||