From f4816731fe6a515bf3585912b4fad0bd23335715 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 28 May 2023 10:37:29 -0700 Subject: [PATCH] minio: Ignore from world builds Needs fixing with go 1.20.4+ Signed-off-by: Khem Raj --- meta-oe/recipes-extended/minio/minio_git.bb | 3 +++ 1 file changed, 3 insertions(+) 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 # | ./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"