summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-06-15 10:45:04 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-15 10:45:04 -0400
commit3a9e24110147f270719018222502559920b2a7a8 (patch)
treef3daaa23d7b677763c26cd559d82cb7733de17a5
parent6c9b889224cedd42191ef5edc7e1f37b0c8ecfec (diff)
downloadmeta-virtualization-3a9e24110147f270719018222502559920b2a7a8.tar.gz
Revert "podman: Update 3.0-rc2 -> 3.0.1"
This reverts commit 571767ad2039c9c29d3a5ca164f4ce09c670a8b8.
-rw-r--r--recipes-containers/podman/podman_git.bb (renamed from recipes-containers/podman/podman_3.0.1.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_3.0.1.bb b/recipes-containers/podman/podman_git.bb
index 26e66375..6fb803e4 100644
--- a/recipes-containers/podman/podman_3.0.1.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -16,7 +16,7 @@ DEPENDS = " \
16 16
17PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}" 17PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}"
18 18
19SRCREV = "c640670e85c4aaaff92741691d6a854a90229d8d" 19SRCREV = "288fb688964cb7fc7086d0728daa1f5f6b726dd6"
20SRC_URI = " \ 20SRC_URI = " \
21 git://github.com/containers/libpod.git;branch=v3.0 \ 21 git://github.com/containers/libpod.git;branch=v3.0 \
22" 22"
@@ -28,6 +28,8 @@ GO_IMPORT = "import"
28 28
29S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"
30 30
31PV = "3.0-rc2+git${SRCPV}"
32
31PACKAGES =+ "${PN}-contrib" 33PACKAGES =+ "${PN}-contrib"
32 34
33PODMAN_PKG = "github.com/containers/libpod" 35PODMAN_PKG = "github.com/containers/libpod"