[oe-commits] [openembedded-core] 05/27: runqemu: unset another environment variable for 'egl-headless'

git at git.openembedded.org git at git.openembedded.org
Tue Oct 29 09:08:44 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch zeus
in repository openembedded-core.

commit 5f51c9303940423b05ba8cfeaa1c9c2b24e36a53
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Fri Oct 11 13:47:38 2019 +0200

    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 <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 scripts/runqemu | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/runqemu b/scripts/runqemu
index 1a5aca9..46087b8 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:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list