summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb')
-rw-r--r--recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb
index 81bebfe2..81f51f9c 100644
--- a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb
+++ b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb
@@ -16,11 +16,11 @@ INSANE_SKIP:${PN} += "ldflags textrel"
16inherit goarch 16inherit goarch
17inherit go 17inherit go
18 18
19S = "${WORKDIR}/git/src/github.com/opencontainers/runtime-tools" 19S = "${UNPACKDIR}/git/src/github.com/opencontainers/runtime-tools"
20 20
21do_compile() { 21do_compile() {
22 export GOARCH="${TARGET_GOARCH}" 22 export GOARCH="${TARGET_GOARCH}"
23 export GOPATH="${WORKDIR}/git/" 23 export GOPATH="${UNPACKDIR}/git/"
24 export GOROOT="${STAGING_LIBDIR}/go" 24 export GOROOT="${STAGING_LIBDIR}/go"
25 25
26 # Pass the needed cflags/ldflags so that cgo 26 # Pass the needed cflags/ldflags so that cgo