mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 11:31:43 +00:00
glib-networking: Skip texrel QA check
This fails with latest glib-networking tests Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d1c7a8e0a6
commit
9947c1a18b
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,8 @@ INSANE_SKIP:append:pn-systemd:riscv64 = " textrel"
|
|||
INSANE_SKIP:append:pn-plocate:riscv64 = " textrel"
|
||||
# ERROR: procps-4.0.3-r0 do_package_qa: QA Issue: procps: ELF binary /usr/bin/top.procps has relocations in .text [textrel]
|
||||
INSANE_SKIP:append:pn-procps:riscv64 = " textrel"
|
||||
# ERROR: QA Issue: glib-networking-ptest: ELF binary /usr/libexec/installed-tests/glib-networking/connection-openssl has relocations in .text [textrel]
|
||||
INSANE_SKIP:append:pn-glib-networking:riscv64 = " textrel"
|
||||
|
||||
INSANE_SKIP:append:pn-xfsdump:riscv32 = " textrel"
|
||||
INSANE_SKIP:append:pn-zabbix:riscv32 = " textrel"
|
||||
|
@ -119,6 +121,8 @@ INSANE_SKIP:append:pn-systemd:riscv32 = " textrel"
|
|||
INSANE_SKIP:append:pn-plocate:riscv32 = " textrel"
|
||||
# ERROR: procps-4.0.3-r0 do_package_qa: QA Issue: procps: ELF binary /usr/bin/top.procps has relocations in .text [textrel]
|
||||
INSANE_SKIP:append:pn-procps:riscv32 = " textrel"
|
||||
# ERROR: QA Issue: glib-networking-ptest: ELF binary /usr/libexec/installed-tests/glib-networking/connection-openssl has relocations in .text [textrel]
|
||||
INSANE_SKIP:append:pn-glib-networking:riscv32 = " textrel"
|
||||
|
||||
# These recipe dont _yet_ build for rv32
|
||||
COMPATIBLE_HOST:pn-openh264:riscv32 = "null"
|
||||
|
|
Loading…
Add table
Reference in a new issue