summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libpng/libpng-1.5.13/obsolete_automake_macros.patch
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-08 09:16:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-10 23:43:12 +0000
commitf34fe1869306e13f19adc0ccda155236c022e4cf (patch)
tree66c99932c0740a6c196e358b62331ffafec2b688 /meta/recipes-multimedia/libpng/libpng-1.5.13/obsolete_automake_macros.patch
parent34a4408d3dece0f5da8acf4b321f7aa2dbee6e12 (diff)
downloadpoky-f34fe1869306e13f19adc0ccda155236c022e4cf.tar.gz
libpng: 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: bebb0419ca98b386db0046c127a6eccc66f4507a) 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/libpng/libpng-1.5.13/obsolete_automake_macros.patch')
-rw-r--r--meta/recipes-multimedia/libpng/libpng-1.5.13/obsolete_automake_macros.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng-1.5.13/obsolete_automake_macros.patch b/meta/recipes-multimedia/libpng/libpng-1.5.13/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..38092080da
--- /dev/null
+++ b/meta/recipes-multimedia/libpng/libpng-1.5.13/obsolete_automake_macros.patch
@@ -0,0 +1,15 @@
1Upstream-status: Accepted [will be in 1.5.14]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd libpng-1.5.13/configure.ac libpng-1.5.13/configure.ac
5--- libpng-1.5.13/configure.ac 2012-09-27 14:21:22.000000000 +0300
6+++ libpng-1.5.13/configure.ac 2013-01-02 16:50:27.876103410 +0200
7@@ -31,7 +31,7 @@
8 dnl End of version number stuff
9
10 AC_CONFIG_SRCDIR([pngget.c])
11-AM_CONFIG_HEADER(config.h)
12+AC_CONFIG_HEADERS(config.h)
13
14 # Checks for programs.
15 AC_LANG([C])