Revert "podman: Update 3.0-rc2 -> 3.0.1"

This reverts commit 571767ad20.
This commit is contained in:
Bruce Ashfield 2021-06-15 10:45:04 -04:00
parent 6c9b889224
commit 3a9e241101

View File

@ -16,7 +16,7 @@ DEPENDS = " \
PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}"
SRCREV = "c640670e85c4aaaff92741691d6a854a90229d8d"
SRCREV = "288fb688964cb7fc7086d0728daa1f5f6b726dd6"
SRC_URI = " \
git://github.com/containers/libpod.git;branch=v3.0 \
"
@ -28,6 +28,8 @@ GO_IMPORT = "import"
S = "${WORKDIR}/git"
PV = "3.0-rc2+git${SRCPV}"
PACKAGES =+ "${PN}-contrib"
PODMAN_PKG = "github.com/containers/libpod"