diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-24 19:50:00 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-24 19:50:00 +0200 |
commit | 14f6ec2ca227c474a9045b68bcf6a6dd78b8cd57 (patch) | |
tree | e9940c9f829bb673c4d3cac5219cc2ce47975db0 | |
parent | 35ccafd9c533c423aa7985ec2ce7f0512283c154 (diff) | |
download | meta-qt5-14f6ec2ca227c474a9045b68bcf6a6dd78b8cd57.tar.gz |
qtbase: Don't use immediate expansion for OE_QMAKE_QMAKE_ORIG
* full path is part of sstate checksum with immediate expansion
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 5d4334ac..cabe0b78 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -93,7 +93,7 @@ EOF | |||
93 | QMAKE_MKSPEC_PATH = "${B}" | 93 | QMAKE_MKSPEC_PATH = "${B}" |
94 | 94 | ||
95 | # another exception is that we need to run bin/qmake, because EffectivePaths are relative to qmake location | 95 | # another exception is that we need to run bin/qmake, because EffectivePaths are relative to qmake location |
96 | OE_QMAKE_QMAKE_ORIG := "${OE_QMAKE_QMAKE}" | 96 | OE_QMAKE_QMAKE_ORIG = "${STAGING_BINDIR_NATIVE}/${QT_DIR_NAME}/qmake" |
97 | OE_QMAKE_QMAKE = "bin/qmake" | 97 | OE_QMAKE_QMAKE = "bin/qmake" |
98 | 98 | ||
99 | # qtbase is exception, configure script is using our get(X)QEvalMakeConf and setBootstrapEvalVariable functions to read it from shell | 99 | # qtbase is exception, configure script is using our get(X)QEvalMakeConf and setBootstrapEvalVariable functions to read it from shell |