mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ SUMMARY = "a SocketCAN over Ethernet tunnel"
|
||||
HOMEPAGE = "https://github.com/mguentner/cannelloni"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https"
|
||||
SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master"
|
||||
SRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=50bd1d7f135b50d7e218996ba28d0d88"
|
||||
|
||||
SRCREV = "4b440a339979852d5a51fb11a822952712231c23"
|
||||
PV = "1.12+git${SRCPV}"
|
||||
SRC_URI = "git://github.com/civetweb/civetweb.git \
|
||||
SRC_URI = "git://github.com/civetweb/civetweb.git;branch=master;protocol=https \
|
||||
file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \
|
||||
"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3"
|
||||
|
||||
SRCREV = "a7c6cf58a88a510cb00841351e75030ce78d36bf"
|
||||
|
||||
SRC_URI = "git://github.com/tomaszmrugalski/dibbler \
|
||||
SRC_URI = "git://github.com/tomaszmrugalski/dibbler;branch=master;protocol=https \
|
||||
file://dibbler_fix_getSize_crash.patch \
|
||||
"
|
||||
PV = "1.0.1+1.0.2RC1+git${SRCREV}"
|
||||
|
||||
@@ -13,7 +13,7 @@ LICENSE = "GPLv2 & LGPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
|
||||
DEPENDS = "openssl-native openssl libidn libtool libpcap libtalloc"
|
||||
|
||||
SRC_URI = "git://github.com/FreeRADIUS/freeradius-server.git;branch=v3.0.x;lfs=0; \
|
||||
SRC_URI = "git://github.com/FreeRADIUS/freeradius-server.git;branch=v3.0.x;lfs=0;protocol=https \
|
||||
file://freeradius \
|
||||
file://volatiles.58_radiusd \
|
||||
file://freeradius-enble-user-in-conf.patch \
|
||||
|
||||
@@ -4,7 +4,7 @@ SECTION = "libs"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9"
|
||||
|
||||
SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1"
|
||||
SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1;protocol=https"
|
||||
SRCREV = "3e782472d2a58d5e1b94d04eda4a364c2d257600"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
DEPENDS = "swig-native python3"
|
||||
SRCREV = "d798814fb463115a835da597535a625b68a39cff"
|
||||
|
||||
SRC_URI = "git://github.com/mz-automation/${BPN}.git;branch=v1.4 \
|
||||
SRC_URI = "git://github.com/mz-automation/${BPN}.git;branch=v1.4;protocol=https \
|
||||
file://0001-use-poll.h-instead-of-sys-poll.h.patch \
|
||||
file://0002-serial_port_linux-Add-missing-include-sys-time.h.patch \
|
||||
file://0003-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch \
|
||||
|
||||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=587b3fd7fd291e418ff4d2b8f3904755"
|
||||
|
||||
SECTION = "libs/networking"
|
||||
|
||||
SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https"
|
||||
SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https;branch=master"
|
||||
SRCREV = "1749fd7b039165a91b8d556b4df18e3e632ad830"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -8,7 +8,7 @@ SECTION = "libs/networking"
|
||||
|
||||
SRCREV = "53ae1a5ab37fdfc9ad5c236df3eaf4dd63f0fee9"
|
||||
|
||||
SRC_URI = "git://github.com/nanomsg/nng.git;branch=v1.2.x"
|
||||
SRC_URI = "git://github.com/nanomsg/nng.git;branch=v1.2.x;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ DEPENDS = "nng"
|
||||
SRCREV = "cc5d2641babab165d8a9943817c46d36c6dc17c2"
|
||||
PV = "1.3.0"
|
||||
|
||||
SRC_URI = "git://github.com/cwzx/nngpp"
|
||||
SRC_URI = "git://github.com/cwzx/nngpp;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ SRCREV = "e445b87b9dff439ec564c245d030b03d61eb0f24"
|
||||
PV = "0.101+git${SRCPV}"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/CanonicalLtd/netplan.git \
|
||||
git://github.com/CanonicalLtd/netplan.git;branch=master;protocol=https \
|
||||
file://0001-dbus-Remove-unused-variabes.patch \
|
||||
file://0002-Makefile-Exclude-.h-files-from-target-rule.patch \
|
||||
"
|
||||
|
||||
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad"
|
||||
|
||||
SRC_URI = " \
|
||||
git://git.infradead.org/users/dwmw2/openconnect.git \
|
||||
git://git.infradead.org/users/dwmw2/openconnect.git;branch=master \
|
||||
"
|
||||
SRCREV = "9d287e40c57233190a51b6434ba7345370e36f38"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab
|
||||
|
||||
DEPENDS = "libubox"
|
||||
|
||||
SRC_URI = "git://git.openwrt.org/project/relayd.git \
|
||||
SRC_URI = "git://git.openwrt.org/project/relayd.git;branch=master \
|
||||
file://0001-rtnl_flush-Error-on-failed-write.patch \
|
||||
"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ DEPENDS += "libgcrypt"
|
||||
|
||||
PV .= "r550-2jnpr1"
|
||||
SRCREV = "b1243d29e0c00312ead038b04a2cf5e2fa31d740"
|
||||
SRC_URI = "git://github.com/ndpgroup/vpnc \
|
||||
SRC_URI = "git://github.com/ndpgroup/vpnc;branch=master;protocol=https \
|
||||
file://long-help \
|
||||
file://default.conf \
|
||||
file://0001-search-for-log-help-in-build-dir.patch \
|
||||
|
||||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
PROVIDES += "cyassl"
|
||||
RPROVIDES_${PN} = "cyassl"
|
||||
|
||||
SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https \
|
||||
SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master \
|
||||
"
|
||||
SRCREV = "95b91d89133a712a3d0f389442924612c103da24"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user