summaryrefslogtreecommitdiffstats
path: root/recipes-security/chipsec
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-11-03 07:12:41 -0700
committerArmin Kuster <akuster808@gmail.com>2021-11-04 08:18:00 -0700
commit7e27eb5fca7a22e82251f79103bb12d2b70307fb (patch)
tree3fb81ec0571b65b37914cfa2204d01db67216d88 /recipes-security/chipsec
parent8215ed27aa5bc10d6c7dac7783032a8c6fdee297 (diff)
downloadmeta-security-7e27eb5fca7a22e82251f79103bb12d2b70307fb.tar.gz
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>
Diffstat (limited to 'recipes-security/chipsec')
-rw-r--r--recipes-security/chipsec/chipsec_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/chipsec/chipsec_git.bb b/recipes-security/chipsec/chipsec_git.bb
index 3339dc1..e265a08 100644
--- a/recipes-security/chipsec/chipsec_git.bb
+++ b/recipes-security/chipsec/chipsec_git.bb
@@ -7,7 +7,7 @@ DESCRIPTION = "CHIPSEC is a framework for analyzing the security \
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=bc2d1f9b427be5fb63f6af9da56f7c5d" 8LIC_FILES_CHKSUM = "file://COPYING;md5=bc2d1f9b427be5fb63f6af9da56f7c5d"
9 9
10SRC_URI = "git://github.com/chipsec/chipsec.git;branch=master \ 10SRC_URI = "git://github.com/chipsec/chipsec.git;branch=master;protocol=https \
11 " 11 "
12 12
13SRCREV = "b2a61684826dc8b9f622a844a40efea579cd7e7d" 13SRCREV = "b2a61684826dc8b9f622a844a40efea579cd7e7d"