mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Add recipe for Qt Positioning
The git repository is shared with Qt Location module, but this recipe builds only the Qt Positioning module. Change-Id: I82d18b8b11ea35f7c65f3564443b196f69712325 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
67c94eee72
commit
0a096d1814
|
|
@ -20,6 +20,7 @@ RDEPENDS_${PN} += " \
|
|||
qtmqtt \
|
||||
qtnetworkauth \
|
||||
qtopcua \
|
||||
qtpositioning \
|
||||
qtquick3d \
|
||||
qtquickcontrols2 \
|
||||
qtquickdesigner-components \
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ RDEPENDS_${PN} += "\
|
|||
qtmqtt-dev \
|
||||
qtnetworkauth-dev \
|
||||
qtopcua-dev \
|
||||
qtpositioning-dev \
|
||||
qtquick3d-dev \
|
||||
qtquickcontrols2-dev \
|
||||
qtquickdesigner-components-dev \
|
||||
|
|
|
|||
26
recipes-qt/qt6/qtpositioning_git.bb
Normal file
26
recipes-qt/qt6/qtpositioning_git.bb
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial )"
|
||||
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
|
||||
|
||||
QT_MODULE = "qtlocation"
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
PACKAGECONFIG ?= "nmea qml"
|
||||
PACKAGECONFIG[examples] = "-DQT_BUILD_EXAMPLES=ON,-DQT_BUILD_EXAMPLES=OFF,qtdeclarative,qtquickcontrols2"
|
||||
PACKAGECONFIG[geoclue] = ",,,geoclue"
|
||||
PACKAGECONFIG[gypsy] = "-DFEATURE_gypsy=ON,-DFEATURE_gypsy=OFF,gconf gypsy"
|
||||
PACKAGECONFIG[nmea] = ",,qtserialport"
|
||||
PACKAGECONFIG[qml] = ",,qtdeclarative"
|
||||
|
||||
SRCREV = "0a027b248e5882e85c4eaa8ddcdae923ad3e9ab5"
|
||||
Loading…
Reference in New Issue
Block a user