mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
packages: drop libseccomp checks / package blacklist
libseccomp has moved to oe-core, so we can drop our checks and blacklisting of packages if meta-security is not in the layer configuration. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
6c991dab48
commit
a4f08e110e
|
@ -14,8 +14,6 @@ DEPENDS = " \
|
|||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||
"
|
||||
|
||||
PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}"
|
||||
|
||||
SRCREV = "bd94d84fadda7000da78e36d9865949dc8e7adb4"
|
||||
SRC_URI = " \
|
||||
git://github.com/containers/libpod.git;branch=v3.1 \
|
||||
|
|
|
@ -44,4 +44,3 @@ RDEPENDS_packagegroup-containerd = " \
|
|||
virtual/containerd \
|
||||
"
|
||||
|
||||
PNBLACKLIST[packagegroup-container] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on podman which depends on libseccomp from meta-security which is not included', d)}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user