mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39: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>
This commit is contained in:
@@ -14,7 +14,7 @@ DEPENDS = " \
|
||||
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"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user