podman: bump to latest release 1.6.1

Bump to latest podman release 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 2019-10-06 22:47:45 +02:00 committed by Bruce Ashfield
parent d549242592
commit cff94d5df6

View File

@ -24,7 +24,7 @@ python __anonymous() {
raise bb.parse.SkipRecipe(msg) raise bb.parse.SkipRecipe(msg)
} }
SRCREV = "00057929f5acfd98341964d85722383363376d52" SRCREV = "233d95f4f0a815f11d1c1ae9aba16781c4eb2700"
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.5.1+git${SRCREV}" PV = "1.6.1+git${SRCREV}"
PACKAGES =+ "${PN}-contrib" PACKAGES =+ "${PN}-contrib"