From eb7082378cf7671f09a9c105b1ec6305d9f249cd Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Wed, 20 Mar 2019 10:18:07 +0200 Subject: 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 --- recipes-qt/qt5/qtcoap_git.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-qt/qt5/qtcoap_git.bb (limited to 'recipes-qt/qt5') 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" -- cgit v1.2.3-54-g00ecf