diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-06 12:02:31 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-06 12:02:31 -0500 |
commit | 773fd5a023aaea80f5cc771a84fd6ec6bb800007 (patch) | |
tree | 7b2d26496aaef3d8ed8e296c1fb8c4e06c4edb74 | |
parent | e2bba8633e7597eff578131891115875298aab40 (diff) | |
download | meta-virtualization-773fd5a023aaea80f5cc771a84fd6ec6bb800007.tar.gz |
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 <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
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() { | |||
24 | raise bb.parse.SkipRecipe(msg) | 24 | raise bb.parse.SkipRecipe(msg) |
25 | } | 25 | } |
26 | 26 | ||
27 | SRCREV = "ce7b78a43a386d53a6e4a2688f7ce0aa99511498" | 27 | SRCREV = "288fb688964cb7fc7086d0728daa1f5f6b726dd6" |
28 | SRC_URI = " \ | 28 | SRC_URI = " \ |
29 | git://github.com/containers/libpod.git;branch=v2.0 \ | 29 | git://github.com/containers/libpod.git;branch=v3.0 \ |
30 | " | 30 | " |
31 | 31 | ||
32 | LICENSE = "Apache-2.0" | 32 | LICENSE = "Apache-2.0" |
@@ -36,7 +36,7 @@ GO_IMPORT = "import" | |||
36 | 36 | ||
37 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |
38 | 38 | ||
39 | PV = "2.0.7+git${SRCPV}" | 39 | PV = "3.0-rc2+git${SRCPV}" |
40 | 40 | ||
41 | PACKAGES =+ "${PN}-contrib" | 41 | PACKAGES =+ "${PN}-contrib" |
42 | 42 | ||
@@ -78,8 +78,6 @@ do_compile() { | |||
78 | 78 | ||
79 | cd ${S}/src/.gopath/src/"${PODMAN_PKG}" | 79 | cd ${S}/src/.gopath/src/"${PODMAN_PKG}" |
80 | 80 | ||
81 | oe_runmake pkg/varlink/iopodman.go GO=go | ||
82 | |||
83 | # Pass the needed cflags/ldflags so that cgo | 81 | # Pass the needed cflags/ldflags so that cgo |
84 | # can find the needed headers files and libraries | 82 | # can find the needed headers files and libraries |
85 | export GOARCH=${TARGET_GOARCH} | 83 | export GOARCH=${TARGET_GOARCH} |