diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-03 17:37:27 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-03 19:18:36 +0200 |
commit | b9b00aaad487fdf4a50d9e69af71742f714f6120 (patch) | |
tree | e69d754f0280a398d4ea14ec00c222b19476f3a6 | |
parent | 886509518d5662e42b1177c88403ebb31454c605 (diff) | |
download | meta-qt5-b9b00aaad487fdf4a50d9e69af71742f714f6120.tar.gz |
qmake5: Add trailing space in DEPENDS_prepend instead of QT5TOOLSDEPENDS
* this way it looks better in bitbake -e, instead of:
${QT5TOOLSDEPENDS}${BASEDEPENDS}
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | classes/qmake5.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/qmake5.bbclass b/classes/qmake5.bbclass index a49a7895..e1dda0d6 100644 --- a/classes/qmake5.bbclass +++ b/classes/qmake5.bbclass | |||
@@ -3,8 +3,8 @@ | |||
3 | # | 3 | # |
4 | inherit qmake5_base | 4 | inherit qmake5_base |
5 | 5 | ||
6 | QT5TOOLSDEPENDS ?= "qtbase-native " | 6 | QT5TOOLSDEPENDS ?= "qtbase-native" |
7 | DEPENDS_prepend = "${QT5TOOLSDEPENDS}" | 7 | DEPENDS_prepend = "${QT5TOOLSDEPENDS} " |
8 | 8 | ||
9 | # do we still need to export these? | 9 | # do we still need to export these? |
10 | #OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qt5" | 10 | #OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qt5" |