summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb8
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
27SRCREV = "ce7b78a43a386d53a6e4a2688f7ce0aa99511498" 27SRCREV = "288fb688964cb7fc7086d0728daa1f5f6b726dd6"
28SRC_URI = " \ 28SRC_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
32LICENSE = "Apache-2.0" 32LICENSE = "Apache-2.0"
@@ -36,7 +36,7 @@ GO_IMPORT = "import"
36 36
37S = "${WORKDIR}/git" 37S = "${WORKDIR}/git"
38 38
39PV = "2.0.7+git${SRCPV}" 39PV = "3.0-rc2+git${SRCPV}"
40 40
41PACKAGES =+ "${PN}-contrib" 41PACKAGES =+ "${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}