pkgconfig: Fix build with gcc-6 and upgrade to 0.29.1

glib patch is backported from glib-2.0 upstream
eventually we will throw it away once pkgconfig
moves to newer glib

(From OE-Core rev: bad18b8f8954e2cf3f2edb4707f582db5905ccb2)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dan McGregor
2016-05-11 10:35:15 -07:00
committed by Richard Purdie
parent 40abaa622b
commit b83a808fcb
2 changed files with 40 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ PV = "0.29.1+git${SRCPV}"
SRC_URI = "git://anongit.freedesktop.org/pkg-config \
file://pkg-config-native.in \
file://fix-glib-configure-libtool-usage.patch \
file://0001-gdate-Move-warning-pragma-outside-of-function.patch \
"
S = "${WORKDIR}/git"