[oe-commits] Koen Kooi : firefox 3.0.4: def pref -1 due to missing patch

GIT User account git at amethyst.openembedded.net
Tue Nov 18 13:33:05 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 68a50e8c8a5ef9521ac201acfbb138fddc29d2b1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=68a50e8c8a5ef9521ac201acfbb138fddc29d2b1

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Nov 18 14:31:36 2008 +0100

firefox 3.0.4: def pref -1 due to missing patch

---

 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 0b5213e..2dce2e5 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





More information about the Openembedded-commits mailing list