aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/cmocka
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-01-14 18:17:00 -0800
committerKhem Raj <raj.khem@gmail.com>2022-01-18 09:01:51 -0800
commit2a935801692a27b152041bd996ecc1b789a2f6ad (patch)
tree4b6b7d7a6e3c52018d2da92dba7f34dffa7d108e /meta-oe/recipes-test/cmocka
parent3a723d762bb77d4dcf6061c6933caf0d2a9104b3 (diff)
downloadmeta-openembedded-contrib-2a935801692a27b152041bd996ecc1b789a2f6ad.tar.gz
cmocka: use https protocol for fetching
Upstream gitlab instance is refusing git:// protocol. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test/cmocka')
-rw-r--r--meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb b/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb
index 2e34f6ab44..554d582a57 100644
--- a/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb
+++ b/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "a4fc3dd7705c277e3a57432895e9852ea105dac9"
PV .= "+git${SRCPV}"
-SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;branch=master \
+SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=master \
file://run-ptest \
"