aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-01-14 18:17:00 -0800
committerArmin Kuster <akuster808@gmail.com>2022-01-29 06:43:43 -0800
commitce24c81d847a82b78fa13eaa4a4759a494715eb0 (patch)
tree103d23ffb120c5faca0a6844405406468389317f
parenta750888a40a7e2f967dfd32ce7a6953dc6bf10f2 (diff)
downloadmeta-openembedded-ce24c81d847a82b78fa13eaa4a4759a494715eb0.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> (cherry picked from commit 2a935801692a27b152041bd996ecc1b789a2f6ad) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 \
"