aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mozilla
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-28 16:32:00 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-28 17:35:11 +0200
commitd7c99b1010c3b1c6af9ac63c5a4b57e61f420d2e (patch)
tree6c944551870603708db8bd9682765b165d3ff316 /recipes/mozilla
parentc9b7de9ab189dbf7477709e427b025e1795b7509 (diff)
downloadopenembedded-d7c99b1010c3b1c6af9ac63c5a4b57e61f420d2e.tar.gz
fennec hg: update SRCREVs to 1.1b2
The 16bpp patch doesn't apply anymore and is disabled. If you're using a recent pixman and X (e.g. Angstrom, SHR) then you get *almost* enough improvements to make up for the switch to 24bpp. There is a more complex fix available, but that involves patching cairo 1.9.x as well as mozilla-central. It is better to wait for cairo 1.10 to get released and the mozilla part to go intro moz-central hg.
Diffstat (limited to 'recipes/mozilla')
-rw-r--r--recipes/mozilla/fennec_hg.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes/mozilla/fennec_hg.bb b/recipes/mozilla/fennec_hg.bb
index ada5fa8e87..1e69aed469 100644
--- a/recipes/mozilla/fennec_hg.bb
+++ b/recipes/mozilla/fennec_hg.bb
@@ -1,15 +1,14 @@
DESCRIPTION = "Mozilla Mobile browser"
-PV = "0.9+1.0b4pre"
-MOZPV = "1.0b4pre"
-PR = "r7"
+PV = "0.9+${MOZPV}"
+MOZPV = "1.1b2"
+PR = "r8"
PE = "1"
-SRC_URI = "hg://hg.mozilla.org/;module=mozilla-central;rev=37acc871cb55 \
- hg://hg.mozilla.org/;module=mobile-browser;rev=c725e5e30b9d \
+SRC_URI = "hg://hg.mozilla.org/;module=mozilla-central;rev=060ddfe5aa48 \
+ hg://hg.mozilla.org/;module=mobile-browser;rev=ad254d8abbc9 \
file://jsautocfg.h \
file://jsautocfg-dontoverwrite.patch;patch=1 \
- file://use-native-bpp.patch;patch=1 \
"
S = "${WORKDIR}/mozilla-central"