summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-05-28 10:37:29 -0700
committerKhem Raj <raj.khem@gmail.com>2023-05-28 16:35:00 -0700
commitf4816731fe6a515bf3585912b4fad0bd23335715 (patch)
treee5c06b40de825253b81d20c19e31bfeae395f655
parent52c3ade06bb0e7aa1224228a03f8b0791bb370d7 (diff)
downloadmeta-openembedded-f4816731fe6a515bf3585912b4fad0bd23335715.tar.gz
minio: Ignore from world builds
Needs fixing with go 1.20.4+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/minio/minio_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/minio/minio_git.bb b/meta-oe/recipes-extended/minio/minio_git.bb
index 94986089c7..bfd313ddfe 100644
--- a/meta-oe/recipes-extended/minio/minio_git.bb
+++ b/meta-oe/recipes-extended/minio/minio_git.bb
@@ -26,6 +26,9 @@ inherit goarch
26 26
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 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" 28COMPATIBLE_HOST:mips = "null"
29# ERROR: QA Issue: minio: ELF binary /usr/sbin/mc has relocations in .text [textrel]
30# Needs fixing with go >= 1.20.4"
31EXCLUDE_FROM_WORLD = "1"
29 32
30DEPENDS += "rsync-native" 33DEPENDS += "rsync-native"
31 34