mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
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:
committed by
Richard Purdie
parent
b03b351304
commit
6bd2fb8716
@@ -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}/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user