mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
pkgconf: revert changes to pkg-config-wrapper
To maintain the status quo, revert changes to pkgconf wrappers. This helps to keep it compatible with freedesktop.org pkg-config. (From OE-Core rev: 8ee8eb8a15e0e4a652df3fe77805d9cffa02ed22) Signed-off-by: Maxin B. John <maxin.john@intel.com> 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
28ddb2d05c
commit
8557475e37
@@ -4,4 +4,13 @@
|
||||
# Copyright (C) 2015 Christopher Larson <chris_larson@mentor.com>
|
||||
# License: MIT (see COPYING.MIT at the root of the repository for terms)
|
||||
|
||||
for arg; do
|
||||
case "$arg" in
|
||||
--variable|--variable=*)
|
||||
# pkg-config doesn't sysroot-prefix user variables
|
||||
unset PKG_CONFIG_SYSROOT_DIR
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
exec pkgconf "$@"
|
||||
|
||||
Reference in New Issue
Block a user