mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +00:00
libssh: use https instead of git in SRC_URI
Set protocol to https as the git protocol doesn't work for this repo: $ git clone git://git.libssh.org/projects/libssh.git Cloning into 'libssh'... fatal: unable to connect to git.libssh.org: git.libssh.org[0: 78.46.21.5]: errno=Connection timed out git.libssh.org[1: 2a01:4f8:201:2294::2]: errno=Network is unreachable Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dabb4958b830e5df11d2b0ed8ea255a0"
|
|||||||
|
|
||||||
DEPENDS = "zlib openssl"
|
DEPENDS = "zlib openssl"
|
||||||
|
|
||||||
SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=stable-0.8"
|
SRC_URI = "git://git.libssh.org/projects/libssh.git;protocol=https;branch=stable-0.8"
|
||||||
SRCREV = "04685a74df9ce1db1bc116a83a0da78b4f4fa1f8"
|
SRCREV = "04685a74df9ce1db1bc116a83a0da78b4f4fa1f8"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user