diff options
-rw-r--r-- | recipes-containers/docker/docker_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index e055a4f6..790170e9 100644 --- a/recipes-containers/docker/docker_git.bb +++ b/recipes-containers/docker/docker_git.bb | |||
@@ -62,6 +62,9 @@ DEPENDS = " \ | |||
62 | libtool \ | 62 | libtool \ |
63 | " | 63 | " |
64 | 64 | ||
65 | PACKAGECONFIG ??= "" | ||
66 | PACKAGECONFIG[seccomp] = "seccomp,,libseccomp" | ||
67 | |||
65 | PACKAGES =+ "${PN}-contrib" | 68 | PACKAGES =+ "${PN}-contrib" |
66 | 69 | ||
67 | DEPENDS_append_class-target = " lvm2" | 70 | DEPENDS_append_class-target = " lvm2" |
@@ -105,7 +108,7 @@ do_compile() { | |||
105 | export CGO_CFLAGS="${CFLAGS} --sysroot=${STAGING_DIR_TARGET}" | 108 | export CGO_CFLAGS="${CFLAGS} --sysroot=${STAGING_DIR_TARGET}" |
106 | export CGO_LDFLAGS="${LDFLAGS} --sysroot=${STAGING_DIR_TARGET}" | 109 | export CGO_LDFLAGS="${LDFLAGS} --sysroot=${STAGING_DIR_TARGET}" |
107 | # in order to exclude devicemapper and btrfs - https://github.com/docker/docker/issues/14056 | 110 | # in order to exclude devicemapper and btrfs - https://github.com/docker/docker/issues/14056 |
108 | export DOCKER_BUILDTAGS='exclude_graphdriver_btrfs exclude_graphdriver_devicemapper' | 111 | export DOCKER_BUILDTAGS='exclude_graphdriver_btrfs exclude_graphdriver_devicemapper ${PACKAGECONFIG_CONFARGS}' |
109 | 112 | ||
110 | export DISABLE_WARN_OUTSIDE_CONTAINER=1 | 113 | export DISABLE_WARN_OUTSIDE_CONTAINER=1 |
111 | 114 | ||