blob: 47de7a734496a075c8c40cde43d9e97459ae09cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SUMMARY = "MQTT communication C++ library using Boost.Asio"
HOMEPAGE = "https://github.com/redboltz/async_mqtt"
LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
CVE_PRODUCT = "async_mqtt"
SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}"
SRCREV = "cb3d37dc3432b9c03fe631eeba2d548de7457bf9"
DEPENDS = "openssl boost"
inherit cmake
|