diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-18 14:31:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-18 14:31:36 +0100 |
commit | 68a50e8c8a5ef9521ac201acfbb138fddc29d2b1 (patch) | |
tree | b5736ab92fbe157ada963a76d8a397eea05771c0 /packages | |
parent | 2818079832d41689c73c2eabc60441523d0d2bbc (diff) |
firefox 3.0.4: def pref -1 due to missing patch
Diffstat (limited to 'packages')
-rw-r--r-- | packages/mozilla/firefox_3.0.4.bb | 3 |
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 |