diff options
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 8 |
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 | ||
20 | SRCREV = "364efce396d0b0f73935cfacd0b95e639afe86bc" | 20 | SRCREV = "6e8de00bb224f9931d7402648f0177e7357ed079" |
21 | SRC_URI = " \ | 21 | SRC_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 | ||
25 | LICENSE = "Apache-2.0" | 25 | LICENSE = "Apache-2.0" |
26 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | 26 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3d9b931fa23ab1cacd0087f9e2ee12c0" |
27 | 27 | ||
28 | GO_IMPORT = "import" | 28 | GO_IMPORT = "import" |
29 | 29 | ||
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||
32 | PV = "3.3.1+git${SRCPV}" | 32 | PV = "3.4.0+git${SRCPV}" |
33 | 33 | ||
34 | PACKAGES =+ "${PN}-contrib" | 34 | PACKAGES =+ "${PN}-contrib" |
35 | 35 | ||