From 5d5ba83cc6eadbff6d60d5ae4947bc9b48d846f4 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 28 Feb 2013 20:56:51 +0100 Subject: 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 --- classes/qmake5.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') 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++" -- cgit v1.2.3-54-g00ecf