aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
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 /meta-oe/recipes-extended
parent8c58f419c299fe3764482ebe4f366e25533ea23f (diff)
downloadmeta-openembedded-contrib-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>
Diffstat (limited to 'meta-oe/recipes-extended')
-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}"
inherit go
inherit goarch
-CGO_LDFLAGS:append:mips = " -no-pie"
+# | ./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
+COMPATIBLE_HOST:mips = "null"
DEPENDS += "rsync-native"