1LICENSE = "BSD-3-Clause & ( GPL-3.0-only & The-Qt-Company-GPL-Exception-1.0 ) & ( GPL-2.0-or-later | LGPL-3.0-only ) | The-Qt-Company-Commercial" 2LIC_FILES_CHKSUM = " \ 3 file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 4 file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ 5 file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \ 6 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ 7" 8 9require qt5.inc 10require qt5-git.inc 11 12DEPENDS += "qtbase qtdeclarative qtremoteobjects-native" 13 14# Patches from https://github.com/meta-qt5/qtremoteobjects/commits/b5.15 15# 5.15.meta-qt5.1 16SRC_URI += " \ 17 file://0001-Allow-a-tools-only-build.patch \ 18 file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \ 19" 20 21PACKAGECONFIG ??= "" 22PACKAGECONFIG:class-native ??= "tools-only" 23PACKAGECONFIG:class-nativesdk ??= "tools-only" 24PACKAGECONFIG[tools-only] = "CONFIG+=tools-only" 25 26EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" 27 28SRCREV = "62bf1183d12abe98df45139ccf15848b989b2e36" 29 30BBCLASSEXTEND += "native nativesdk" 31