mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
go-native: switch from SRC_URI:append to SRC_URI +=
The :append can not be removed if needed in other layers. (From OE-Core rev: e129d2f7e3ba312ab5383397eeabf7273d23a529) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c9676445c9
commit
09ed655c2a
@@ -5,7 +5,7 @@ require go-${PV}.inc
|
||||
|
||||
inherit native
|
||||
|
||||
SRC_URI:append = " https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz;name=bootstrap;subdir=go1.4"
|
||||
SRC_URI += "https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz;name=bootstrap;subdir=go1.4"
|
||||
SRC_URI[bootstrap.sha256sum] = "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
|
||||
|
||||
export GOOS = "${BUILD_GOOS}"
|
||||
|
||||
Reference in New Issue
Block a user