[oe-commits] Koen Kooi : firefox 3.0.8: lower default pref

GIT User account git at amethyst.openembedded.net
Mon Mar 30 15:31:44 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9749a93633ecb82bde5c569a716723696bca33ac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9749a93633ecb82bde5c569a716723696bca33ac

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Mar 30 17:27:47 2009 +0200

firefox 3.0.8: lower default pref

---

 recipes/mozilla/firefox_3.0.8.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/mozilla/firefox_3.0.8.bb b/recipes/mozilla/firefox_3.0.8.bb
index 17136d8..fceed37 100644
--- a/recipes/mozilla/firefox_3.0.8.bb
+++ b/recipes/mozilla/firefox_3.0.8.bb
@@ -1,6 +1,10 @@
 DEPENDS += "cairo"
 PR = "r1"
 
+# Fails to build with gcc 4.3.x due to wchar problems:
+# /OE/angstrom-dev/cross/armv7a/lib/gcc/arm-angstrom-linux-gnueabi/4.3.1/../../../../arm-angstrom-linux-gnueabi/bin/ld: ERROR: mozilla-xremote-client.o: Conflicting definitions of wchar_t
+DEFAULT_PREFERENCE = "-1"
+
 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 \





More information about the Openembedded-commits mailing list