summaryrefslogtreecommitdiffstats
path: root/recipes-containers
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-04 08:42:48 -0400
commitf6bb19c32fbcf83d35e8e65ce279cef8ca4580ea (patch)
treeb7b417147c18b625537929e558bde1722b24249c /recipes-containers
parentefaa68ded7b504f19545c327a5201d864962eba1 (diff)
downloadmeta-virtualization-f6bb19c32fbcf83d35e8e65ce279cef8ca4580ea.tar.gz
podman: bump to 3.2-rcX
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-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 ef4a454f..96b230c1 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -14,9 +14,9 @@ DEPENDS = " \
14 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ 14 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
15" 15"
16 16
17SRCREV = "bd94d84fadda7000da78e36d9865949dc8e7adb4" 17SRCREV = "b909bcaed613eb94333641fff4250c07f1ab4323"
18SRC_URI = " \ 18SRC_URI = " \
19 git://github.com/containers/libpod.git;branch=v3.1 \ 19 git://github.com/containers/libpod.git;branch=v3.2 \
20" 20"
21 21
22LICENSE = "Apache-2.0" 22LICENSE = "Apache-2.0"
@@ -26,7 +26,7 @@ GO_IMPORT = "import"
26 26
27S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
28 28
29PV = "3.1.0+git${SRCPV}" 29PV = "3.2.0-rc2+git${SRCPV}"
30 30
31PACKAGES =+ "${PN}-contrib" 31PACKAGES =+ "${PN}-contrib"
32 32