From 773fd5a023aaea80f5cc771a84fd6ec6bb800007 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 6 Feb 2021 12:02:31 -0500 Subject: podman: update to 3.x release series Bumping to the 3.x release series, to pickup new functionality for the release. As part of this update we drop the build of iopodman.go, since varlink support has been dropped in favour of a ReST API. Signed-off-by: Bruce Ashfield --- recipes-containers/podman/podman_git.bb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'recipes-containers') diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 46ae9408..a552a7fa 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -24,9 +24,9 @@ python __anonymous() { raise bb.parse.SkipRecipe(msg) } -SRCREV = "ce7b78a43a386d53a6e4a2688f7ce0aa99511498" +SRCREV = "288fb688964cb7fc7086d0728daa1f5f6b726dd6" SRC_URI = " \ - git://github.com/containers/libpod.git;branch=v2.0 \ + git://github.com/containers/libpod.git;branch=v3.0 \ " LICENSE = "Apache-2.0" @@ -36,7 +36,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "2.0.7+git${SRCPV}" +PV = "3.0-rc2+git${SRCPV}" PACKAGES =+ "${PN}-contrib" @@ -78,8 +78,6 @@ do_compile() { cd ${S}/src/.gopath/src/"${PODMAN_PKG}" - oe_runmake pkg/varlink/iopodman.go GO=go - # Pass the needed cflags/ldflags so that cgo # can find the needed headers files and libraries export GOARCH=${TARGET_GOARCH} -- cgit v1.2.3-54-g00ecf