summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gammu
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-05-05 14:11:12 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-07-16 21:09:05 +0200
commite836f8f936f1a39e8b29c08a5979919d9e04cbde (patch)
tree884b28f2d2fe92cc41677f6176aca2e776245d17 /meta-oe/recipes-connectivity/gammu
parentb3b6743e0e2cc21e86e33efb06bb68881c0420b0 (diff)
downloadmeta-openembedded-e836f8f936f1a39e8b29c08a5979919d9e04cbde.tar.gz
gegl, crash, libsecret, mpg123, tinymembench, gammu, mosh, llvm3.3, breakpad, php, mozjs, libopus: disable thumb where it fails for qemuarm
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/gammu')
-rw-r--r--meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
index bd0572211..d98a0cb89 100644
--- a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
+++ b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
@@ -55,3 +55,14 @@ FILES_python-${PN} = "${PYTHON_SITEPACKAGES_DIR}/gammu/*.??"
55 55
56RDEPENDS_${PN} += "bash" 56RDEPENDS_${PN} += "bash"
57RDEPENDS_${PN}-dev += "bash" 57RDEPENDS_${PN}-dev += "bash"
58
59# Fails to build with thumb-1 (qemuarm)
60# gammu-1.32.0/libgammu/service/sms/gsmems.c:542:1: internal compiler error: in patch_jump_insn, at cfgrtl.c:1275
61# | }
62# | ^
63# | Please submit a full bug report,
64# | with preprocessed source if appropriate.
65# | See <http://gcc.gnu.org/bugs.html> for instructions.
66# | make[2]: *** [libgammu/CMakeFiles/libGammu.dir/service/sms/gsmems.o] Error 1
67# | make[2]: *** Waiting for unfinished jobs....
68ARM_INSTRUCTION_SET = "arm"