aboutsummaryrefslogtreecommitdiffstats
path: root/classes/qmake5.bbclass
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-02-28 20:56:51 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-17 16:08:56 +0200
commit5d5ba83cc6eadbff6d60d5ae4947bc9b48d846f4 (patch)
tree6cbef8286c4d167c13bbdcabbf862b0945a71e17 /classes/qmake5.bbclass
parenta376cc61ed00eccd0892936d101a1ecece0e6f3c (diff)
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>
Diffstat (limited to 'classes/qmake5.bbclass')
-rw-r--r--classes/qmake5.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qmake5.bbclass b/classes/qmake5.bbclass
index 180cedcf..00d6c0ea 100644
--- a/classes/qmake5.bbclass
+++ b/classes/qmake5.bbclass
@@ -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++"