summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/libdnet
diff options
context:
space:
mode:
authorSourav Kumar Pramanik <pramanik.souravkumar@gmail.com>2023-09-04 18:02:19 +0530
committerArmin Kuster <akuster808@gmail.com>2023-09-04 12:01:53 -0400
commitf67e45668ee0459f03584f658d4237810420f3fd (patch)
tree578c425aca3286dfe3be30975b7ce4568b0e6ce2 /meta-networking/recipes-connectivity/libdnet
parent68354157744e108f7b64a88badac952091f21fd6 (diff)
downloadmeta-openembedded-f67e45668ee0459f03584f658d4237810420f3fd.tar.gz
meta-oe-components: Avoid usage of nobranch=1
The usage of nobranch=1 in SRC_URI allows using unprotected branches. This change updates the real branch name in place of nobranch=1 for these components. Signed-off-by: Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/libdnet')
-rw-r--r--meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb
index 9f2ff51576..c7cd21b6bf 100644
--- a/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb
+++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9"
6 6
7SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1;protocol=https" 7SRC_URI = "git://github.com/dugsong/libdnet.git;branch=master;protocol=https"
8SRCREV = "3e782472d2a58d5e1b94d04eda4a364c2d257600" 8SRCREV = "3e782472d2a58d5e1b94d04eda4a364c2d257600"
9 9
10UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)" 10UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)"