podman: upgrade 1.6.1 -> 1.6.2

Lateest upstream is 1.6.4, but neither 1.6.3 nor 1.6.4
build cleanly.

Release notes:
https://github.com/containers/libpod/releases/tag/v1.6.2

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Tim Orling 2019-12-16 18:29:02 -08:00 committed by Bruce Ashfield
parent 47c1870b4d
commit 5fb77ae4c4

View File

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