[oe-commits] Koen Kooi : fennec: bump SRCREV

GIT User account git at amethyst.openembedded.net
Mon May 11 12:19:29 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon May 11 14:12:54 2009 +0200

fennec: bump SRCREV
* runtime tested on beagleboard/angstrom

---

 recipes/mozilla/fennec_hg.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/mozilla/fennec_hg.bb b/recipes/mozilla/fennec_hg.bb
index 7ab4f22..1a7882d 100644
--- a/recipes/mozilla/fennec_hg.bb
+++ b/recipes/mozilla/fennec_hg.bb
@@ -3,11 +3,11 @@ DEPENDS += "autoconf213-native cairo alsa-lib sqlite3"
 
 PV = "0.9+1.0b2pre"
 MOZPV = "1.0b2pre"
-PR = "r3"
+PR = "r4"
 PE = "1"
 
-SRC_URI = "hg://hg.mozilla.org/;module=mozilla-central;rev=451c1f1753f0 \
-           hg://hg.mozilla.org/;module=mobile-browser;rev=9435ee77dda3 \
+SRC_URI = "hg://hg.mozilla.org/;module=mozilla-central;rev=8c9a6d851018 \
+           hg://hg.mozilla.org/;module=mobile-browser;rev=c24b8b4ade53 \
            file://jsautocfg.h \
            file://jsautocfg-dontoverwrite.patch;patch=1 \
 "
@@ -60,7 +60,7 @@ do_install() {
 	install -d ${D}/${libdir}
 	tar xjf ${S}/objdir/mobile/dist/fennec-${MOZPV}*.tar.bz2 -C ${D}/${libdir}
 	# remove x86 binary
-	rm ${D}/${libdir}/fennec/xulrunner/nsinstall
+	rm ${D}/${libdir}/fennec/xulrunner/nsinstall ||true
         install -d ${D}${datadir}/applications
         install -d ${D}${datadir}/pixmaps
         install -m 0644 ${WORKDIR}/mozilla-${PN}.desktop ${D}${datadir}/applications/





More information about the Openembedded-commits mailing list