summaryrefslogtreecommitdiffstats
path: root/recipes-mac
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-mac
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-mac')
-rw-r--r--recipes-mac/smack/smack_1.3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-mac/smack/smack_1.3.1.bb b/recipes-mac/smack/smack_1.3.1.bb
index 6c2f041..79a8f5a 100644
--- a/recipes-mac/smack/smack_1.3.1.bb
+++ b/recipes-mac/smack/smack_1.3.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
7 7
8SRCREV = "4a102c7584b39ce693995ffb65e0918a9df98dd8" 8SRCREV = "4a102c7584b39ce693995ffb65e0918a9df98dd8"
9SRC_URI = " \ 9SRC_URI = " \
10 git://github.com/smack-team/smack.git \ 10 git://github.com/smack-team/smack.git;branch=master;protocol=https \
11 file://smack_generator_make_fixup.patch \ 11 file://smack_generator_make_fixup.patch \
12 file://run-ptest" 12 file://run-ptest"
13 13