From 8d6078b19b9fd558d9c37f01f67c658996581aa2 Mon Sep 17 00:00:00 2001 From: Alexander Vickberg Date: Wed, 17 Apr 2024 13:22:15 +0200 Subject: [PATCH] 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 => nng_1.7.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/nanomsg/{nng_1.5.2.bb => nng_1.7.3.bb} (94%) diff --git a/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb b/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb similarity index 94% rename from meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb rename to 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" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a41e579bb4326c21c774f8e51e41d8a3" SRC_URI = "git://github.com/nanomsg/nng.git;branch=master;protocol=https" -SRCREV = "169221da8d53b2ca4fda76f894bee8505887a7c6" +SRCREV = "85fbe7f9e4642b554d0d97f2e3ff2aa12978691a" S = "${WORKDIR}/git"