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 f805cb6d..913aea84 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -17,9 +17,9 @@ DEPENDS = " \
17 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ 17 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
18" 18"
19 19
20SRCREV = "717edd7b844dcd66468f5d991991d87e9fc14c12" 20SRCREV = "cedbbfa543651a13055a1fe093a4d0a2a28ccdfd"
21SRC_URI = " \ 21SRC_URI = " \
22 git://github.com/containers/libpod.git;branch=v4.0;protocol=https \ 22 git://github.com/containers/libpod.git;branch=v4.1;protocol=https \
23" 23"
24 24
25LICENSE = "Apache-2.0" 25LICENSE = "Apache-2.0"
@@ -29,7 +29,7 @@ GO_IMPORT = "import"
29 29
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32PV = "4.0.1+git${SRCPV}" 32PV = "4.1.0+git${SRCPV}"
33 33
34PACKAGES =+ "${PN}-contrib" 34PACKAGES =+ "${PN}-contrib"
35 35