Crash reporter requires curl. However, instead of adding a DEPENDS
I chose disabling the crashreporter. Mozilla is probably not
interested in OE-induced crash reports.
However, in the future we might want to enable it.
DEPENDS += "curl" must than be added.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
DEPENDS += "cairo"
+PR = "r2"
+
SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}.source.tar.bz2 \
file://jsautocfg.h \
file://security-cross.patch;patch=1 \
inherit mozilla
require firefox.inc
-EXTRA_OECONF += " --enable-official-branding "
+EXTRA_OECONF += " --enable-official-branding --disable-crashreporter"
export HOST_LIBIDL_CONFIG = "${STAGING_BINDIR_NATIVE}/libIDL-config-2"