mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
go-helloworld/glide: Fix urls
Handle github protocol changes not covered by the script due to variable indirection. (From OE-Core rev: 88c7d6f8c0d603b4404ab73cd147aa0ba6d8afd1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3bb1cb476dbad1037522970af9afd69691a7033c) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
543567bb8a
commit
30fb5da7ee
|
|
@ -5,7 +5,7 @@ LICENSE = "MIT"
|
|||
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=54905cf894f8cc416a92f4fc350c35b2"
|
||||
|
||||
GO_IMPORT = "github.com/Masterminds/glide"
|
||||
SRC_URI = "git://${GO_IMPORT};branch=master"
|
||||
SRC_URI = "git://${GO_IMPORT};branch=master;protocol=https"
|
||||
SRCREV = "8ed5b9292379d86c39592a7e6a58eb9c903877cf"
|
||||
|
||||
inherit go
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ HOMEPAGE = "https://golang.org/"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};branch=master"
|
||||
SRC_URI = "git://${GO_IMPORT};branch=master;protocol=https"
|
||||
SRCREV = "46695d81d1fae905a270fb7db8a4d11a334562fe"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user