blob: 1b2e51c3ac1d2225b5342d766726b145fde1a281 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Paho MQTT - C++ libraries for the MQTT and MQTT-SN protocols"
2DESCRIPTION = "Client implementation of open and standard messaging protocols for Machine-to-Machine (M2M) and Internet of Things (IoT)."
3HOMEPAGE = "http://www.eclipse.org/paho/"
4SECTION = "console/network"
Patrick Williamsda295312023-12-05 16:48:56 -06005LICENSE = "EPL-2.0 | EDL-1.0"
Andrew Geissler595f6302022-01-24 19:11:47 +00006
7LIC_FILES_CHKSUM = " \
Patrick Williamsda295312023-12-05 16:48:56 -06008 file://src/mqtt/message.h;beginline=9;endline=18;md5=c5ceecf5ab99d44dcfaaabdce289071b \
Andrew Geissler595f6302022-01-24 19:11:47 +00009 file://edl-v10;md5=3adfcc70f5aeb7a44f3f9b495aa1fbf3 \
Patrick Williamsda295312023-12-05 16:48:56 -060010 file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \
Andrew Geissler595f6302022-01-24 19:11:47 +000011"
12
Patrick Williams169d7bc2024-01-05 11:33:25 -060013SRC_URI = "git://github.com/eclipse/paho.mqtt.cpp;protocol=https;branch=v1.3.x \
Andrew Geissler9aee5002022-03-30 16:27:02 +000014 file://0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch \
Patrick Williams169d7bc2024-01-05 11:33:25 -060015 "
16SRCREV = "5e0d1bf37b4826d680ec066ec42afd133851a681"
Andrew Geissler595f6302022-01-24 19:11:47 +000017
18DEPENDS = "openssl paho-mqtt-c"
19
20S = "${WORKDIR}/git"
21
22inherit cmake
23
24EXTRA_OECMAKE += "-DPAHO_WITH_SSL=ON"