Add recipe for QtLocation

QtLocation is back in Qt 6.5.

Task-number: QTBUG-108731
Change-Id: Id86ade02040d626ecadb6c35f173b3be25f02e97
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
This commit is contained in:
Samuli Piippo 2022-11-22 14:31:07 +00:00
parent ba055c2d9b
commit fb725ebed9
4 changed files with 25 additions and 0 deletions

View File

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

View File

@ -19,6 +19,7 @@ RDEPENDS:${PN} += " \
qthttpserver \
qtimageformats \
${@bb.utils.contains('BBFILE_COLLECTIONS', 'meta-python', 'qtinterfaceframework', '', d)} \
qtlocation \
qtlottie \
qtmqtt \
qtmultimedia \

View File

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

View File

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