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: uninative-2.8~1391 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2d5ecc560dcfbaaaff307f8367d789d8c7e00dcf;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 --- 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: