diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-15 10:45:04 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-15 10:45:04 -0400 |
commit | 3a9e24110147f270719018222502559920b2a7a8 (patch) | |
tree | f3daaa23d7b677763c26cd559d82cb7733de17a5 | |
parent | 6c9b889224cedd42191ef5edc7e1f37b0c8ecfec (diff) | |
download | meta-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 | ||
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 = "c640670e85c4aaaff92741691d6a854a90229d8d" | 19 | SRCREV = "288fb688964cb7fc7086d0728daa1f5f6b726dd6" |
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,6 +28,8 @@ GO_IMPORT = "import" | |||
28 | 28 | ||
29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
30 | 30 | ||
31 | PV = "3.0-rc2+git${SRCPV}" | ||
32 | |||
31 | PACKAGES =+ "${PN}-contrib" | 33 | PACKAGES =+ "${PN}-contrib" |
32 | 34 | ||
33 | PODMAN_PKG = "github.com/containers/libpod" | 35 | PODMAN_PKG = "github.com/containers/libpod" |