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>
This commit is contained in:
Diego Sueiro 2021-05-10 17:15:47 +01:00 committed by Bruce Ashfield
parent 2b0e19ba26
commit 571767ad20

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 = "288fb688964cb7fc7086d0728daa1f5f6b726dd6"
SRCREV = "c640670e85c4aaaff92741691d6a854a90229d8d"
SRC_URI = " \
git://github.com/containers/libpod.git;branch=v3.0 \
"
@ -28,8 +28,6 @@ GO_IMPORT = "import"
S = "${WORKDIR}/git"
PV = "3.0-rc2+git${SRCPV}"
PACKAGES =+ "${PN}-contrib"
PODMAN_PKG = "github.com/containers/libpod"