mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
a97a12483a
commit
dcc50fe2f2
|
@ -24,7 +24,7 @@ python __anonymous() {
|
||||||
raise bb.parse.SkipRecipe(msg)
|
raise bb.parse.SkipRecipe(msg)
|
||||||
}
|
}
|
||||||
|
|
||||||
SRCREV = "b7ce1157b00af09f4a09e39b377aa3abff46ee05"
|
SRCREV = "444a19cdd2e6108c75f6c1aadc1a2a9138a8bd73"
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/containers/libpod.git;branch=master \
|
git://github.com/containers/libpod.git;branch=master \
|
||||||
"
|
"
|
||||||
|
@ -36,7 +36,7 @@ GO_IMPORT = "import"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
PV = "1.7.0+git${SRCREV}"
|
PV = "1.8.1+git${SRCREV}"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-contrib"
|
PACKAGES =+ "${PN}-contrib"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user