diff options
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 4 |
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 | ||
21 | SRCREV = "c926b12c548999f3e757531ab27e5f7fbcb838ce" | 21 | SRCREV = "dae7df5a135dbf8c6b504affffe31183401289bf" |
22 | SRC_URI = " \ | 22 | SRC_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 | ||
33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
34 | 34 | ||
35 | PV = "4.5.0+git${SRCPV}" | 35 | PV = "4.5.1+git${SRCPV}" |
36 | 36 | ||
37 | PACKAGES =+ "${PN}-contrib" | 37 | PACKAGES =+ "${PN}-contrib" |
38 | 38 | ||