From b8506b722c98be78a724ecff0fcd813449dafbc0 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 12 Nov 2025 20:35:36 +0100 Subject: [PATCH] nng: Rename default branch of github.com:nanomsg/nng.git Default branch is renamed from `master` to `main`. Commitshas are the same. Signed-off-by: Jeroen Knoops Signed-off-by: Khem Raj (cherry picked from commit 58679b6a515b51d28c480836ad598fca6f0cc655) Signed-off-by: Gyorgy Sarvari --- meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb b/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb index ab2907110d..438998693d 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb @@ -5,7 +5,7 @@ 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" +SRC_URI = "git://github.com/nanomsg/nng.git;branch=main;protocol=https" SRCREV = "169221da8d53b2ca4fda76f894bee8505887a7c6" S = "${WORKDIR}/git"