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:
Bruce Ashfield 2021-04-26 10:15:45 -04:00
parent 6c991dab48
commit a4f08e110e
2 changed files with 0 additions and 3 deletions

View File

@ -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 \

View File

@ -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)}"