mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -24,7 +24,8 @@ PV = "${SRCREV_mc}"
|
|||||||
inherit go
|
inherit go
|
||||||
inherit goarch
|
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"
|
DEPENDS += "rsync-native"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user