From 512c859380a36b753b5fcca21a31aea4d85a1737 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 25 Nov 2013 23:33:37 -0500 Subject: [PATCH] nativesdk-qttools: add nativesdk version of qttools necessary for SDK tools Signed-off-by: Denys Dmytriyenko Signed-off-by: Martin Jansa --- recipes-qt/qt5/nativesdk-qttools.inc | 25 +++++++++++++++++++++++ recipes-qt/qt5/nativesdk-qttools_5.1.1.bb | 7 +++++++ 2 files changed, 32 insertions(+) create mode 100644 recipes-qt/qt5/nativesdk-qttools.inc create mode 100644 recipes-qt/qt5/nativesdk-qttools_5.1.1.bb diff --git a/recipes-qt/qt5/nativesdk-qttools.inc b/recipes-qt/qt5/nativesdk-qttools.inc new file mode 100644 index 0000000000..e9b294984d --- /dev/null +++ b/recipes-qt/qt5/nativesdk-qttools.inc @@ -0,0 +1,25 @@ +DEPENDS = "nativesdk-qtbase qtbase-native" + +QT_MODULE = "qttools" + +require nativesdk-qt5.inc + +SRC_URI += "file://0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch" + +PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" + +FILES_${PN}-dbg = " \ + ${OE_QMAKE_PATH_BINS}/.debug \ +" + +FILES_${PN} = " \ + ${OE_QMAKE_PATH_BINS}/* \ +" + +do_configure() { + ${OE_QMAKE_QMAKE} ${OE_QMAKE_DEBUG_OUTPUT} -r ${S} CONFIG+=linguistonly +} + +do_install() { + oe_runmake install INSTALL_ROOT=${D} +} diff --git a/recipes-qt/qt5/nativesdk-qttools_5.1.1.bb b/recipes-qt/qt5/nativesdk-qttools_5.1.1.bb new file mode 100644 index 0000000000..b56f430bfc --- /dev/null +++ b/recipes-qt/qt5/nativesdk-qttools_5.1.1.bb @@ -0,0 +1,7 @@ +require qt5-${PV}.inc +require ${PN}.inc + +FILESEXTRAPATHS =. "${FILE_DIRNAME}/qttools-${PV}:" + +SRC_URI[md5sum] = "022073d32ff9d408de0182b5d1f01781" +SRC_URI[sha256sum] = "2b42c6d5feeccffb67e890b86a150bae64dd2ff550be39a3cc449ee0e95462b6"