[oe-commits] : firefox: fix ARM jsautocfg.h

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 5 11:38:23 UTC 2008


Module: OE.dev
Branch: master
Commit: 65b0452582895a475bbf3d7d647a01b7d26fae09
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=65b0452582895a475bbf3d7d647a01b7d26fae09

Author:  <koen at openembedded.org>
Date:   Tue Aug  5 11:30:05 2008 +0000

firefox: fix ARM jsautocfg.h

---

 packages/mozilla/files/arm/jsautocfg.h |    4 +++-
 packages/mozilla/firefox_3.0.1.bb      |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/packages/mozilla/files/arm/jsautocfg.h b/packages/mozilla/files/arm/jsautocfg.h
index 7e8171f..e9d37de 100644
--- a/packages/mozilla/files/arm/jsautocfg.h
+++ b/packages/mozilla/files/arm/jsautocfg.h
@@ -1,7 +1,7 @@
 #ifndef js_cpucfg___
 #define js_cpucfg___
 
-/* AUTOMATICALLY GENERATED - DO NOT EDIT */
+/* AUTOMATICALLY GENERATED - DO NOT EDIT, unless you are an OE dev :) */
 
 #define IS_LITTLE_ENDIAN 1
 #undef  IS_BIG_ENDIAN
@@ -49,4 +49,6 @@
 
 #define JS_STACK_GROWTH_DIRECTION (-1)
 
+#define JS_HAVE_LONG_LONG
+
 #endif /* js_cpucfg___ */
diff --git a/packages/mozilla/firefox_3.0.1.bb b/packages/mozilla/firefox_3.0.1.bb
index 7952247..dd0d920 100644
--- a/packages/mozilla/firefox_3.0.1.bb
+++ b/packages/mozilla/firefox_3.0.1.bb
@@ -11,8 +11,8 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/
 	file://random_to_urandom.diff;patch=1 \
 	file://jemalloc-tls.patch;patch=1 \
 	http://ftp.debian.org/debian/pool/main/i/iceweasel/iceweasel_3.0~rc2-2.diff.gz;patch=1 \	
-        file://0001-Remove-Werror-from-build.patch;patch=1 \
-        file://0002-Fix-security-cross-compile-cpu-detection-error.patch;patch=1 \
+	file://0001-Remove-Werror-from-build.patch;patch=1 \
+	file://0002-Fix-security-cross-compile-cpu-detection-error.patch;patch=1 \
 "
 
 S = "${WORKDIR}/mozilla"





More information about the Openembedded-commits mailing list