Add obsolete_automake_macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
--- /dev/null
+Upstream-Status: Accepted
+
+Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
+diff -Nurd pixman-0.28.2/configure.ac pixman-0.28.2/configure.ac
+--- pixman-0.28.2/configure.ac 2012-12-10 13:46:36.000000000 +0200
++++ pixman-0.28.2/configure.ac 2013-01-03 06:31:07.574848073 +0200
+@@ -64,7 +64,7 @@
+ # Suppress verbose compile lines
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ AC_CANONICAL_HOST
DEPENDS += "zlib libpng"
BBCLASSEXTEND = "native nativesdk"
-PR = "r0"
+PR = "r1"
PE = "1"
SRC_URI += "\
file://0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch \
file://Generic-C-implementation-of-pixman_blt-with-overlapp.patch \
+ file://obsolete_automake_macros.patch \
"
SRC_URI[md5sum] = "f6e3294c4edb7b6bca8459e604286348"