diff --git a/coin/test-configs.inc b/coin/test-configs.inc index b9de36b..26802f3 100644 --- a/coin/test-configs.inc +++ b/coin/test-configs.inc @@ -66,6 +66,7 @@ PACKAGECONFIG:append:pn-qthttpserver = " examples" PACKAGECONFIG:append:pn-qtimageformats = " examples" PACKAGECONFIG:append:pn-qtinterfaceframework = " examples" PACKAGECONFIG:append:pn-qtlanguageserver = " examples" +PACKAGECONFIG:append:pn-qtlocation = " examples" PACKAGECONFIG:append:pn-qtlottie = " examples" PACKAGECONFIG:append:pn-qtmqtt = " examples" PACKAGECONFIG:append:pn-qtmultimedia = " examples" diff --git a/recipes-qt/packagegroups/packagegroup-qt6-addons.bb b/recipes-qt/packagegroups/packagegroup-qt6-addons.bb index b4ce3db..2b82223 100644 --- a/recipes-qt/packagegroups/packagegroup-qt6-addons.bb +++ b/recipes-qt/packagegroups/packagegroup-qt6-addons.bb @@ -19,6 +19,7 @@ RDEPENDS:${PN} += " \ qthttpserver \ qtimageformats \ ${@bb.utils.contains('BBFILE_COLLECTIONS', 'meta-python', 'qtinterfaceframework', '', d)} \ + qtlocation \ qtlottie \ qtmqtt \ qtmultimedia \ diff --git a/recipes-qt/qt6/qt6-git.inc b/recipes-qt/qt6/qt6-git.inc index 8344dfc..cf24d3d 100644 --- a/recipes-qt/qt6/qt6-git.inc +++ b/recipes-qt/qt6/qt6-git.inc @@ -33,6 +33,7 @@ SRCREV_qthttpserver = "e147b436eaa5d834912ec2137b120a23523b24c7" SRCREV_qtimageformats = "edfc13086c1af70a9bfaeaf026a5f557a9b58c9c" SRCREV_qtinterfaceframework = "377516ebdf09bd62ce0f458dfc326062e3cc1fde" SRCREV_qtlanguageserver = "9659ad7cc34d59ec787ee4003f2b83d71e14eb65" +SRCREV_qtlocation = "13112717ee0a49620f51078c1b8d69109e568498" SRCREV_qtlottie = "304b6420be8ed532cd419b1e64cf7cb787a0849f" SRCREV_qtmqtt = "9c3a4cdcdc47b5ad2f86da388894634a662084ee" SRCREV_qtmultimedia = "298b434cd0f5d0b7801b830235cbd6b051e9a4d7" diff --git a/recipes-qt/qt6/qtlocation_git.bb b/recipes-qt/qt6/qtlocation_git.bb new file mode 100644 index 0000000..971f6f0 --- /dev/null +++ b/recipes-qt/qt6/qtlocation_git.bb @@ -0,0 +1,22 @@ +LICENSE = "The-Qt-Company-Commercial | (GPL-3.0-only & Qt-GPL-exception-1.0) & (LGPL-3.0-only | GPL-2.0-only | GPL-3.0-only) & GFDL-1.3-no-invariants-only & BSD-3-Clause" +LIC_FILES_CHKSUM = " \ + file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ + file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ + file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \ + file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ +" + +inherit qt6-cmake + +include recipes-qt/qt6/qt6-git.inc +include recipes-qt/qt6/qt6.inc + +DEPENDS += "qtbase qtpositioning" + +PACKAGECONFIG ?= "osm qml" +PACKAGECONFIG[esri] = "-DFEATURE_geoservices_esri=ON,-DFEATURE_geoservices_esri=OFF," +PACKAGECONFIG[mapbox] = "-DFEATURE_geoservices_mapbox=ON,-DFEATURE_geoservices_mapbox=OFF," +PACKAGECONFIG[nokia] = "-DFEATURE_geoservices_nokia=ON,-DFEATURE_geoservices_nokia=OFF," +PACKAGECONFIG[osm] = "-DFEATURE_geoservices_osm=ON,-DFEATURE_geoservices_osm=OFF," +PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native"