diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-15 19:25:05 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-17 19:17:09 +0000 |
| commit | 876864dd590e3d386b4bfb602d6cc9b8f75eb7a1 (patch) | |
| tree | ca1c10ec6e895f790a7259c5d3775fd2d1ef6959 /recipes-containers/riddler/riddler_git.bb | |
| parent | b6460736c97818357639e5afb2e7659538aa6dba (diff) | |
| download | meta-virtualization-876864dd590e3d386b4bfb602d6cc9b8f75eb7a1.tar.gz | |
riddler: update to v0.6.4
We refresh a patch and re-organize the go src for building
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/riddler/riddler_git.bb')
| -rw-r--r-- | recipes-containers/riddler/riddler_git.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb index 746becf8..3d6581a1 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 = "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/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 |
| @@ -27,7 +27,8 @@ EXTRA_OEMAKE="BUILDTAGS=''" | |||
| 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 |
