diff options
Diffstat (limited to 'recipes-containers/riddler/riddler_git.bb')
-rw-r--r-- | recipes-containers/riddler/riddler_git.bb | 17 |
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 @@ | |||
1 | HOMEPAGE = "https://github.com/jfrazelle/riddler" | 1 | HOMEPAGE = "https://github.com/jfrazelle/riddler" |
2 | SUMMARY = "Convert `docker inspect` to opencontainers (OCI compatible) runc spec." | 2 | SUMMARY = "Convert `docker inspect` to opencontainers (OCI compatible) runc spec." |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7bac31faf84a2d7e88972f562a3ebbe5" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/jfrazelle/riddler;branch=master;protocol=https;destsuffix=git/src/github.com/jessfraz/riddler \ | 6 | SRC_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 | ||
10 | SRCREV = "23befa0b232877b5b502b828e24161d801bd67f6" | 10 | SRCREV = "66698f2a5cb6854a1095673a15dcc253f0e28f93" |
11 | PV = "0.1.0+git" | 11 | PV = "v0.6.4+git" |
12 | 12 | ||
13 | S = "${WORKDIR}/git/src/github.com/jessfraz/riddler" | 13 | S = "${WORKDIR}/git/src/github.com/genuinetools/riddler" |
14 | GO_IMPORT = "github.com/jessfraz/riddler" | 14 | GO_IMPORT = "github.com/jessfraz/riddler" |
15 | 15 | ||
16 | inherit goarch | 16 | inherit 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. |
25 | EXTRA_OEMAKE="BUILDTAGS=''" | 25 | EXTRA_OEMAKE = "BUILDTAGS=''" |
26 | 26 | ||
27 | do_compile() { | 27 | do_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 |