mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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>
This commit is contained in:
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user