diff options
-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} |