From: Phil Blundell Date: Sun, 4 Jul 2004 16:50:44 +0000 (+0000) Subject: firefox updates X-Git-Tag: Release-2010-05/1~18345 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c78b800cd821c72432bee08282b250aad6164f;p=openembedded.git firefox updates BKrev: 40e83564EhXVGuzgyVEGkOw4Xh7LKQ --- diff --git a/firefox/firefox-0.9/no-xmb.patch b/firefox/firefox-0.9/no-xmb.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/firefox/firefox_0.9.oe b/firefox/firefox_0.9.oe index 7427c46d35..ad102b74cb 100644 --- a/firefox/firefox_0.9.oe +++ b/firefox/firefox_0.9.oe @@ -1,17 +1,20 @@ -DEPENDS = "xt xi zip-native gtk+" -PR = "r1" +DEPENDS = "xt xi zip-native gtk+ orbit2" +PR = "r2" SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-${PV}-source.tar.bz2 \ file://mozconfig \ - file://xptcstubs.patch;patch=1" + file://xptcstubs.patch;patch=1 \ + file://no-xmb.patch;patch=1" S = "${WORKDIR}/mozilla" FILES_${PN} += "${libdir}/firefox-${PV} ${datadir}/idl" # gcc-3.4 blows up in gtktext with -frename-registers on arm-linux -CFLAGS := "${@'${CFLAGS}'.replace('-frename-registers', '')}" -CXXFLAGS := "${@'${CXXFLAGS}'.replace('-frename-registers', '')}" +CFLAGS := "${@'${CFLAGS}'.replace('-frename-registers', '')} -fsigned-char -fno-strict-aliasing" +CXXFLAGS := "${@'${CXXFLAGS}'.replace('-frename-registers', '')} -fsigned-char -fno-strict-aliasing" + +SELECTED_OPTIMIZATION = "-O" export CROSS_COMPILE=1 export HOST_LIBIDL_CONFIG="libIDL-config-2"