diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.5.3.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.5.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.5.3.bb b/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.5.3.bb new file mode 100644 index 0000000000..5b4aed3001 --- /dev/null +++ b/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.5.3.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "Paho MQTT - C++ libraries for the MQTT and MQTT-SN protocols" | ||
2 | DESCRIPTION = "Client implementation of open and standard messaging protocols for Machine-to-Machine (M2M) and Internet of Things (IoT)." | ||
3 | HOMEPAGE = "http://www.eclipse.org/paho/" | ||
4 | SECTION = "console/network" | ||
5 | LICENSE = "EPL-2.0 | EDL-1.0" | ||
6 | |||
7 | LIC_FILES_CHKSUM = " \ | ||
8 | file://LICENSE;md5=c0fa3a632eea67f4079c54df781d1441 \ | ||
9 | file://edl-v10;md5=3adfcc70f5aeb7a44f3f9b495aa1fbf3 \ | ||
10 | file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ | ||
11 | " | ||
12 | |||
13 | SRC_URI = "git://github.com/eclipse/paho.mqtt.cpp;protocol=https;branch=master;tag=v${PV}" | ||
14 | SRCREV = "17ff3dc0270738adc710667be44847eebc038ae0" | ||
15 | |||
16 | DEPENDS = "openssl paho-mqtt-c" | ||
17 | |||
18 | |||
19 | inherit cmake | ||
20 | |||
21 | EXTRA_OECMAKE += "-DPAHO_WITH_SSL=ON -DPAHO_BUILD_EXAMPLES=OFF" | ||