diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_9.0.2.bb | 14 |
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 @@ | |||
| 1 | SUMMARY = "MQTT communication C++ library using Boost.Asio" | ||
| 2 | HOMEPAGE = "https://github.com/redboltz/async_mqtt" | ||
| 3 | LICENSE = "BSL-1.0" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https" | ||
| 8 | SRCREV = "51a97adfd022cf5205c3bb31f38ace1f7fbd21a1" | ||
| 9 | |||
| 10 | DEPENDS = "openssl boost" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit cmake | ||
