diff options
Diffstat (limited to 'recipes-containers/containerd/containerd.inc')
| -rw-r--r-- | recipes-containers/containerd/containerd.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-containers/containerd/containerd.inc b/recipes-containers/containerd/containerd.inc index e226edf1..f825e550 100644 --- a/recipes-containers/containerd/containerd.inc +++ b/recipes-containers/containerd/containerd.inc | |||
| @@ -6,7 +6,7 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and | |||
| 6 | 6 | ||
| 7 | # Apache-2.0 for containerd | 7 | # Apache-2.0 for containerd |
| 8 | LICENSE = "Apache-2.0" | 8 | LICENSE = "Apache-2.0" |
| 9 | LIC_FILES_CHKSUM = "file://src/import/LICENSE.code;md5=aadc30f9c14d876ded7bedc0afd2d3d7" | 9 | LIC_FILES_CHKSUM ?= "file://src/import/LICENSE.code;md5=aadc30f9c14d876ded7bedc0afd2d3d7" |
| 10 | 10 | ||
| 11 | SRC_URI += "file://containerd.service" | 11 | SRC_URI += "file://containerd.service" |
| 12 | 12 | ||
| @@ -38,7 +38,7 @@ do_compile() { | |||
| 38 | # without this, the stress test parts of the build fail | 38 | # without this, the stress test parts of the build fail |
| 39 | cp ${S}/src/import/*.go ${S}/src/import/vendor/src/github.com/containerd/containerd | 39 | cp ${S}/src/import/*.go ${S}/src/import/vendor/src/github.com/containerd/containerd |
| 40 | 40 | ||
| 41 | for c in content errdefs fs images mount snapshots linux api runtimes defaults progress \ | 41 | for c in content timeout ttrpcutil oom stdio process errdefs fs images mount snapshots linux api runtimes defaults progress \ |
| 42 | protobuf reference diff platforms runtime remotes version archive dialer gc metadata \ | 42 | protobuf reference diff platforms runtime remotes version archive dialer gc metadata \ |
| 43 | metrics filters identifiers labels leases plugin server services \ | 43 | metrics filters identifiers labels leases plugin server services \ |
| 44 | cmd cio containers namespaces oci events log reaper sys rootfs nvidia seed apparmor seccomp; do | 44 | cmd cio containers namespaces oci events log reaper sys rootfs nvidia seed apparmor seccomp; do |
| @@ -64,6 +64,7 @@ do_compile() { | |||
| 64 | export BUILDTAGS="no_btrfs static_build netgo" | 64 | export BUILDTAGS="no_btrfs static_build netgo" |
| 65 | export CFLAGS="${CFLAGS}" | 65 | export CFLAGS="${CFLAGS}" |
| 66 | export LDFLAGS="${LDFLAGS}" | 66 | export LDFLAGS="${LDFLAGS}" |
| 67 | export SHIM_CGO_ENABLED=${CGO_ENABLED} | ||
| 67 | 68 | ||
| 68 | cd ${S}/src/import | 69 | cd ${S}/src/import |
| 69 | oe_runmake binaries | 70 | oe_runmake binaries |
