podman: bump to the latest version 1.8.1

Bump to the newest podman release 1.8.1. Many new networking features
and a new HTTP API has been added since 1.6.1.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Stefan Agner 2020-03-11 23:15:03 +00:00 committed by Bruce Ashfield
parent a97a12483a
commit dcc50fe2f2

View File

@ -24,7 +24,7 @@ python __anonymous() {
raise bb.parse.SkipRecipe(msg)
}
SRCREV = "b7ce1157b00af09f4a09e39b377aa3abff46ee05"
SRCREV = "444a19cdd2e6108c75f6c1aadc1a2a9138a8bd73"
SRC_URI = " \
git://github.com/containers/libpod.git;branch=master \
"
@ -36,7 +36,7 @@ GO_IMPORT = "import"
S = "${WORKDIR}/git"
PV = "1.7.0+git${SRCREV}"
PV = "1.8.1+git${SRCREV}"
PACKAGES =+ "${PN}-contrib"