Lines Matching full:go
1 # This recipe is for bootstrapping our go-cross from a prebuilt binary of Go from golang.org.
3 SUMMARY = "Go programming language compiler (upstream binary for bootstrap)"
8 PROVIDES = "go-native"
10 # Checksums available at https://go.dev/dl/
11 SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GO…
17 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"
19 CVE_PRODUCT = "golang:go"
21 S = "${WORKDIR}/go"
34 export GOROOT="${GOROOT:-\`readlink -f \$here/../lib/go\`}"
35 \$here/../lib/go/bin/$1 "\$@"
43 install -d ${D}${bindir} ${D}${libdir}/go