mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
runqemu: unset another environment variable for 'egl-headless'
Some host distributions (opensuse for example) are using 'pkgconf', which, unlike the original pkg-config, appends PKG_CONFIG_SYSROOT_DIR to every directory from the .pc file. (From OE-Core rev: 5f51c9303940423b05ba8cfeaa1c9c2b24e36a53) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
895a9d0ef7
commit
527456a57a
@@ -457,6 +457,7 @@ class BaseConfig(object):
|
||||
del os.environ['PKG_CONFIG_PATH']
|
||||
del os.environ['PKG_CONFIG_DIR']
|
||||
del os.environ['PKG_CONFIG_LIBDIR']
|
||||
del os.environ['PKG_CONFIG_SYSROOT_DIR']
|
||||
except KeyError:
|
||||
pass
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user