summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 589bb464..0a425dce 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -15,11 +15,12 @@ DEPENDS = " \
15 gpgme \ 15 gpgme \
16 libseccomp \ 16 libseccomp \
17 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ 17 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
18 gettext-native \
18" 19"
19 20
20SRCREV = "6172f29f980ade93adf85627329cc65b309c6f08" 21SRCREV = "c926b12c548999f3e757531ab27e5f7fbcb838ce"
21SRC_URI = " \ 22SRC_URI = " \
22 git://github.com/containers/libpod.git;branch=v4.4;protocol=https \ 23 git://github.com/containers/libpod.git;branch=v4.5;protocol=https \
23 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ 24 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \
24 file://run-ptest \ 25 file://run-ptest \
25" 26"
@@ -31,7 +32,7 @@ GO_IMPORT = "import"
31 32
32S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
33 34
34PV = "4.4.3+git${SRCPV}" 35PV = "4.5.0+git${SRCPV}"
35 36
36PACKAGES =+ "${PN}-contrib" 37PACKAGES =+ "${PN}-contrib"
37 38