From ff173560e260798e7ed50b9e6cef3d41e8349609 Mon Sep 17 00:00:00 2001 From: Mikko Levonmaa Date: Sun, 2 Dec 2012 10:04:53 -0800 Subject: qtbase: partially resolves module pri installation The pri files get correctly placed under the work dir, but fail to stage correctly. Also there are some packaging issues Signed-off-by: Mikko Levonmaa --- recipes-qt/qt5/qtbase.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'recipes-qt/qt5/qtbase.inc') diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 115bb469..e85ff6e1 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc @@ -6,8 +6,8 @@ SRC_URI += " \ file://0003-Allow-building-a-separate-qmake-for-the-target.patch \ " -# to provide xcb/xcb_icccm.h, xcb/xcb_image.h, xcb/xcb_keysyms.h -DEPENDS += "xcb-util-wm xcb-util-image xcb-util-keysyms" +# to provide xcb/xcb_icccm.h, xcb/xcb_image.h, xcb/xcb_keysyms.h and dbus/dbus.h +DEPENDS += "xcb-util-wm xcb-util-image xcb-util-keysyms dbus" QT_MODULE_FLAGS ?= "-system-xcb" @@ -16,8 +16,6 @@ INC_PR = "r0" QT_BASE_NAME = "qt5" QT_DIR_NAME = "qt5" -export QMAKESPEC = "${STAGING_DATADIR}/${QT_DIR_NAME}/mkspecs/${TARGET_OS}-oe-g++" - # Qt uses atomic instructions not supported in thumb mode ARM_INSTRUCTION_SET = "arm" -- cgit v1.2.3-54-g00ecf