mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Add more modules
QtCoap, QtKNX, QtMQTT
This commit is contained in:
parent
8a71089478
commit
c900d16e48
13
recipes-qt/qt6/qtcoap_git.bb
Normal file
13
recipes-qt/qt6/qtcoap_git.bb
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
LICENSE = "GFDL-1.3 & BSD & GPL-3.0 | The-Qt-Company-Commercial"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
"
|
||||
|
||||
inherit qt6-cmake
|
||||
|
||||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
SRCREV = "38c3591badb47bb745cecdb9843d48ac69f4c384"
|
||||
14
recipes-qt/qt6/qtknx_git.bb
Normal file
14
recipes-qt/qt6/qtknx_git.bb
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
LICENSE = "(GPL-3.0 & The-Qt-Company-GPL-Exception-1.0) | The-Qt-Company-Commercial"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
|
||||
"
|
||||
|
||||
inherit qt6-cmake
|
||||
|
||||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
SRCREV = "d56901973edb2e4d87b6d7eafbfce8321fa6b0b9"
|
||||
16
recipes-qt/qt6/qtmqtt_git.bb
Normal file
16
recipes-qt/qt6/qtmqtt_git.bb
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
LICENSE = "(GPL-3.0 & The-Qt-Company-GPL-Exception-1.0) | The-Qt-Company-Commercial"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
|
||||
"
|
||||
|
||||
inherit qt6-cmake
|
||||
|
||||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
PACKAGECONFIG[examples] = "-DBUILD_EXAMPLES=ON,-DBUILD_EXAMPLES=OFF,qtdeclarative qtwebsockets"
|
||||
|
||||
SRCREV = "113f7ee8644b0b25809ab4d531d3aa05406e49a2"
|
||||
Loading…
Reference in New Issue
Block a user