mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8732930521
commit
72ee285fbe
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user