mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 17:23:14 +00:00
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>
This commit is contained in:
parent
a750888a40
commit
ce24c81d84
@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user