From d7c99b1010c3b1c6af9ac63c5a4b57e61f420d2e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 28 Apr 2010 16:32:00 +0200 Subject: 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. --- recipes/mozilla/fennec_hg.bb | 11 +++++------ 1 file 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" -- cgit 1.2.3-korg