aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mozilla/firefox_3.6.8.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-09-22 22:26:34 +0200
committerKoen Kooi <koen@openembedded.org>2010-09-22 22:26:34 +0200
commit1f5fb1e223df5af9fbe7af546c0a2bd3c4a5e2a5 (patch)
treed3d567e1417eb0d3e011f1d1e03ed79bd208584e /recipes/mozilla/firefox_3.6.8.bb
parenta6aa9eae2445e2ce46cdd80978b52f4dd8e46bca (diff)
downloadopenembedded-1f5fb1e223df5af9fbe7af546c0a2bd3c4a5e2a5.tar.gz
firefox 3.6.8: fix build from ARMv4T, patch stolen from debian
Diffstat (limited to 'recipes/mozilla/firefox_3.6.8.bb')
-rw-r--r--recipes/mozilla/firefox_3.6.8.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/mozilla/firefox_3.6.8.bb b/recipes/mozilla/firefox_3.6.8.bb
index 825e6926b2..7927a22561 100644
--- a/recipes/mozilla/firefox_3.6.8.bb
+++ b/recipes/mozilla/firefox_3.6.8.bb
@@ -1,5 +1,5 @@
DEPENDS += "cairo sqlite3 libnotify"
-PR = "r1"
+PR = "r2"
# The .pc files below have "3.6" hardcoded, fix that before using them in a newer FF version!
SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}.source.tar.bz2;name=archive \
@@ -12,6 +12,7 @@ SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/f
file://0001-Remove-Werror-from-build.patch \
file://0002-Fix-security-cross-compile-cpu-detection-error.patch \
file://plugins-dir.patch \
+ file://Add-nanojit-support-for-ARMv4T.patch \
file://firefox-plugin.pc \
file://firefox-xpcom.pc \
file://nspr.pc \