From 72ee285fbe7a72f84a14cf6c9f2ab83b22821783 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 22 Jan 2015 17:27:38 +0000 Subject: pkg-config: strip system library paths reliably pkg-config was skipping every other link flag due to a list manipulation bug, backport a commit from git to fix this. This will stop users of zlib.pc from inserting the sysroot directory indirectly into builds. (From OE-Core rev: df3ecaf86360a9c109b1b19bfa8a52890315bbdc) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb') diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb index 3070da99d3..57a22d4c78 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb @@ -4,6 +4,7 @@ SRC_URI += " \ file://pkg-config-native.in \ file://fix-glib-configure-libtool-usage.patch \ file://obsolete_automake_macros.patch \ + file://0001-Strip-system-library-directories-reliably.patch \ " SRC_URI[md5sum] = "aa3c86e67551adc3ac865160e34a2a0d" -- cgit v1.2.3-54-g00ecf