summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-sato/matchbox-keyboard/matchbox-keyboard_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-sato/matchbox-keyboard/matchbox-keyboard_%.bbappend b/recipes-sato/matchbox-keyboard/matchbox-keyboard_%.bbappend
new file mode 100644
index 0000000..6467d8d
--- /dev/null
+++ b/recipes-sato/matchbox-keyboard/matchbox-keyboard_%.bbappend
@@ -0,0 +1,3 @@
+# Fails to build for ARM, at least with angstrom and the linaro toolchain
+# | error: matchbox-keyboard-image.o: requires unsupported dynamic reloc R_ARM_THM_MOVW_ABS_NC; recompile with -fPIC
+LDFLAGS += " ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"