From: Mikko Rapeli Date: Mon, 12 Sep 2022 07:32:19 +0000 (+0300) Subject: go-native: switch from SRC_URI:append to SRC_URI += X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2970 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e129d2f7e3ba312ab5383397eeabf7273d23a529;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git go-native: switch from SRC_URI:append to SRC_URI += The :append can not be removed if needed in other layers. Signed-off-by: Mikko Rapeli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/go/go-native_1.19.bb b/meta/recipes-devtools/go/go-native_1.19.bb index 76c0ab73a61..ddf25b2c9ba 100644 --- a/meta/recipes-devtools/go/go-native_1.19.bb +++ b/meta/recipes-devtools/go/go-native_1.19.bb @@ -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}"