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 5dd8c831..9b4e51ff 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 = "9ce592fcb9c8dd067eaa4321626d0e77820ea39e" 20SRCREV = "73f52c051ba1af798832f6984fa1f50871d475ec"
21SRC_URI = " \ 21SRC_URI = " \
22 git://github.com/containers/libpod.git;branch=v4.3;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)} \
24 file://run-ptest \ 24 file://run-ptest \
25" 25"
@@ -31,7 +31,7 @@ GO_IMPORT = "import"
31 31
32S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"
33 33
34PV = "4.3.0+git${SRCPV}" 34PV = "4.4.1+git${SRCPV}"
35 35
36PACKAGES =+ "${PN}-contrib" 36PACKAGES =+ "${PN}-contrib"
37 37
@@ -124,6 +124,7 @@ do_install_ptest () {
124 124
125FILES:${PN} += " \ 125FILES:${PN} += " \
126 ${systemd_unitdir}/system/* \ 126 ${systemd_unitdir}/system/* \
127 ${nonarch_libdir}/systemd/* \
127 ${systemd_unitdir}/user/* \ 128 ${systemd_unitdir}/user/* \
128 ${nonarch_libdir}/tmpfiles.d/* \ 129 ${nonarch_libdir}/tmpfiles.d/* \
129 ${datadir}/user-tmpfiles.d/* \ 130 ${datadir}/user-tmpfiles.d/* \