summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 96e82390..912a135c 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -17,19 +17,19 @@ DEPENDS = " \
17 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ 17 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
18" 18"
19 19
20SRCREV = "364efce396d0b0f73935cfacd0b95e639afe86bc" 20SRCREV = "6e8de00bb224f9931d7402648f0177e7357ed079"
21SRC_URI = " \ 21SRC_URI = " \
22 git://github.com/containers/libpod.git;branch=v3.3 \ 22 git://github.com/containers/libpod.git;branch=v3.4 \
23" 23"
24 24
25LICENSE = "Apache-2.0" 25LICENSE = "Apache-2.0"
26LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" 26LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3d9b931fa23ab1cacd0087f9e2ee12c0"
27 27
28GO_IMPORT = "import" 28GO_IMPORT = "import"
29 29
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32PV = "3.3.1+git${SRCPV}" 32PV = "3.4.0+git${SRCPV}"
33 33
34PACKAGES =+ "${PN}-contrib" 34PACKAGES =+ "${PN}-contrib"
35 35