[oe-commits] Koen Kooi : fennec hg: update SRCREVs to 1.1b2

git version control git at git.openembedded.org
Wed Apr 28 15:36:17 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Apr 28 16:32:00 2010 +0200

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 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/recipes/mozilla/fennec_hg.bb b/recipes/mozilla/fennec_hg.bb
index ada5fa8..1e69aed 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"





More information about the Openembedded-commits mailing list