summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-02 23:06:48 +0000
committerKhem Raj <raj.khem@gmail.com>2021-11-03 06:57:49 -0700
commitb402a3076fbafe05d0b8621e50603b65c3fe8147 (patch)
tree4cf5c1f27d02abeba179d3f9ae5273178212594a /meta-networking/recipes-connectivity
parent175765fdf30200314d19bc8f11f4ede9b820dad6 (diff)
downloadmeta-openembedded-b402a3076fbafe05d0b8621e50603b65c3fe8147.tar.gz
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb2
-rw-r--r--meta-networking/recipes-connectivity/bluepy/bluepy_git.bb2
-rw-r--r--meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb2
-rw-r--r--meta-networking/recipes-connectivity/civetweb/civetweb_git.bb2
-rw-r--r--meta-networking/recipes-connectivity/dibbler/dibbler_git.bb2
-rw-r--r--meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb2
-rw-r--r--meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb2
-rw-r--r--meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb2
-rw-r--r--meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb2
-rw-r--r--meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb2
-rw-r--r--meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb2
-rw-r--r--meta-networking/recipes-connectivity/netplan/netplan_0.103.bb2
-rw-r--r--meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb2
-rw-r--r--meta-networking/recipes-connectivity/relayd/relayd_git.bb2
-rw-r--r--meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb2
-rw-r--r--meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb2
16 files changed, 16 insertions, 16 deletions
diff --git a/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb b/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb
index c0556e7395..777ba2270b 100644
--- a/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb
+++ b/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb
@@ -25,7 +25,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fc37e1037ae673975fbcb96a98f7191"
25 25
26PV .= "+git${SRCPV}" 26PV .= "+git${SRCPV}"
27SRCREV = "79b1a9996c094ff593ae50bc4edc1f349f39dd6d" 27SRCREV = "79b1a9996c094ff593ae50bc4edc1f349f39dd6d"
28SRC_URI = "git://www.bearssl.org/git/BearSSL;protocol=https \ 28SRC_URI = "git://www.bearssl.org/git/BearSSL;protocol=https;branch=master \
29 file://0001-conf-Unix.mk-remove-fixed-command-definitions.patch \ 29 file://0001-conf-Unix.mk-remove-fixed-command-definitions.patch \
30 file://0002-test-test_x509.c-fix-potential-overflow-issue.patch \ 30 file://0002-test-test_x509.c-fix-potential-overflow-issue.patch \
31 file://0001-make-Pass-LDFLAGS-when-building-shared-objects.patch \ 31 file://0001-make-Pass-LDFLAGS-when-building-shared-objects.patch \
diff --git a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb
index 887870fb78..a3b734c2ec 100644
--- a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb
+++ b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "glib-2.0"
7SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09" 7SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09"
8PV = "1.3.0+git${SRCPV}" 8PV = "1.3.0+git${SRCPV}"
9 9
10SRC_URI = "git://github.com/IanHarvey/bluepy.git;protocol=https \ 10SRC_URI = "git://github.com/IanHarvey/bluepy.git;protocol=https;branch=master \
11 file://0001-bluepy-Fix-username-issue-with-tarballs.patch \ 11 file://0001-bluepy-Fix-username-issue-with-tarballs.patch \
12 " 12 "
13 13
diff --git a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb
index 0cf57ccdb7..86b6577721 100644
--- a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb
+++ b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "a SocketCAN over Ethernet tunnel"
2HOMEPAGE = "https://github.com/mguentner/cannelloni" 2HOMEPAGE = "https://github.com/mguentner/cannelloni"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4 4
5SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https" 5SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master"
6SRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4" 6SRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4"
7 7
8LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 8LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
index 2820f9fa6d..e9c2056180 100644
--- a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
+++ b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=50bd1d7f135b50d7e218996ba28d0d88"
6 6
7SRCREV = "4b440a339979852d5a51fb11a822952712231c23" 7SRCREV = "4b440a339979852d5a51fb11a822952712231c23"
8PV = "1.12+git${SRCPV}" 8PV = "1.12+git${SRCPV}"
9SRC_URI = "git://github.com/civetweb/civetweb.git \ 9SRC_URI = "git://github.com/civetweb/civetweb.git;branch=master;protocol=https \
10 file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ 10 file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \
11 " 11 "
12 12
diff --git a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb
index 7558c314ff..8c74c3954e 100644
--- a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb
+++ b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3"
7 7
8SRCREV = "a7c6cf58a88a510cb00841351e75030ce78d36bf" 8SRCREV = "a7c6cf58a88a510cb00841351e75030ce78d36bf"
9 9
10SRC_URI = "git://github.com/tomaszmrugalski/dibbler \ 10SRC_URI = "git://github.com/tomaszmrugalski/dibbler;branch=master;protocol=https \
11 file://dibbler_fix_getSize_crash.patch \ 11 file://dibbler_fix_getSize_crash.patch \
12 " 12 "
13PV = "1.0.1+1.0.2RC1+git${SRCREV}" 13PV = "1.0.1+1.0.2RC1+git${SRCREV}"
diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb
index 0d1c4adc1d..3e5cca6405 100644
--- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb
+++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb
@@ -13,7 +13,7 @@ LICENSE = "GPLv2 & LGPLv2+"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" 13LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
14DEPENDS = "openssl-native openssl libidn libtool libpcap libtalloc" 14DEPENDS = "openssl-native openssl libidn libtool libpcap libtalloc"
15 15
16SRC_URI = "git://github.com/FreeRADIUS/freeradius-server.git;branch=v3.0.x;lfs=0; \ 16SRC_URI = "git://github.com/FreeRADIUS/freeradius-server.git;branch=v3.0.x;lfs=0;;protocol=https \
17 file://freeradius \ 17 file://freeradius \
18 file://volatiles.58_radiusd \ 18 file://volatiles.58_radiusd \
19 file://freeradius-enble-user-in-conf.patch \ 19 file://freeradius-enble-user-in-conf.patch \
diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb
index df48782eef..9f2ff51576 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" 7SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1;protocol=https"
8SRCREV = "3e782472d2a58d5e1b94d04eda4a364c2d257600" 8SRCREV = "3e782472d2a58d5e1b94d04eda4a364c2d257600"
9 9
10UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)" 10UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)"
diff --git a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb
index ab7167c946..fa42be62a2 100644
--- a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb
+++ b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
15DEPENDS = "swig-native python3" 15DEPENDS = "swig-native python3"
16SRCREV = "fcefc746fea286aeaa40d2f62240216da81c85e5" 16SRCREV = "fcefc746fea286aeaa40d2f62240216da81c85e5"
17 17
18SRC_URI = "git://github.com/mz-automation/${BPN}.git;branch=v1.5 \ 18SRC_URI = "git://github.com/mz-automation/${BPN}.git;branch=v1.5;protocol=https \
19 file://0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch \ 19 file://0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch \
20" 20"
21 21
diff --git a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb
index 750b252106..3c2ab980e5 100644
--- a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb
+++ b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=587b3fd7fd291e418ff4d2b8f3904755"
9 9
10SECTION = "libs/networking" 10SECTION = "libs/networking"
11 11
12SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https" 12SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https;branch=master"
13SRCREV = "1749fd7b039165a91b8d556b4df18e3e632ad830" 13SRCREV = "1749fd7b039165a91b8d556b4df18e3e632ad830"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
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 1ffd8918a4..ab2907110d 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" 8SRC_URI = "git://github.com/nanomsg/nng.git;branch=master;protocol=https"
9SRCREV = "169221da8d53b2ca4fda76f894bee8505887a7c6" 9SRCREV = "169221da8d53b2ca4fda76f894bee8505887a7c6"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
diff --git a/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb b/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb
index 176fa3bed2..b52154025b 100644
--- a/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb
+++ b/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "nng"
7SRCREV = "cc5d2641babab165d8a9943817c46d36c6dc17c2" 7SRCREV = "cc5d2641babab165d8a9943817c46d36c6dc17c2"
8PV = "1.3.0" 8PV = "1.3.0"
9 9
10SRC_URI = "git://github.com/cwzx/nngpp" 10SRC_URI = "git://github.com/cwzx/nngpp;branch=master;protocol=https"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
diff --git a/meta-networking/recipes-connectivity/netplan/netplan_0.103.bb b/meta-networking/recipes-connectivity/netplan/netplan_0.103.bb
index 1de739eeb6..81e20b9c8e 100644
--- a/meta-networking/recipes-connectivity/netplan/netplan_0.103.bb
+++ b/meta-networking/recipes-connectivity/netplan/netplan_0.103.bb
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
14SRCREV = "51c872d856db80281ea810ebc02e05c09d5310fa" 14SRCREV = "51c872d856db80281ea810ebc02e05c09d5310fa"
15PV = "0.103" 15PV = "0.103"
16 16
17SRC_URI = "git://github.com/CanonicalLtd/netplan.git;branch=main \ 17SRC_URI = "git://github.com/CanonicalLtd/netplan.git;branch=main;protocol=https \
18 file://0001-parse-nm-fix-32bit-format-string.patch \ 18 file://0001-parse-nm-fix-32bit-format-string.patch \
19 file://0001-Makefile-do-not-use-Werror.patch \ 19 file://0001-Makefile-do-not-use-Werror.patch \
20 " 20 "
diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb
index c66192aea9..7a61f74e31 100644
--- a/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb
+++ b/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad" 3LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad"
4 4
5SRC_URI = " \ 5SRC_URI = " \
6 git://git.infradead.org/users/dwmw2/openconnect.git \ 6 git://git.infradead.org/users/dwmw2/openconnect.git;branch=master \
7" 7"
8SRCREV = "9d287e40c57233190a51b6434ba7345370e36f38" 8SRCREV = "9d287e40c57233190a51b6434ba7345370e36f38"
9 9
diff --git a/meta-networking/recipes-connectivity/relayd/relayd_git.bb b/meta-networking/recipes-connectivity/relayd/relayd_git.bb
index ebe64cb1b5..1dd50f6e12 100644
--- a/meta-networking/recipes-connectivity/relayd/relayd_git.bb
+++ b/meta-networking/recipes-connectivity/relayd/relayd_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab
5 5
6DEPENDS = "libubox" 6DEPENDS = "libubox"
7 7
8SRC_URI = "git://git.openwrt.org/project/relayd.git \ 8SRC_URI = "git://git.openwrt.org/project/relayd.git;branch=master \
9 file://0001-rtnl_flush-Error-on-failed-write.patch \ 9 file://0001-rtnl_flush-Error-on-failed-write.patch \
10" 10"
11 11
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb
index 63a0494e4e..421ebaa969 100644
--- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb
+++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb
@@ -9,7 +9,7 @@ DEPENDS += "libgcrypt"
9 9
10PV .= "r550-2jnpr1" 10PV .= "r550-2jnpr1"
11SRCREV = "b1243d29e0c00312ead038b04a2cf5e2fa31d740" 11SRCREV = "b1243d29e0c00312ead038b04a2cf5e2fa31d740"
12SRC_URI = "git://github.com/ndpgroup/vpnc \ 12SRC_URI = "git://github.com/ndpgroup/vpnc;branch=master;protocol=https \
13 file://long-help \ 13 file://long-help \
14 file://default.conf \ 14 file://default.conf \
15 file://0001-search-for-log-help-in-build-dir.patch \ 15 file://0001-search-for-log-help-in-build-dir.patch \
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb
index c2b3c3d63a..bb1fafabe2 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
12PROVIDES += "cyassl" 12PROVIDES += "cyassl"
13RPROVIDES:${PN} = "cyassl" 13RPROVIDES:${PN} = "cyassl"
14 14
15SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https \ 15SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master \
16" 16"
17SRCREV = "95b91d89133a712a3d0f389442924612c103da24" 17SRCREV = "95b91d89133a712a3d0f389442924612c103da24"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"