mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 20:28:23 +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>
This commit is contained in:
parent
c90f715444
commit
d2a18fffde
@ -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 = "4581eaece6e49fa2b687efbdbe23b2de452e7902"
|
SRCREV = "4581eaece6e49fa2b687efbdbe23b2de452e7902"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user