diff options
author | Diego Sueiro <diego.sueiro@arm.com> | 2021-05-10 17:15:47 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-05-12 15:05:17 -0400 |
commit | 571767ad2039c9c29d3a5ca164f4ce09c670a8b8 (patch) | |
tree | 2f1978321640bdaa4f8f63f77c0f5abebf7e8144 | |
parent | 2b0e19ba26869b66bbd76578adfaf1a943dea9ba (diff) | |
download | meta-virtualization-571767ad2039c9c29d3a5ca164f4ce09c670a8b8.tar.gz |
podman: Update 3.0-rc2 -> 3.0.1
Update podman to 3.0.1.
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/podman/podman_3.0.1.bb (renamed from recipes-containers/podman/podman_git.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_3.0.1.bb index 6fb803e4..26e66375 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_3.0.1.bb | |||
@@ -16,7 +16,7 @@ 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 = "288fb688964cb7fc7086d0728daa1f5f6b726dd6" | 19 | SRCREV = "c640670e85c4aaaff92741691d6a854a90229d8d" |
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.0 \ |
22 | " | 22 | " |
@@ -28,8 +28,6 @@ GO_IMPORT = "import" | |||
28 | 28 | ||
29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
30 | 30 | ||
31 | PV = "3.0-rc2+git${SRCPV}" | ||
32 | |||
33 | PACKAGES =+ "${PN}-contrib" | 31 | PACKAGES =+ "${PN}-contrib" |
34 | 32 | ||
35 | PODMAN_PKG = "github.com/containers/libpod" | 33 | PODMAN_PKG = "github.com/containers/libpod" |