mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-18 21:21:56 +02:00
* be aware that in 3 qt* project the v5.12.3 tag wasn't created yet: qtknx_git.bb:# v5.12.3 tag wasn't created yet qtmqtt_git.bb:# v5.12.3 tag wasn't created yet qtopcua_git.bb:# v5.12.3 tag wasn't created yet * and qttools, qt3d, qtremoteobjects v5.12.3 tag isn't in 5.12 branch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
25 lines
786 B
BlitzBasic
25 lines
786 B
BlitzBasic
LICENSE = "LGPL-3.0 & BSD & GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
|
file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
|
|
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
|
|
"
|
|
|
|
require qt5.inc
|
|
require qt5-git.inc
|
|
|
|
DEPENDS += "qtbase qtdeclarative qtxmlpatterns qtscxml-native"
|
|
|
|
SRCREV = "755c5a753d77f4c8f53788c870240e60673417a0"
|
|
|
|
# Patches from https://github.com/meta-qt5/qtscxml/commits/b5.12
|
|
# 5.12.meta-qt5.2
|
|
SRC_URI += "file://0001-Use-external-host-bin-path-for-cmake-file.patch"
|
|
|
|
do_install_append_class-nativesdk() {
|
|
# qml files not needed in nativesdk
|
|
rm -rf ${D}${OE_QMAKE_PATH_QML}
|
|
}
|
|
|
|
BBCLASSEXTEND =+ "native nativesdk"
|