git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2818079
)
firefox 3.0.4: def pref -1 due to missing patch
author
Koen Kooi
<koen@openembedded.org>
Tue, 18 Nov 2008 13:31:36 +0000
(14:31 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 18 Nov 2008 13:31:36 +0000
(14:31 +0100)
packages/mozilla/firefox_3.0.4.bb
patch
|
blob
|
history
diff --git
a/packages/mozilla/firefox_3.0.4.bb
b/packages/mozilla/firefox_3.0.4.bb
index
0b5213e
..
2dce2e5
100644
(file)
--- 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