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:21:29 +0200 |
| commit | 806fedcc155e28ff1d802cf8d5af9c6d67c210c7 (patch) | |
| tree | e0d33f411d8f4f9cf435a1f852a427eb4a21458b /classes | |
| parent | 2c5a5cf47190697551e5d5e3971a328460b300da (diff) | |
| download | meta-qt5-806fedcc155e28ff1d802cf8d5af9c6d67c210c7.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>
Diffstat (limited to 'classes')
| -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" |
