summaryrefslogtreecommitdiffstats
path: root/recipes-containers/riddler/riddler_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/riddler/riddler_git.bb')
-rw-r--r--recipes-containers/riddler/riddler_git.bb17
1 files changed, 9 insertions, 8 deletions
diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb
index 2b2902b5..52630563 100644
--- a/recipes-containers/riddler/riddler_git.bb
+++ b/recipes-containers/riddler/riddler_git.bb
@@ -1,16 +1,16 @@
1HOMEPAGE = "https://github.com/jfrazelle/riddler" 1HOMEPAGE = "https://github.com/jfrazelle/riddler"
2SUMMARY = "Convert `docker inspect` to opencontainers (OCI compatible) runc spec." 2SUMMARY = "Convert `docker inspect` to opencontainers (OCI compatible) runc spec."
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=7bac31faf84a2d7e88972f562a3ebbe5"
5 5
6SRC_URI = "git://github.com/jfrazelle/riddler;branch=master;protocol=https;destsuffix=git/src/github.com/jessfraz/riddler \ 6SRC_URI = "git://github.com/jfrazelle/riddler;branch=master;protocol=https;destsuffix=git/src/github.com/genuinetools/riddler \
7 file://0001-build-use-to-select-cross-compiler.patch \ 7 file://0001-build-ensure-that-GOBUILDTAGS-are-respected.patch \
8 " 8 "
9 9
10SRCREV = "23befa0b232877b5b502b828e24161d801bd67f6" 10SRCREV = "66698f2a5cb6854a1095673a15dcc253f0e28f93"
11PV = "0.1.0+git" 11PV = "v0.6.4+git"
12 12
13S = "${WORKDIR}/git/src/github.com/jessfraz/riddler" 13S = "${WORKDIR}/git/src/github.com/genuinetools/riddler"
14GO_IMPORT = "github.com/jessfraz/riddler" 14GO_IMPORT = "github.com/jessfraz/riddler"
15 15
16inherit goarch 16inherit goarch
@@ -22,12 +22,13 @@ COMPATIBLE_HOST:mipsarch = "null"
22 22
23# This disables seccomp and apparmor, which are on by default in the 23# This disables seccomp and apparmor, which are on by default in the
24# go package. 24# go package.
25EXTRA_OEMAKE="BUILDTAGS=''" 25EXTRA_OEMAKE = "BUILDTAGS=''"
26 26
27do_compile() { 27do_compile() {
28 export GOARCH="${TARGET_GOARCH}" 28 export GOARCH="${TARGET_GOARCH}"
29 export GOROOT="${STAGING_LIBDIR}/go" 29 export GOROOT="${STAGING_LIBDIR}/go"
30 export GOPATH="${S}/src/import/vendor:${WORKDIR}/git/" 30 # export GOPATH="${S}/src/import/vendor:${WORKDIR}/git/"
31 export GOPATH="${WORKDIR}/git/"
31 32
32 # Pass the needed cflags/ldflags so that cgo 33 # Pass the needed cflags/ldflags so that cgo
33 # can find the needed headers files and libraries 34 # can find the needed headers files and libraries