docker: add seccomp to default packageconfig settings

Much of meta-virt requires seccomp to function properly, so we
update docker to match that common default.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2022-12-01 17:14:27 -05:00
parent 9d84fcdc6d
commit 3f45dc8e69

View File

@ -41,7 +41,7 @@ RPROVIDES:${PN}-dev += "docker-dev"
RPROVIDES:${PN}-contrip += "docker-dev" RPROVIDES:${PN}-contrip += "docker-dev"
inherit pkgconfig inherit pkgconfig
PACKAGECONFIG ??= "docker-init" PACKAGECONFIG ??= "docker-init seccomp"
PACKAGECONFIG[seccomp] = "seccomp,,libseccomp" PACKAGECONFIG[seccomp] = "seccomp,,libseccomp"
PACKAGECONFIG[docker-init] = ",,,docker-init" PACKAGECONFIG[docker-init] = ",,,docker-init"
PACKAGECONFIG[transient-config] = "transient-config" PACKAGECONFIG[transient-config] = "transient-config"