diff options
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index f805cb6d..913aea84 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 = "717edd7b844dcd66468f5d991991d87e9fc14c12" | 20 | SRCREV = "cedbbfa543651a13055a1fe093a4d0a2a28ccdfd" |
21 | SRC_URI = " \ | 21 | SRC_URI = " \ |
22 | git://github.com/containers/libpod.git;branch=v4.0;protocol=https \ | 22 | git://github.com/containers/libpod.git;branch=v4.1;protocol=https \ |
23 | " | 23 | " |
24 | 24 | ||
25 | LICENSE = "Apache-2.0" | 25 | LICENSE = "Apache-2.0" |
@@ -29,7 +29,7 @@ GO_IMPORT = "import" | |||
29 | 29 | ||
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||
32 | PV = "4.0.1+git${SRCPV}" | 32 | PV = "4.1.0+git${SRCPV}" |
33 | 33 | ||
34 | PACKAGES =+ "${PN}-contrib" | 34 | PACKAGES =+ "${PN}-contrib" |
35 | 35 | ||