From f6bc65747601b960050b758a8e2dce94e9494977 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 10 Jan 2013 11:59:24 +0200 Subject: alsa-lib: 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: 453fd36914fe1ae41a2115266833ec7fcba0869d) Signed-off-by: Marko Lindqvist Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../alsa/alsa-lib-1.0.25/obsolete_automake_macros.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-multimedia/alsa/alsa-lib-1.0.25/obsolete_automake_macros.patch (limited to 'meta/recipes-multimedia/alsa/alsa-lib-1.0.25/obsolete_automake_macros.patch') diff --git a/meta/recipes-multimedia/alsa/alsa-lib-1.0.25/obsolete_automake_macros.patch b/meta/recipes-multimedia/alsa/alsa-lib-1.0.25/obsolete_automake_macros.patch new file mode 100644 index 0000000000..95c29dac7c --- /dev/null +++ b/meta/recipes-multimedia/alsa/alsa-lib-1.0.25/obsolete_automake_macros.patch @@ -0,0 +1,15 @@ +Upstream-Status: Submitted [alsa-devel@alsa-project.org] + +Signed-off-by: Marko Lindqvist +diff -Nurd alsa-lib-1.0.25/configure.in alsa-lib-1.0.25/configure.in +--- alsa-lib-1.0.25/configure.in 2012-01-25 09:56:56.000000000 +0200 ++++ alsa-lib-1.0.25/configure.in 2013-01-02 17:00:31.468090167 +0200 +@@ -53,7 +53,7 @@ + + dnl Checks for header files. + AC_HEADER_STDC +-AM_CONFIG_HEADER(include/config.h) ++AC_CONFIG_HEADERS(include/config.h) + + dnl Checks for typedefs, structures, and compiler characteristics. + AC_C_CONST -- cgit v1.2.3-54-g00ecf