summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_9.0.2.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_9.0.2.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_9.0.2.bb
new file mode 100644
index 0000000000..dac83065c2
--- /dev/null
+++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_9.0.2.bb
@@ -0,0 +1,14 @@
1SUMMARY = "MQTT communication C++ library using Boost.Asio"
2HOMEPAGE = "https://github.com/redboltz/async_mqtt"
3LICENSE = "BSL-1.0"
4
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
6
7SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https"
8SRCREV = "51a97adfd022cf5205c3bb31f38ace1f7fbd21a1"
9
10DEPENDS = "openssl boost"
11
12S = "${WORKDIR}/git"
13
14inherit cmake