diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-01-15 13:53:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 11:57:35 +0000 |
commit | 452c3df3c66f7bcccf5772cb52197859305a6dcf (patch) | |
tree | 89efe136d88ee7e42d05c510217b536060aa41a0 /meta | |
parent | 1c5a07e6dc9c49389a52c0b75e4c03e3e139fae0 (diff) | |
download | poky-452c3df3c66f7bcccf5772cb52197859305a6dcf.tar.gz |
alsa-utils: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.
(From OE-Core rev: 723ec3b3b618fc4cccbd0e7306624161dd81b0e5)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils-1.0.25/obsolete_automake_macros.patch | 15 | ||||
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb | 3 |
2 files changed, 17 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils-1.0.25/obsolete_automake_macros.patch b/meta/recipes-multimedia/alsa/alsa-utils-1.0.25/obsolete_automake_macros.patch new file mode 100644 index 0000000000..1a20b48fd4 --- /dev/null +++ b/meta/recipes-multimedia/alsa/alsa-utils-1.0.25/obsolete_automake_macros.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Upstream-Status: Submitted [alsa-devel@alsa-project.org] | ||
2 | |||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
4 | diff -Nurd alsa-utils-1.0.25/configure.in alsa-utils-1.0.25/configure.in | ||
5 | --- alsa-utils-1.0.25/configure.in 2012-01-25 11:43:48.000000000 +0200 | ||
6 | +++ alsa-utils-1.0.25/configure.in 2013-01-12 10:11:51.401498722 +0200 | ||
7 | @@ -269,7 +269,7 @@ | ||
8 | TESTSOUND="$dir/test.wav") | ||
9 | AC_SUBST(TESTSOUND) | ||
10 | |||
11 | -AM_CONFIG_HEADER(include/aconfig.h) | ||
12 | +AC_CONFIG_HEADERS(include/aconfig.h) | ||
13 | |||
14 | dnl Checks for typedefs, structures, and compiler characteristics. | ||
15 | AC_C_CONST | ||
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb index a76985c4c2..ab8d845963 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb | |||
@@ -6,12 +6,13 @@ LICENSE = "GPLv2+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
7 | file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9" | 7 | file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9" |
8 | DEPENDS = "alsa-lib ncurses libsamplerate0" | 8 | DEPENDS = "alsa-lib ncurses libsamplerate0" |
9 | PR = "r3" | 9 | PR = "r4" |
10 | 10 | ||
11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ | 11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ |
12 | file://ncursesfix.patch \ | 12 | file://ncursesfix.patch \ |
13 | file://uclibc-exp10-replacement.patch \ | 13 | file://uclibc-exp10-replacement.patch \ |
14 | file://0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch \ | 14 | file://0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch \ |
15 | file://obsolete_automake_macros.patch \ | ||
15 | " | 16 | " |
16 | 17 | ||
17 | SRC_URI[md5sum] = "f81f9dcb9a014fd32cb3a70066a5b9a9" | 18 | SRC_URI[md5sum] = "f81f9dcb9a014fd32cb3a70066a5b9a9" |