From c347929f84c0aa0f7994307acb88351d787a0496 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 4 Aug 2026 13:17:03 +0800 Subject: [PATCH] nanomsg: upgrade 1.2.2 -> 1.2.4 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../nanomsg/{nanomsg_1.2.2.bb => nanomsg_1.2.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/nanomsg/{nanomsg_1.2.2.bb => nanomsg_1.2.4.bb} (94%) diff --git a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.2.bb b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.4.bb similarity index 94% rename from meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.2.bb rename to meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.4.bb index f291326c80..95b81869b5 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.2.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.4.bb @@ -9,11 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=587b3fd7fd291e418ff4d2b8f3904755" SECTION = "libs/networking" -SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https;branch=master \ +SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https;branch=master;tag=${PV} \ file://run-ptest \ " -SRCREV = "ccd7f20c1b756f7041598383baffcdc326246db7" +SRCREV = "e6d0b8ddfc780eb89f8f6ef305e92c19e76bed6b" inherit cmake pkgconfig ptest