summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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