diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-05-25 09:19:33 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-24 12:46:37 -0400 |
| commit | 978eded897a7a82951eeec32742dbdc4fef69be9 (patch) | |
| tree | 1d95eb3d89d8f8619bb37b6787cc9dd35922f3d6 | |
| parent | eb1c7f43c72f9cca3769f6a88afd3f64d3b8f3c9 (diff) | |
| download | meta-virtualization-978eded897a7a82951eeec32742dbdc4fef69be9.tar.gz | |
podman: bump to 3.2-rcX
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -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 1e7e594b..b94c7d39 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
| @@ -16,9 +16,9 @@ DEPENDS = " \ | |||
| 16 | 16 | ||
| 17 | PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}" | 17 | PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}" |
| 18 | 18 | ||
| 19 | SRCREV = "8a726de7d060cdfff0335f16eaceaacf9438eb3d" | 19 | SRCREV = "b909bcaed613eb94333641fff4250c07f1ab4323" |
| 20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 21 | git://github.com/containers/libpod.git;branch=v3.0 \ | 21 | git://github.com/containers/libpod.git;branch=v3.2 \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | LICENSE = "Apache-2.0" | 24 | LICENSE = "Apache-2.0" |
| @@ -28,7 +28,7 @@ GO_IMPORT = "import" | |||
| 28 | 28 | ||
| 29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
| 30 | 30 | ||
| 31 | PV = "3.0.1+git${SRCPV}" | 31 | PV = "3.2.0-rc2+git${SRCPV}" |
| 32 | 32 | ||
| 33 | PACKAGES =+ "${PN}-contrib" | 33 | PACKAGES =+ "${PN}-contrib" |
| 34 | 34 | ||
