summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Sueiro <diego.sueiro@arm.com>2021-05-10 17:15:47 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-05-12 15:05:17 -0400
commit571767ad2039c9c29d3a5ca164f4ce09c670a8b8 (patch)
tree2f1978321640bdaa4f8f63f77c0f5abebf7e8144
parent2b0e19ba26869b66bbd76578adfaf1a943dea9ba (diff)
downloadmeta-virtualization-571767ad2039c9c29d3a5ca164f4ce09c670a8b8.tar.gz
podman: Update 3.0-rc2 -> 3.0.1
Update podman to 3.0.1. Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/podman_3.0.1.bb (renamed from recipes-containers/podman/podman_git.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_3.0.1.bb
index 6fb803e4..26e66375 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_3.0.1.bb
@@ -16,7 +16,7 @@ DEPENDS = " \
16 16
17PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}" 17PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}"
18 18
19SRCREV = "288fb688964cb7fc7086d0728daa1f5f6b726dd6" 19SRCREV = "c640670e85c4aaaff92741691d6a854a90229d8d"
20SRC_URI = " \ 20SRC_URI = " \
21 git://github.com/containers/libpod.git;branch=v3.0 \ 21 git://github.com/containers/libpod.git;branch=v3.0 \
22" 22"
@@ -28,8 +28,6 @@ GO_IMPORT = "import"
28 28
29S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"
30 30
31PV = "3.0-rc2+git${SRCPV}"
32
33PACKAGES =+ "${PN}-contrib" 31PACKAGES =+ "${PN}-contrib"
34 32
35PODMAN_PKG = "github.com/containers/libpod" 33PODMAN_PKG = "github.com/containers/libpod"