From: Alexander Kanavin Date: Fri, 11 Oct 2019 11:47:38 +0000 (+0200) Subject: runqemu: unset another environment variable for 'egl-headless' X-Git-Tag: 2019-10.1-zeus~99 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5f51c9303940423b05ba8cfeaa1c9c2b24e36a53;p=openembedded-core.git 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. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- diff --git a/scripts/runqemu b/scripts/runqemu index 1a5aca98ac..46087b8d6a 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -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: