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 3f6896be..96e82390 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
@@ -17,7 +17,7 @@ DEPENDS = " \ | |||
17 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | 17 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRCREV = "8809aed5647b61abb14970d409ff7c99c7fbdc34" | 20 | SRCREV = "364efce396d0b0f73935cfacd0b95e639afe86bc" |
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.3 \ |
23 | " | 23 | " |
@@ -29,7 +29,7 @@ GO_IMPORT = "import" | |||
29 | 29 | ||
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||
32 | PV = "3.3.0+git${SRCPV}" | 32 | PV = "3.3.1+git${SRCPV}" |
33 | 33 | ||
34 | PACKAGES =+ "${PN}-contrib" | 34 | PACKAGES =+ "${PN}-contrib" |
35 | 35 | ||