From c900d16e48858626e64df34f5d2ea12308f45433 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 12 Feb 2020 10:39:17 +0200 Subject: [PATCH] Add more modules QtCoap, QtKNX, QtMQTT --- recipes-qt/qt6/qtcoap_git.bb | 13 +++++++++++++ recipes-qt/qt6/qtknx_git.bb | 14 ++++++++++++++ recipes-qt/qt6/qtmqtt_git.bb | 16 ++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 recipes-qt/qt6/qtcoap_git.bb create mode 100644 recipes-qt/qt6/qtknx_git.bb create mode 100644 recipes-qt/qt6/qtmqtt_git.bb diff --git a/recipes-qt/qt6/qtcoap_git.bb b/recipes-qt/qt6/qtcoap_git.bb new file mode 100644 index 0000000..8bcf845 --- /dev/null +++ b/recipes-qt/qt6/qtcoap_git.bb @@ -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" diff --git a/recipes-qt/qt6/qtknx_git.bb b/recipes-qt/qt6/qtknx_git.bb new file mode 100644 index 0000000..688ec5f --- /dev/null +++ b/recipes-qt/qt6/qtknx_git.bb @@ -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" diff --git a/recipes-qt/qt6/qtmqtt_git.bb b/recipes-qt/qt6/qtmqtt_git.bb new file mode 100644 index 0000000..6e2b576 --- /dev/null +++ b/recipes-qt/qt6/qtmqtt_git.bb @@ -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"