aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtcoap_git.bb
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2019-03-20 10:18:07 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2019-03-27 11:46:25 +0000
commiteb7082378cf7671f09a9c105b1ec6305d9f249cd (patch)
treee647e332be9e23ed0af0950f87592d2139824121 /recipes-qt/qt5/qtcoap_git.bb
parent57a6353c8ad25d68192bfb22b3f7f3f0ca1241a4 (diff)
qtcoap: add module recipe
Add new Qt CoAP module. CoAP is a protocol for IoT devices, and machine to machine communication. Task-number: QTBUG-72311 Change-Id: I8ca5476ca4cb280747d1c8bd6ec389ed9aed3470 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qtcoap_git.bb')
-rw-r--r--recipes-qt/qt5/qtcoap_git.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtcoap_git.bb b/recipes-qt/qt5/qtcoap_git.bb
new file mode 100644
index 00000000..cb4b1f6f
--- /dev/null
+++ b/recipes-qt/qt5/qtcoap_git.bb
@@ -0,0 +1,11 @@
+require qt5.inc
+require qt5-git.inc
+
+LICENSE = "GFDL-1.3 & BSD & GPL-3.0 | The-Qt-Company-Commercial"
+LIC_FILES_CHKSUM = " \
+ file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
+"
+
+DEPENDS += "qtbase"
+
+SRCREV = "2e23643ce1b01470b3408db67f1b063c9bcfac18"