diff options
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 6 |
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 | ||
17 | SRCREV = "bd94d84fadda7000da78e36d9865949dc8e7adb4" | 17 | SRCREV = "b909bcaed613eb94333641fff4250c07f1ab4323" |
18 | SRC_URI = " \ | 18 | SRC_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 | ||
22 | LICENSE = "Apache-2.0" | 22 | LICENSE = "Apache-2.0" |
@@ -26,7 +26,7 @@ GO_IMPORT = "import" | |||
26 | 26 | ||
27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
28 | 28 | ||
29 | PV = "3.1.0+git${SRCPV}" | 29 | PV = "3.2.0-rc2+git${SRCPV}" |
30 | 30 | ||
31 | PACKAGES =+ "${PN}-contrib" | 31 | PACKAGES =+ "${PN}-contrib" |
32 | 32 | ||