summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2026-01-10 21:38:09 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-12 10:25:55 -0800
commit9e55e9f1150efb43111da65f2721ba400546be08 (patch)
tree880b41224c1d3f92fe2a5fa34a7e531571163811
parent60e60fed31dbef0f494f8f10ab6fbb10c447ce0a (diff)
downloadmeta-openembedded-9e55e9f1150efb43111da65f2721ba400546be08.tar.gz
nng: upgrade 1.7.3 -> 1.11
ChangeLog: https://github.com/nanomsg/nng/releases/tag/v1.11 https://github.com/nanomsg/nng/releases/tag/v1.10 https://github.com/nanomsg/nng/releases/tag/v1.9.0 https://github.com/nanomsg/nng/releases/tag/v1.8.0 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/nanomsg/nng_1.11.bb (renamed from meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb b/meta-networking/recipes-connectivity/nanomsg/nng_1.11.bb
index 8d681f495e..e59b7f34e2 100644
--- a/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb
+++ b/meta-networking/recipes-connectivity/nanomsg/nng_1.11.bb
@@ -5,9 +5,8 @@ SECTION = "libs/networking"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a41e579bb4326c21c774f8e51e41d8a3" 6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a41e579bb4326c21c774f8e51e41d8a3"
7 7
8SRC_URI = "git://github.com/nanomsg/nng.git;branch=main;protocol=https" 8SRC_URI = "git://github.com/nanomsg/nng.git;branch=stable;protocol=https"
9SRCREV = "85fbe7f9e4642b554d0d97f2e3ff2aa12978691a" 9SRCREV = "84aa701f42968bf536141a24e826da66963b571a"
10
11 10
12inherit cmake pkgconfig 11inherit cmake pkgconfig
13 12