summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb2
-rw-r--r--recipes-core/packagegroups/packagegroup-container.bb1
2 files changed, 0 insertions, 3 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 \
diff --git a/recipes-core/packagegroups/packagegroup-container.bb b/recipes-core/packagegroups/packagegroup-container.bb
index b06a7c74..d425ac58 100644
--- a/recipes-core/packagegroups/packagegroup-container.bb
+++ b/recipes-core/packagegroups/packagegroup-container.bb
@@ -44,4 +44,3 @@ RDEPENDS_packagegroup-containerd = " \
44 virtual/containerd \ 44 virtual/containerd \
45" 45"
46 46
47PNBLACKLIST[packagegroup-container] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on podman which depends on libseccomp from meta-security which is not included', d)}"