diff options
Diffstat (limited to 'recipes-containers/podman/podman_git.bb')
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 2 |
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 | ||
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 \ |