mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
skopeo: mark incompatible with mips
When building skopeo for mips(64), we get the following errors: | go.go:(.text+0xdd07fc): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC | go.go:(.text+0xdd0830): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC | go.go:(.text+0xdd0864): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC | collect2: error: ld returned 1 exit status Tag the recipe as incompatible with mips to avoid having it built at all. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
ccddfb1f8b
commit
4e602f8949
|
@ -13,6 +13,8 @@ DEPENDS = " \
|
||||||
|
|
||||||
inherit go
|
inherit go
|
||||||
|
|
||||||
|
COMPATIBLE_HOST = "^(?!mips).*"
|
||||||
|
|
||||||
RDEPENDS:${PN} = " \
|
RDEPENDS:${PN} = " \
|
||||||
gpgme \
|
gpgme \
|
||||||
libgpg-error \
|
libgpg-error \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user