diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-26 10:15:45 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-26 11:17:27 -0400 |
commit | a4f08e110e4b87a07b94c5c450fff25029a22ddb (patch) | |
tree | d85ddde4428c894b995239e8887450034f3138f8 | |
parent | 6c991dab48d6bfd930156f754220ec57a7d9e9b5 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 2 | ||||
-rw-r--r-- | recipes-core/packagegroups/packagegroup-container.bb | 1 |
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 | ||
17 | PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}" | ||
18 | |||
19 | SRCREV = "bd94d84fadda7000da78e36d9865949dc8e7adb4" | 17 | SRCREV = "bd94d84fadda7000da78e36d9865949dc8e7adb4" |
20 | SRC_URI = " \ | 18 | SRC_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 | ||
47 | PNBLACKLIST[packagegroup-container] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on podman which depends on libseccomp from meta-security which is not included', d)}" | ||