firefox: update to 3.6.8
authorKoen Kooi <koen@openembedded.org>
Tue, 7 Sep 2010 10:10:38 +0000 (12:10 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 7 Sep 2010 11:43:36 +0000 (13:43 +0200)
16 files changed:
recipes/mozilla/firefox-3.6.8/0001-Remove-Werror-from-build.patch [moved from recipes/mozilla/firefox-3.6.6/0001-Remove-Werror-from-build.patch with 100% similarity]
recipes/mozilla/firefox-3.6.8/0002-Fix-security-cross-compile-cpu-detection-error.patch [moved from recipes/mozilla/firefox-3.6.6/0002-Fix-security-cross-compile-cpu-detection-error.patch with 100% similarity]
recipes/mozilla/firefox-3.6.8/010_FPU_IS_ARM_FPA_xslt.diff [moved from recipes/mozilla/firefox-3.6.6/010_FPU_IS_ARM_FPA_xslt.diff with 100% similarity]
recipes/mozilla/firefox-3.6.8/Bug339782.additional.fix.diff [moved from recipes/mozilla/firefox-3.6.6/Bug339782.additional.fix.diff with 100% similarity]
recipes/mozilla/firefox-3.6.8/Bug385583.nspr.jmp_buf.eabi.diff [moved from recipes/mozilla/firefox-3.6.6/Bug385583.nspr.jmp_buf.eabi.diff with 100% similarity]
recipes/mozilla/firefox-3.6.8/Bug405992.atomic.nspr.diff [moved from recipes/mozilla/firefox-3.6.6/Bug405992.atomic.nspr.diff with 100% similarity]
recipes/mozilla/firefox-3.6.8/configure-wchart.patch [moved from recipes/mozilla/firefox-3.6.6/configure-wchart.patch with 100% similarity]
recipes/mozilla/firefox-3.6.8/firefox-plugin.pc [moved from recipes/mozilla/firefox-3.6.6/firefox-plugin.pc with 70% similarity]
recipes/mozilla/firefox-3.6.8/firefox-xpcom.pc [moved from recipes/mozilla/firefox-3.6.6/firefox-xpcom.pc with 75% similarity]
recipes/mozilla/firefox-3.6.8/jemalloc-tls.patch [moved from recipes/mozilla/firefox-3.6.6/jemalloc-tls.patch with 100% similarity]
recipes/mozilla/firefox-3.6.8/linkage-problem.patch [moved from recipes/mozilla/firefox-3.6.6/linkage-problem.patch with 100% similarity]
recipes/mozilla/firefox-3.6.8/mozconfig [moved from recipes/mozilla/firefox-3.6.6/mozconfig with 100% similarity]
recipes/mozilla/firefox-3.6.8/nspr.pc [moved from recipes/mozilla/firefox-3.6.6/nspr.pc with 84% similarity]
recipes/mozilla/firefox-3.6.8/plugins-dir.patch [moved from recipes/mozilla/firefox-3.6.6/plugins-dir.patch with 100% similarity]
recipes/mozilla/firefox-3.6.8/security-cross.patch [moved from recipes/mozilla/firefox-3.6.6/security-cross.patch with 100% similarity]
recipes/mozilla/firefox_3.6.8.bb [moved from recipes/mozilla/firefox_3.6.6.bb with 87% similarity]

@@ -1,10 +1,10 @@
 prefix=/usr
 exec_prefix=/usr
 libdir=/usr/lib
-includedir=/usr/include/firefox-3.6.6
+includedir=/usr/include/firefox-3.6.8
 
 Name: Mozilla Plug-In API
 Description: Mozilla Plug-In API
 Version: 3.6
-Requires: firefox-xpcom = 3.6.6
+Requires: firefox-xpcom = 3.6.8
 Cflags: -I${includedir}/java -I${includedir}/plugin
@@ -2,12 +2,12 @@ prefix=/usr
 exec_prefix=/usr
 libdir=/usr/lib
 includedir=/usr/include
-mozdir=${includedir}/firefox-3.6.6
-idldir=${includedir}/firefox-3.6.6
+mozdir=${includedir}/firefox-3.6.8
+idldir=${includedir}/firefox-3.6.8
 
 Name: XPCOM
 Description: The Mozilla Cross Platform Component Library
-Version: 3.6.6
+Version: 3.6.8
 Requires: nspr >= 4.8
 Libs: -L${libdir} -lxpcom -Wl,-R${libdir}
 Cflags: -I${mozdir} -I${mozdir}/xpcom -I${mozdir}/string
similarity index 84%
rename from recipes/mozilla/firefox-3.6.6/nspr.pc
rename to recipes/mozilla/firefox-3.6.8/nspr.pc
index d058a1c..ec27a20 100644 (file)
@@ -1,7 +1,7 @@
 prefix=/usr
 exec_prefix=/usr
 libdir=/usr/lib
-includedir=/usr/include/firefox-3.6.6
+includedir=/usr/include/firefox-3.6.8
 
 Name: NSPR
 Description: The Netscape Portable Runtime
similarity index 87%
rename from recipes/mozilla/firefox_3.6.6.bb
rename to recipes/mozilla/firefox_3.6.8.bb
index 8d01591..6363852 100644 (file)
@@ -16,8 +16,8 @@ SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/f
        file://nspr.pc \
 "
 
-SRC_URI[archive.md5sum] = "c9a071b31bb90d05edfb93117d0a7537"
-SRC_URI[archive.sha256sum] = "59b87271f940684f51cdd6becbcfdaf99a5a5880948ba07cefd07474c9ab06b3"
+SRC_URI[archive.md5sum] = "0ee5f14fd8be07513d16131027ebcb61"
+SRC_URI[archive.sha256sum] = "fc609cc6a0ddaa2a9ebd8511ec39ae4a404e1107a12e07b233e2afca51d9a10e"
 
 S = "${WORKDIR}/mozilla-1.9.2"