mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user