summaryrefslogtreecommitdiffstats
path: root/recipes-containers/riddler/riddler_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-01-15 19:25:05 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-01-17 19:17:09 +0000
commit876864dd590e3d386b4bfb602d6cc9b8f75eb7a1 (patch)
treeca1c10ec6e895f790a7259c5d3775fd2d1ef6959 /recipes-containers/riddler/riddler_git.bb
parentb6460736c97818357639e5afb2e7659538aa6dba (diff)
downloadmeta-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.bb11
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 @@
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 = "66698f2a5cb6854a1095673a15dcc253f0e28f93" 10SRCREV = "66698f2a5cb6854a1095673a15dcc253f0e28f93"
11PV = "v0.6.4+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
@@ -27,7 +27,8 @@ EXTRA_OEMAKE="BUILDTAGS=''"
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