aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mozilla
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-18 14:31:36 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-18 14:31:36 +0100
commit68a50e8c8a5ef9521ac201acfbb138fddc29d2b1 (patch)
treeb5736ab92fbe157ada963a76d8a397eea05771c0 /packages/mozilla
parent2818079832d41689c73c2eabc60441523d0d2bbc (diff)
downloadopenembedded-68a50e8c8a5ef9521ac201acfbb138fddc29d2b1.tar.gz
firefox 3.0.4: def pref -1 due to missing patch
Diffstat (limited to 'packages/mozilla')
-rw-r--r--packages/mozilla/firefox_3.0.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/mozilla/firefox_3.0.4.bb b/packages/mozilla/firefox_3.0.4.bb
index 0b5213e2c5..2dce2e5549 100644
--- a/packages/mozilla/firefox_3.0.4.bb
+++ b/packages/mozilla/firefox_3.0.4.bb
@@ -16,7 +16,8 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/
S = "${WORKDIR}/mozilla"
-#DEFAULT_PREFERENCE = "-1"
+# This is missing the wchart.diff patch and can't be compiled with a recent gcc
+DEFAULT_PREFERENCE = "-1"
inherit mozilla
require firefox.inc