mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +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 @@ require wireguard.inc
|
||||
|
||||
SRCREV = "122f06bfd8fc7b06a0899fa9adc4ce8e06900d98"
|
||||
|
||||
SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat"
|
||||
SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat;branch=master"
|
||||
|
||||
inherit module kernel-module-split
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require wireguard.inc
|
||||
|
||||
SRCREV = "622408872fd6f3a58e98e88d39d30e98968314fa"
|
||||
SRC_URI = "git://git.zx2c4.com/wireguard-tools"
|
||||
SRC_URI = "git://git.zx2c4.com/wireguard-tools;branch=master"
|
||||
|
||||
inherit bash-completion systemd pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user