nativesdk-qttools: add nativesdk version of qttools necessary for SDK tools

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Denys Dmytriyenko 2013-11-25 23:33:37 -05:00 committed by Martin Jansa
parent 7b898fdc66
commit 512c859380
2 changed files with 32 additions and 0 deletions

View File

@ -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}
}

View File

@ -0,0 +1,7 @@
require qt5-${PV}.inc
require ${PN}.inc
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qttools-${PV}:"
SRC_URI[md5sum] = "022073d32ff9d408de0182b5d1f01781"
SRC_URI[sha256sum] = "2b42c6d5feeccffb67e890b86a150bae64dd2ff550be39a3cc449ee0e95462b6"