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 3e00f648..589bb464 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -17,7 +17,7 @@ DEPENDS = " \
17 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ 17 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
18" 18"
19 19
20SRCREV = "73f52c051ba1af798832f6984fa1f50871d475ec" 20SRCREV = "6172f29f980ade93adf85627329cc65b309c6f08"
21SRC_URI = " \ 21SRC_URI = " \
22 git://github.com/containers/libpod.git;branch=v4.4;protocol=https \ 22 git://github.com/containers/libpod.git;branch=v4.4;protocol=https \
23 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ 23 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \
@@ -31,7 +31,7 @@ GO_IMPORT = "import"
31 31
32S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"
33 33
34PV = "4.4.1+git${SRCPV}" 34PV = "4.4.3+git${SRCPV}"
35 35
36PACKAGES =+ "${PN}-contrib" 36PACKAGES =+ "${PN}-contrib"
37 37