Skip to content

Commit

Permalink
base: docker.inc: always enable seccomp
Browse files Browse the repository at this point in the history
Since moby/moby#42501 (part of 23.01) seccomp is now
required as a build dependency, so drop optional packageconfig settings.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed May 31, 2023
1 parent 532bba3 commit 9640651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-lmp-base/recipes-containers/docker/docker.inc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ DEPENDS = " \
grpc-go \
libtool-native \
libtool \
libseccomp \
"

DEPENDS:append:class-target = " lvm2"
Expand All @@ -41,8 +42,7 @@ RPROVIDES:${PN}-dev += "docker-dev"
RPROVIDES:${PN}-contrip += "docker-dev"

inherit pkgconfig
PACKAGECONFIG ??= "docker-init seccomp"
PACKAGECONFIG[seccomp] = "seccomp,,libseccomp"
PACKAGECONFIG ??= "docker-init"
PACKAGECONFIG[docker-init] = ",,,docker-init"
PACKAGECONFIG[transient-config] = "transient-config"

Expand Down

0 comments on commit 9640651

Please sign in to comment.