diff options
| author | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-03-20 10:18:07 +0200 |
|---|---|---|
| committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-03-27 11:46:25 +0000 |
| commit | eb7082378cf7671f09a9c105b1ec6305d9f249cd (patch) | |
| tree | e647e332be9e23ed0af0950f87592d2139824121 | |
| parent | 57a6353c8ad25d68192bfb22b3f7f3f0ca1241a4 (diff) | |
| download | meta-qt5-eb7082378cf7671f09a9c105b1ec6305d9f249cd.tar.gz | |
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>
| -rw-r--r-- | recipes-qt/qt5/qtcoap_git.bb | 11 |
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 @@ | |||
| 1 | require qt5.inc | ||
| 2 | require qt5-git.inc | ||
| 3 | |||
| 4 | LICENSE = "GFDL-1.3 & BSD & GPL-3.0 | The-Qt-Company-Commercial" | ||
| 5 | LIC_FILES_CHKSUM = " \ | ||
| 6 | file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 7 | " | ||
| 8 | |||
| 9 | DEPENDS += "qtbase" | ||
| 10 | |||
| 11 | SRCREV = "2e23643ce1b01470b3408db67f1b063c9bcfac18" | ||
