diff options
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index e3bc908f..5dd8c831 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 | ||
20 | SRCREV = "754ec89a8a185d308ca5ed08afaf34d6cbda08da" | 20 | SRCREV = "9ce592fcb9c8dd067eaa4321626d0e77820ea39e" |
21 | SRC_URI = " \ | 21 | SRC_URI = " \ |
22 | git://github.com/containers/libpod.git;branch=v4.2;protocol=https \ | 22 | git://github.com/containers/libpod.git;branch=v4.3;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 | ||
32 | S = "${WORKDIR}/git" | 32 | S = "${WORKDIR}/git" |
33 | 33 | ||
34 | PV = "4.2.0+git${SRCPV}" | 34 | PV = "4.3.0+git${SRCPV}" |
35 | 35 | ||
36 | PACKAGES =+ "${PN}-contrib" | 36 | PACKAGES =+ "${PN}-contrib" |
37 | 37 | ||
@@ -126,6 +126,7 @@ FILES:${PN} += " \ | |||
126 | ${systemd_unitdir}/system/* \ | 126 | ${systemd_unitdir}/system/* \ |
127 | ${systemd_unitdir}/user/* \ | 127 | ${systemd_unitdir}/user/* \ |
128 | ${nonarch_libdir}/tmpfiles.d/* \ | 128 | ${nonarch_libdir}/tmpfiles.d/* \ |
129 | ${datadir}/user-tmpfiles.d/* \ | ||
129 | ${sysconfdir}/cni \ | 130 | ${sysconfdir}/cni \ |
130 | " | 131 | " |
131 | 132 | ||