summaryrefslogtreecommitdiffstats
path: root/recipes-containers/podman
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-04-26 10:15:45 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-26 11:17:27 -0400
commita4f08e110e4b87a07b94c5c450fff25029a22ddb (patch)
treed85ddde4428c894b995239e8887450034f3138f8 /recipes-containers/podman
parent6c991dab48d6bfd930156f754220ec57a7d9e9b5 (diff)
downloadmeta-virtualization-a4f08e110e4b87a07b94c5c450fff25029a22ddb.tar.gz
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>
Diffstat (limited to 'recipes-containers/podman')
-rw-r--r--recipes-containers/podman/podman_git.bb2
1 files changed, 0 insertions, 2 deletions
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 = " \
14 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ 14 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
15" 15"
16 16
17PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}"
18
19SRCREV = "bd94d84fadda7000da78e36d9865949dc8e7adb4" 17SRCREV = "bd94d84fadda7000da78e36d9865949dc8e7adb4"
20SRC_URI = " \ 18SRC_URI = " \
21 git://github.com/containers/libpod.git;branch=v3.1 \ 19 git://github.com/containers/libpod.git;branch=v3.1 \