diff options
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 4 |
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 | ||
17 | SRCREV = "b909bcaed613eb94333641fff4250c07f1ab4323" | 17 | SRCREV = "ab4d0cf908e9d24d321b52b419ebfb4ab5802029" |
18 | SRC_URI = " \ | 18 | SRC_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 | ||
27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
28 | 28 | ||
29 | PV = "3.2.0-rc2+git${SRCPV}" | 29 | PV = "3.2.1+git${SRCPV}" |
30 | 30 | ||
31 | PACKAGES =+ "${PN}-contrib" | 31 | PACKAGES =+ "${PN}-contrib" |
32 | 32 | ||