From: Koen Kooi Date: Tue, 18 Nov 2008 13:31:36 +0000 (+0100) Subject: firefox 3.0.4: def pref -1 due to missing patch X-Git-Tag: Release-2010-05/1~5244 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68a50e8c8a5ef9521ac201acfbb138fddc29d2b1;p=openembedded.git firefox 3.0.4: def pref -1 due to missing patch --- 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