mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-01 13:10:33 +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:
@@ -6,7 +6,7 @@ LICENSE = "OpenSSL"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ecb78acde8e3b795de8ef6b61aed5885"
|
||||
|
||||
SRCREV = "4ca02c6d7540f2b1bcea278a4fbe373daac7103b"
|
||||
SRC_URI = "git://github.com/cisco/libest;branch=main"
|
||||
SRC_URI = "git://github.com/cisco/libest;branch=main;protocol=https"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user