mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-30 12:30:36 +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:
@@ -8,7 +8,7 @@ DEPENDS += "gperf-native"
|
||||
|
||||
SRCREV = "4bf70431a339a2886ab8c82e9a45378f30c6e6c7"
|
||||
|
||||
SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5 \
|
||||
SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5;protocol=https \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user