diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-27 20:58:35 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-27 21:01:43 +0100 |
commit | ca1042b8feb8cac2ac1ca835ac67d0ad6d373d0c (patch) | |
tree | f665add1e78a6343d66fc263d4405d39112749fc /recipes-qt/qt5/qtwebengine.inc | |
parent | acbb72d884aecb02de29006081fa55efe8cac9f8 (diff) | |
download | meta-qt5-ca1042b8feb8cac2ac1ca835ac67d0ad6d373d0c.tar.gz |
qtwebengine: fix executing config tests instead of ignoring libcap test failure
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine.inc')
-rw-r--r-- | recipes-qt/qt5/qtwebengine.inc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtwebengine.inc b/recipes-qt/qt5/qtwebengine.inc index 46060c08..a9c7005a 100644 --- a/recipes-qt/qt5/qtwebengine.inc +++ b/recipes-qt/qt5/qtwebengine.inc | |||
@@ -35,11 +35,12 @@ export NINJA_PATH="${STAGING_BINDIR_NATIVE}/ninja" | |||
35 | 35 | ||
36 | do_configure() { | 36 | do_configure() { |
37 | # replace LD with CXX, to workaround a possible gyp inheritssue? | 37 | # replace LD with CXX, to workaround a possible gyp inheritssue? |
38 | LD="${CXX}" export LD | 38 | export LD="${CXX}" |
39 | CC="${CC}" export CC | 39 | export CC="${CC}" |
40 | CXX="${CXX}" export CXX | 40 | export CXX="${CXX}" |
41 | CC_host="gcc" export CC_host | 41 | export CC_host="gcc" |
42 | CXX_host="g++" export CXX_host | 42 | export CXX_host="g++" |
43 | export QMAKE_MAKE_ARGS="${EXTRA_OEMAKE}" | ||
43 | 44 | ||
44 | # qmake can't find the OE_QMAKE_* variables on it's own so directly passing them as | 45 | # qmake can't find the OE_QMAKE_* variables on it's own so directly passing them as |
45 | # arguments here | 46 | # arguments here |