diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-27 16:40:13 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-17 16:10:01 +0200 |
commit | 2b5c531b22703025e67b2f207db91ea178f7ead5 (patch) | |
tree | d83c755b2a31e0201cf3cecab7b34fc5c6c65a0d /recipes-qt/qt5/qtbase | |
parent | eb1ad81906d8a40acb5a6691012d32772318433a (diff) | |
download | meta-qt5-2b5c531b22703025e67b2f207db91ea178f7ead5.tar.gz |
qtbase: don't touch STAGING and bypass sstate
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase')
-rw-r--r-- | recipes-qt/qt5/qtbase/qmake.conf.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase/qmake.conf.sh b/recipes-qt/qt5/qtbase/qmake.conf.sh index 52682396..49d9de2a 100644 --- a/recipes-qt/qt5/qtbase/qmake.conf.sh +++ b/recipes-qt/qt5/qtbase/qmake.conf.sh | |||
@@ -34,6 +34,7 @@ QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += ${OE_QMAKE_CFLAGS} | |||
34 | QMAKE_CXX = ${OE_QMAKE_CXX} | 34 | QMAKE_CXX = ${OE_QMAKE_CXX} |
35 | QMAKE_LINK = ${OE_QMAKE_LINK} | 35 | QMAKE_LINK = ${OE_QMAKE_LINK} |
36 | QMAKE_LINK_SHLIB = ${OE_QMAKE_LINK} | 36 | QMAKE_LINK_SHLIB = ${OE_QMAKE_LINK} |
37 | QMAKE_CONF_COMPILER = ${OE_QMAKE_CONF_COMPILER} | ||
37 | 38 | ||
38 | load(qt_config) | 39 | load(qt_config) |
39 | EOF \ No newline at end of file | 40 | EOF |