pcsc-lite: Ignore textrel on rv32

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2023-01-02 18:12:47 -08:00
parent 1747c90f6d
commit e991571ecb

View File

@@ -103,6 +103,8 @@ INSANE_SKIP:append:pn-minio:riscv32 = " textrel"
INSANE_SKIP:append:pn-libnl:riscv32 = " textrel"
# ELF binary /usr/lib/vulkan-cts/deqp-vksc has relocations in .text [textrel]
INSANE_SKIP:append:pn-vulkan-cts:riscv32 = " textrel"
# ERROR: QA Issue: pcsc-lite: ELF binary /usr/sbin/pcscd has relocations in .text [textrel]
INSANE_SKIP:append:pn-pcsc-lite:riscv32 = " textrel"
# These recipe dont _yet_ build for rv32
COMPATIBLE_HOST:pn-openh264:riscv32 = "null"