mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +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:
@@ -14,7 +14,7 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
DEPENDS += "go-dep-native libpam"
|
||||
|
||||
SRCREV = "92b1e9a8670ccd3916a7d24a06cab1e4c9815bc4"
|
||||
SRC_URI = "git://github.com/google/fscrypt.git"
|
||||
SRC_URI = "git://github.com/google/fscrypt.git;branch=master;protocol=https"
|
||||
GO_IMPORT = "import"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user