From 8d6078b19b9fd558d9c37f01f67c658996581aa2 Mon Sep 17 00:00:00 2001 From: Alexander Vickberg Date: Wed, 17 Apr 2024 13:22:15 +0200 Subject: nng: upgrade 1.5.2 -> 1.7.3 Signed-off-by: Alexander Vickberg Signed-off-by: Khem Raj --- .../recipes-connectivity/nanomsg/nng_1.5.2.bb | 22 ---------------------- .../recipes-connectivity/nanomsg/nng_1.7.3.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb create mode 100644 meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb b/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb deleted file mode 100644 index ab2907110d..0000000000 --- a/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "nanomsg-next-generation -- light-weight brokerless messaging" -DESCRIPTION = "NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery." -HOMEPAGE = "https://github.com/nanomsg/nng" -SECTION = "libs/networking" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a41e579bb4326c21c774f8e51e41d8a3" - -SRC_URI = "git://github.com/nanomsg/nng.git;branch=master;protocol=https" -SRCREV = "169221da8d53b2ca4fda76f894bee8505887a7c6" - -S = "${WORKDIR}/git" - -inherit cmake pkgconfig - -EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DNNG_ENABLE_NNGCAT=ON" - -PACKAGECONFIG ??= "" - -PACKAGECONFIG[mbedtls] = "-DNNG_ENABLE_TLS=ON,-DNNG_ENABLE_TLS=OFF,mbedtls" - -PACKAGES =+ "${PN}-tools" -FILES:${PN}-tools = "${bindir}/*" diff --git a/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb b/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb new file mode 100644 index 0000000000..a6556249b7 --- /dev/null +++ b/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb @@ -0,0 +1,22 @@ +SUMMARY = "nanomsg-next-generation -- light-weight brokerless messaging" +DESCRIPTION = "NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery." +HOMEPAGE = "https://github.com/nanomsg/nng" +SECTION = "libs/networking" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a41e579bb4326c21c774f8e51e41d8a3" + +SRC_URI = "git://github.com/nanomsg/nng.git;branch=master;protocol=https" +SRCREV = "85fbe7f9e4642b554d0d97f2e3ff2aa12978691a" + +S = "${WORKDIR}/git" + +inherit cmake pkgconfig + +EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DNNG_ENABLE_NNGCAT=ON" + +PACKAGECONFIG ??= "" + +PACKAGECONFIG[mbedtls] = "-DNNG_ENABLE_TLS=ON,-DNNG_ENABLE_TLS=OFF,mbedtls" + +PACKAGES =+ "${PN}-tools" +FILES:${PN}-tools = "${bindir}/*" -- cgit v1.2.3-54-g00ecf