[oe-commits] Koen Kooi : fennec: update to latest tip

git version control git at git.openembedded.org
Tue Sep 1 20:43:47 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Sep  1 22:42:07 2009 +0200

fennec: update to latest tip

* fix up buildsystem contamination bug in firefox.inc while I'm at it as well

---

 recipes/mozilla/fennec_hg.bb |   12 ++++++------
 recipes/mozilla/firefox.inc  |    7 +++++++
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/recipes/mozilla/fennec_hg.bb b/recipes/mozilla/fennec_hg.bb
index 9499613..ef4cedd 100644
--- a/recipes/mozilla/fennec_hg.bb
+++ b/recipes/mozilla/fennec_hg.bb
@@ -1,12 +1,12 @@
 DESCRIPTION = "Mozilla Mobile browser"
 
-PV = "0.9+1.0b2pre"
-MOZPV = "1.0b2pre"
-PR = "r5"
+PV = "0.9+1.0b4pre"
+MOZPV = "1.0b4pre"
+PR = "r7"
 PE = "1"
 
-SRC_URI = "hg://hg.mozilla.org/;module=mozilla-central;rev=8c9a6d851018 \
-           hg://hg.mozilla.org/;module=mobile-browser;rev=c24b8b4ade53 \
+SRC_URI = "hg://hg.mozilla.org/;module=mozilla-central;rev=37acc871cb55 \
+           hg://hg.mozilla.org/;module=mobile-browser;rev=c725e5e30b9d \
            file://jsautocfg.h \
            file://jsautocfg-dontoverwrite.patch;patch=1 \
            file://use-native-bpp.patch;patch=1 \
@@ -20,7 +20,7 @@ require firefox.inc
 DEPENDS += "libnotify autoconf213-native cairo alsa-lib sqlite3"
 
 PARALLEL_MAKE = ""
-export HOST_LIBIDL_CONFIG = "${STAGING_BINDIR_NATIVE}/libIDL-config-2"
+
 FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2"
 
 export LIBXUL_DIST="${S}/objdir/xulrunner/dist/"
diff --git a/recipes/mozilla/firefox.inc b/recipes/mozilla/firefox.inc
index 1be9c4d..8526a8d 100644
--- a/recipes/mozilla/firefox.inc
+++ b/recipes/mozilla/firefox.inc
@@ -30,6 +30,13 @@ FILES_${PN}-dbg += "	${libdir}/${PN}-*/.debug \
 			${bindir}/.debug \
 			"
 
+export HOST_LIBIDL_CONFIG = "${STAGING_BINDIR_NATIVE}/libIDL-config-2"
+
+# Due to sysroot we need to sed out references to the target staging when building the native version of xpidl
+# Symptons of the failure include "gthread.h:344: error: size of array 'type name' is negative"
+export HOST_LIBIDL_CFLAGS = "`${HOST_LIBIDL_CONFIG} --cflags | sed -e s:${STAGING_DIR_TARGET}:${STAGING_DIR_NATIVE}:g`"
+
+
 do_install() {
 	oe_runmake DESTDIR="${D}" destdir="${D}" install
 	install -d ${D}${datadir}/applications





More information about the Openembedded-commits mailing list