mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-16 20:21:56 +02:00
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>
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#
|
||||
inherit qmake5_base
|
||||
|
||||
QT5TOOLSDEPENDS ?= "qtbase-native "
|
||||
DEPENDS_prepend = "${QT5TOOLSDEPENDS}"
|
||||
QT5TOOLSDEPENDS ?= "qtbase-native"
|
||||
DEPENDS_prepend = "${QT5TOOLSDEPENDS} "
|
||||
|
||||
# do we still need to export these?
|
||||
#OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qt5"
|
||||
|
||||
Reference in New Issue
Block a user