summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-10-11 13:47:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-29 09:08:17 +0000
commit527456a57ae1051848c02e8e4f9d20c3266203bc (patch)
tree72b0282d1a69c95d7335f5589b79b7d2167880cd /scripts
parent895a9d0ef76580a43c5a4850c25635889bf29a49 (diff)
downloadpoky-527456a57ae1051848c02e8e4f9d20c3266203bc.tar.gz
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/runqemu1
1 files changed, 1 insertions, 0 deletions
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):
457 del os.environ['PKG_CONFIG_PATH'] 457 del os.environ['PKG_CONFIG_PATH']
458 del os.environ['PKG_CONFIG_DIR'] 458 del os.environ['PKG_CONFIG_DIR']
459 del os.environ['PKG_CONFIG_LIBDIR'] 459 del os.environ['PKG_CONFIG_LIBDIR']
460 del os.environ['PKG_CONFIG_SYSROOT_DIR']
460 except KeyError: 461 except KeyError:
461 pass 462 pass
462 try: 463 try: