summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 96b230c1..9dcb21c5 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -14,7 +14,7 @@ DEPENDS = " \
14 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ 14 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
15" 15"
16 16
17SRCREV = "b909bcaed613eb94333641fff4250c07f1ab4323" 17SRCREV = "ab4d0cf908e9d24d321b52b419ebfb4ab5802029"
18SRC_URI = " \ 18SRC_URI = " \
19 git://github.com/containers/libpod.git;branch=v3.2 \ 19 git://github.com/containers/libpod.git;branch=v3.2 \
20" 20"
@@ -26,7 +26,7 @@ GO_IMPORT = "import"
26 26
27S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
28 28
29PV = "3.2.0-rc2+git${SRCPV}" 29PV = "3.2.1+git${SRCPV}"
30 30
31PACKAGES =+ "${PN}-contrib" 31PACKAGES =+ "${PN}-contrib"
32 32