summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-05-25 09:19:33 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-24 12:46:37 -0400
commit978eded897a7a82951eeec32742dbdc4fef69be9 (patch)
tree1d95eb3d89d8f8619bb37b6787cc9dd35922f3d6
parenteb1c7f43c72f9cca3769f6a88afd3f64d3b8f3c9 (diff)
downloadmeta-virtualization-978eded897a7a82951eeec32742dbdc4fef69be9.tar.gz
podman: bump to 3.2-rcX
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/podman_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 1e7e594b..b94c7d39 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -16,9 +16,9 @@ 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 = "8a726de7d060cdfff0335f16eaceaacf9438eb3d" 19SRCREV = "b909bcaed613eb94333641fff4250c07f1ab4323"
20SRC_URI = " \ 20SRC_URI = " \
21 git://github.com/containers/libpod.git;branch=v3.0 \ 21 git://github.com/containers/libpod.git;branch=v3.2 \
22" 22"
23 23
24LICENSE = "Apache-2.0" 24LICENSE = "Apache-2.0"
@@ -28,7 +28,7 @@ GO_IMPORT = "import"
28 28
29S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"
30 30
31PV = "3.0.1+git${SRCPV}" 31PV = "3.2.0-rc2+git${SRCPV}"
32 32
33PACKAGES =+ "${PN}-contrib" 33PACKAGES =+ "${PN}-contrib"
34 34