From: Alexander Kanavin Date: Fri, 11 Oct 2019 11:47:38 +0000 (+0200) Subject: runqemu: unset another environment variable for 'egl-headless' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f51c9303940423b05ba8cfeaa1c9c2b24e36a53;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 1a5aca98ac7..46087b8d6ac 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: