mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
consolation: fix SRC_URI protocol
Switch to https protocol to avoid fetching failures (anonymous fetching with git protocol is not available anymore on this server). Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
committed by
Anuj Mittal
parent
c20da5925b
commit
3b752bfb18
@@ -14,7 +14,7 @@ DEPENDS = " \
|
|||||||
udev \
|
udev \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "git://salsa.debian.org/consolation-team/consolation.git;branch=master"
|
SRC_URI = "git://salsa.debian.org/consolation-team/consolation.git;branch=master;protocol=https"
|
||||||
SRCREV = "5ef08f0cd6ede62de14de477b74fc3611108c676"
|
SRCREV = "5ef08f0cd6ede62de14de477b74fc3611108c676"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user