From 35290610586f44963e93d8bcd15316229da507b2 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 26 Jun 2014 14:36:24 +0200 Subject: firefox: fix SIGILL abort on start This seems to only happen in our setup. (with gcc provided from meta-linaro, 4.8.3) With a meta-fsl-arm setup + meta-browser firefox starts correctly. (with gcc from oe, meta-oe, 4.8.2) --- recipes-mozilla/firefox/firefox_10.0.11esr.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-mozilla/firefox/firefox_10.0.11esr.bbappend') diff --git a/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend b/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend index 5876184..f2121a4 100644 --- a/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend +++ b/recipes-mozilla/firefox/firefox_10.0.11esr.bbappend @@ -1,10 +1,11 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://alignment.patch \ file://distribution.ini \ + file://Prevent-SIGILL-crashes-on-ARMv6-builds-built-with-the-NDK_10.0esr.patch \ " do_install_append() { install -d ${D}${libdir}/${PN}/distribution - install -m 0644 ${WORKDIR}/distribution.ini ${D}${libdir}/${PN}/distribution/ + install -m 0644 ${WORKDIR}/distribution.ini ${D}${libdir}/${PN}/distribution/ } -- cgit v1.2.3