summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-12 20:35:36 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-17 09:08:35 +0100
commitb8506b722c98be78a724ecff0fcd813449dafbc0 (patch)
treed83def05bbe67ac7d10c42c8e527f6d23bd76d50
parentc17fe4a23a255382bafee39f81669cbbb66cbe00 (diff)
downloadmeta-openembedded-b8506b722c98be78a724ecff0fcd813449dafbc0.tar.gz
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 <jeroen.knoops@philips.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 58679b6a515b51d28c480836ad598fca6f0cc655) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb2
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.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"
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=master;protocol=https" 8SRC_URI = "git://github.com/nanomsg/nng.git;branch=main;protocol=https"
9SRCREV = "169221da8d53b2ca4fda76f894bee8505887a7c6" 9SRCREV = "169221da8d53b2ca4fda76f894bee8505887a7c6"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"