summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-utils-1.0.25
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-15 13:53:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:57:35 +0000
commit452c3df3c66f7bcccf5772cb52197859305a6dcf (patch)
tree89efe136d88ee7e42d05c510217b536060aa41a0 /meta/recipes-multimedia/alsa/alsa-utils-1.0.25
parent1c5a07e6dc9c49389a52c0b75e4c03e3e139fae0 (diff)
downloadpoky-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/recipes-multimedia/alsa/alsa-utils-1.0.25')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-utils-1.0.25/obsolete_automake_macros.patch15
1 files changed, 15 insertions, 0 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 @@
1Upstream-Status: Submitted [alsa-devel@alsa-project.org]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -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