summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-12-05 19:44:38 -0800
committerKhem Raj <raj.khem@gmail.com>2022-12-05 19:46:24 -0800
commit590de153e657959e1f6dbfce5ebeb58d82a43e48 (patch)
tree0432f10e218862ca906f8ea8976347e8477f3415
parent8c58f419c299fe3764482ebe4f366e25533ea23f (diff)
downloadmeta-openembedded-590de153e657959e1f6dbfce5ebeb58d82a43e48.tar.gz
minio: Disable on mips
It does not build due to CGO building in shared mode and needing PIC but somewhere it needs to be fixed to build. Until then disable it Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/minio/minio_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/minio/minio_git.bb b/meta-oe/recipes-extended/minio/minio_git.bb
index e88ea632f6..63451e883d 100644
--- a/meta-oe/recipes-extended/minio/minio_git.bb
+++ b/meta-oe/recipes-extended/minio/minio_git.bb
@@ -24,7 +24,8 @@ PV = "${SRCREV_mc}"
24inherit go 24inherit go
25inherit goarch 25inherit goarch
26 26
27CGO_LDFLAGS:append:mips = " -no-pie" 27# | ./github.com/minio/mc/main.go:27:(.text+0xd258b8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC
28COMPATIBLE_HOST:mips = "null"
28 29
29DEPENDS += "rsync-native" 30DEPENDS += "rsync-native"
30 31