From a4f08e110e4b87a07b94c5c450fff25029a22ddb Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 26 Apr 2021 10:15:45 -0400 Subject: 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 --- recipes-containers/podman/podman_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes-containers/podman/podman_git.bb') diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index e1f9bb70..ef4a454f 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -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 \ -- cgit v1.2.3-54-g00ecf