diff options
Diffstat (limited to 'recipes-containers/containerd/containerd_git.bb')
| -rw-r--r-- | recipes-containers/containerd/containerd_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb index c683fbeb..6b63f35a 100644 --- a/recipes-containers/containerd/containerd_git.bb +++ b/recipes-containers/containerd/containerd_git.bb | |||
| @@ -27,7 +27,7 @@ CVE_VERSION = "v2.0.2" | |||
| 27 | PROVIDES += "virtual/containerd containerd-opencontainers" | 27 | PROVIDES += "virtual/containerd containerd-opencontainers" |
| 28 | RPROVIDES:${PN} = "virtual-containerd containerd-opencontainers" | 28 | RPROVIDES:${PN} = "virtual-containerd containerd-opencontainers" |
| 29 | 29 | ||
| 30 | S = "${WORKDIR}/git/src/github.com/containerd/containerd/v2" | 30 | S = "${UNPACKDIR}/git/src/github.com/containerd/containerd/v2" |
| 31 | 31 | ||
| 32 | PV = "${CONTAINERD_VERSION}+git" | 32 | PV = "${CONTAINERD_VERSION}+git" |
| 33 | 33 | ||
| @@ -43,7 +43,7 @@ do_configure[noexec] = "1" | |||
| 43 | do_compile() { | 43 | do_compile() { |
| 44 | export GOARCH="${TARGET_GOARCH}" | 44 | export GOARCH="${TARGET_GOARCH}" |
| 45 | 45 | ||
| 46 | export GOPATH="${S}/src/import/.gopath:${S}/src/import/vendor:${STAGING_DIR_TARGET}/${prefix}/local/go:${WORKDIR}/git/" | 46 | export GOPATH="${S}/src/import/.gopath:${S}/src/import/vendor:${STAGING_DIR_TARGET}/${prefix}/local/go:${UNPACKDIR}/git/" |
| 47 | export GOROOT="${STAGING_DIR_NATIVE}/${nonarch_libdir}/${HOST_SYS}/go" | 47 | export GOROOT="${STAGING_DIR_NATIVE}/${nonarch_libdir}/${HOST_SYS}/go" |
| 48 | 48 | ||
| 49 | # Pass the needed cflags/ldflags so that cgo | 49 | # Pass the needed cflags/ldflags so that cgo |
