pkg-config: 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: 4b0adc3b55fe8541d39e529485a5adce747e77e0)

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>
This commit is contained in:
Marko Lindqvist
2013-01-08 09:16:33 +02:00
committed by Richard Purdie
parent b03b351304
commit 6bd2fb8716
3 changed files with 39 additions and 2 deletions

View File

@@ -16,7 +16,9 @@ SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
file://autofoo.patch \
file://glibconfig-sysdefs.h \
file://pkg-config-native.in \
file://disable-legacy.patch"
file://disable-legacy.patch \
file://obsolete_automake_macros.patch \
"
S = "${WORKDIR}/pkg-config-${PV}/"