From 527456a57ae1051848c02e8e4f9d20c3266203bc Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 11 Oct 2019 13:47:38 +0200 Subject: 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 Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- scripts/runqemu | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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: -- cgit v1.2.3-54-g00ecf