mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
driverctl: fix SRC_URI
Anonymous fetch with ssh stopped working from gitlab apparently - switch to https. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ REQUIRED_DISTRO_FEATURES = "systemd"
|
|||||||
DEPENDS = "systemd"
|
DEPENDS = "systemd"
|
||||||
RDEPENDS:${PN} += "bash bash-completion"
|
RDEPENDS:${PN} += "bash bash-completion"
|
||||||
|
|
||||||
SRC_URI = " git://gitlab.com/driverctl/driverctl.git;branch=master"
|
SRC_URI = " git://gitlab.com/driverctl/driverctl.git;protocol=https;branch=master"
|
||||||
SRCREV = "fa9dce43d1a667d6e6e26895fbed01b3b04362c9"
|
SRCREV = "fa9dce43d1a667d6e6e26895fbed01b3b04362c9"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user