diff options
author | Michal Klocek <michal.klocek@qt.io> | 2017-11-08 09:29:09 +0100 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-11-23 08:40:15 +0000 |
commit | 9fe5d891c8f01d4c27a0c2f7d6e0b541369971bf (patch) | |
tree | 5b8ffdea63b9e0519c5dc4dff0c60a18b8bbab06 | |
parent | aa143d8b7f605b9099f7195097cf83c2fa6179c9 (diff) | |
download | meta-qt5-9fe5d891c8f01d4c27a0c2f7d6e0b541369971bf.tar.gz |
Export path to pkg-config-native
Calling pkg-config-native wrapper is needed
for correct webengine native build tools build.
Task-number: QTBUG-63140
Change-Id: Id6ca940929cf11197463f472d295da2e27931383
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 5aa15af5..8b8d73df 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -80,6 +80,8 @@ def gettext_oeconf(d): | |||
80 | require qt5.inc | 80 | require qt5.inc |
81 | require qt5-git.inc | 81 | require qt5-git.inc |
82 | 82 | ||
83 | export GN_PKG_CONFIG_HOST = "${STAGING_BINDIR_NATIVE}/pkg-config-native" | ||
84 | |||
83 | do_configure() { | 85 | do_configure() { |
84 | # Disable autodetection from sysroot: | 86 | # Disable autodetection from sysroot: |
85 | sed -e 's/packagesExist([^)]*vpx[^)]*):/false:/g'\ | 87 | sed -e 's/packagesExist([^)]*vpx[^)]*):/false:/g'\ |