diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-30 20:12:16 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-30 20:12:16 +0200 |
commit | d7fdcef3d8c8b80926d579c2db179b594429cebe (patch) | |
tree | 6c38a4617c92398269e6603a0509fc3006811368 | |
parent | f1315f451d924fec0981e611c30292bcd5405ca5 (diff) | |
parent | 9749a93633ecb82bde5c569a716723696bca33ac (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
-rw-r--r-- | 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 17136d87bf..fceed37542 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 \ |