diff options
Diffstat (limited to 'recipes/mozilla/firefox.inc')
-rw-r--r-- | recipes/mozilla/firefox.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes/mozilla/firefox.inc b/recipes/mozilla/firefox.inc index b0e79f96c4..cf429f05eb 100644 --- a/recipes/mozilla/firefox.inc +++ b/recipes/mozilla/firefox.inc @@ -2,7 +2,6 @@ DESCRIPTION ?= "Browser made by mozilla" DEPENDS += "alsa-lib" SRC_URI += "file://mozilla-${PN}.png file://mozilla-${PN}.desktop" -PARALLEL_MAKE = "" ARM_INSTRUCTION_SET = "arm" MOZPV ?= "${PV}" @@ -31,13 +30,6 @@ FILES_${PN}-dbg += " ${libdir}/${PN}-*/.debug \ ${bindir}/.debug \ " -export HOST_LIBIDL_CONFIG = "${STAGING_BINDIR_NATIVE}/libIDL-config-2" - -# Due to sysroot we need to sed out references to the target staging when building the native version of xpidl -# Symptons of the failure include "gthread.h:344: error: size of array 'type name' is negative" -export HOST_LIBIDL_CFLAGS = "`${HOST_LIBIDL_CONFIG} --cflags | sed -e s:${STAGING_DIR_TARGET}:${STAGING_DIR_NATIVE}:g`" - - do_install() { oe_runmake DESTDIR="${D}" destdir="${D}" install install -d ${D}${datadir}/applications |