summaryrefslogtreecommitdiffstats
path: root/recipes-containers/containerd/containerd_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/containerd/containerd_git.bb')
-rw-r--r--recipes-containers/containerd/containerd_git.bb4
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"
27PROVIDES += "virtual/containerd containerd-opencontainers" 27PROVIDES += "virtual/containerd containerd-opencontainers"
28RPROVIDES:${PN} = "virtual-containerd containerd-opencontainers" 28RPROVIDES:${PN} = "virtual-containerd containerd-opencontainers"
29 29
30S = "${WORKDIR}/git/src/github.com/containerd/containerd/v2" 30S = "${UNPACKDIR}/git/src/github.com/containerd/containerd/v2"
31 31
32PV = "${CONTAINERD_VERSION}+git" 32PV = "${CONTAINERD_VERSION}+git"
33 33
@@ -43,7 +43,7 @@ do_configure[noexec] = "1"
43do_compile() { 43do_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