mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
minio: Ignore from world builds
Needs fixing with go 1.20.4+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
52c3ade06b
commit
f4816731fe
|
|
@ -26,6 +26,9 @@ inherit goarch
|
|||
|
||||
# | ./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"
|
||||
# ERROR: QA Issue: minio: ELF binary /usr/sbin/mc has relocations in .text [textrel]
|
||||
# Needs fixing with go >= 1.20.4"
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
DEPENDS += "rsync-native"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user