diff options
Diffstat (limited to 'recipes-containers/riddler/riddler_git.bb')
| -rw-r--r-- | recipes-containers/riddler/riddler_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb index 52630563..e885c4c1 100644 --- a/recipes-containers/riddler/riddler_git.bb +++ b/recipes-containers/riddler/riddler_git.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "git://github.com/jfrazelle/riddler;branch=master;protocol=https;dests | |||
| 10 | SRCREV = "66698f2a5cb6854a1095673a15dcc253f0e28f93" | 10 | SRCREV = "66698f2a5cb6854a1095673a15dcc253f0e28f93" |
| 11 | PV = "v0.6.4+git" | 11 | PV = "v0.6.4+git" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git/src/github.com/genuinetools/riddler" | 13 | S = "${UNPACKDIR}/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 |
| @@ -28,7 +28,7 @@ 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 | export GOPATH="${UNPACKDIR}/git/" |
| 32 | 32 | ||
| 33 | # Pass the needed cflags/ldflags so that cgo | 33 | # Pass the needed cflags/ldflags so that cgo |
| 34 | # can find the needed headers files and libraries | 34 | # can find the needed headers files and libraries |
