summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Vickberg <wickbergster@gmail.com>2024-04-17 13:22:15 +0200
committerKhem Raj <raj.khem@gmail.com>2024-04-21 10:52:41 -0700
commit724705aa1e86001473a2cbb0744d22da78a30965 (patch)
tree558e7a61f6d8925a6f165d1354ae242fdc773d1b
parent3fa294eaa2d486f902b793d232cade4e244cb87b (diff)
downloadmeta-openembedded-724705aa1e86001473a2cbb0744d22da78a30965.tar.gz
nng: upgrade 1.5.2 -> 1.7.3
Signed-off-by: Alexander Vickberg <wickbergster@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb (renamed from meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb b/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb
index ab2907110d..a6556249b7 100644
--- a/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb
+++ b/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb
@@ -6,7 +6,7 @@ LICENSE = "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=master;protocol=https" 8SRC_URI = "git://github.com/nanomsg/nng.git;branch=master;protocol=https"
9SRCREV = "169221da8d53b2ca4fda76f894bee8505887a7c6" 9SRCREV = "85fbe7f9e4642b554d0d97f2e3ff2aa12978691a"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12