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:
Martin Jansa
2013-02-28 20:56:51 +01:00
parent a376cc61ed
commit 5d5ba83cc6
9 changed files with 7 additions and 8 deletions

View File

@@ -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++"