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 0a425dce..cda2e949 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -18,7 +18,7 @@ DEPENDS = " \
18 gettext-native \ 18 gettext-native \
19" 19"
20 20
21SRCREV = "c926b12c548999f3e757531ab27e5f7fbcb838ce" 21SRCREV = "dae7df5a135dbf8c6b504affffe31183401289bf"
22SRC_URI = " \ 22SRC_URI = " \
23 git://github.com/containers/libpod.git;branch=v4.5;protocol=https \ 23 git://github.com/containers/libpod.git;branch=v4.5;protocol=https \
24 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ 24 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \
@@ -32,7 +32,7 @@ GO_IMPORT = "import"
32 32
33S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
34 34
35PV = "4.5.0+git${SRCPV}" 35PV = "4.5.1+git${SRCPV}"
36 36
37PACKAGES =+ "${PN}-contrib" 37PACKAGES =+ "${PN}-contrib"
38 38