mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
go-helloworld/glide: Fix urls
Handle github protocol changes not covered by the script due to variable indirection. (From OE-Core rev: 3bb1cb476dbad1037522970af9afd69691a7033c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user