diff options
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.bb | 4 |
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" | |||
| 16 | inherit goarch | 16 | inherit goarch |
| 17 | inherit go | 17 | inherit go |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git/src/github.com/opencontainers/runtime-tools" | 19 | S = "${UNPACKDIR}/git/src/github.com/opencontainers/runtime-tools" |
| 20 | 20 | ||
| 21 | do_compile() { | 21 | do_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 |
