mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 12:41:55 +02:00
qt5-native: rename to qtbase-native to avoid confusion
* we also had PROVIDES for qt5-tools-native, this makes it a bit easier to see what is what * drop FILESEXTRAPATHS, not needed after renaming to match BPN with qtbase patches Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
inherit qmake5_base
|
||||
|
||||
QT5TOOLSDEPENDS ?= "qt5-native "
|
||||
QT5TOOLSDEPENDS ?= "qtbase-native "
|
||||
DEPENDS_prepend = "${QT5TOOLSDEPENDS}"
|
||||
|
||||
export QMAKESPEC = "${STAGING_DATADIR}/qt5/mkspecs/${TARGET_OS}-oe-g++"
|
||||
|
||||
Reference in New Issue
Block a user