firefox 3.0.4: def pref -1 due to missing patch
authorKoen Kooi <koen@openembedded.org>
Tue, 18 Nov 2008 13:31:36 +0000 (14:31 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 18 Nov 2008 13:31:36 +0000 (14:31 +0100)
packages/mozilla/firefox_3.0.4.bb

index 0b5213e..2dce2e5 100644 (file)
@@ -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