diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-12-06 12:20:20 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-12-06 12:20:20 +0000 |
commit | 9b79a6c8c464f07b585bb42dd3d4e12be8c6f1eb (patch) | |
tree | eefe7f261772bb7e62a4fa523ea71b51aeb79d3a | |
parent | 69af5c3889e0ebe7ee5c4921cab5cf8c4e3a09dd (diff) | |
parent | f1619dffc8727fdd69f259bac4c82119d9c45bb7 (diff) |
merge of '603c8ef5e6749172e5aa6e43bec74c93211b8682'
and 'a0498b1070ee87d8aa57c6ebb87c6bb5b8b8a2f8'
-rw-r--r-- | packages/mozilla/firefox_2.0.0.3.bb | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/packages/mozilla/firefox_2.0.0.3.bb b/packages/mozilla/firefox_2.0.0.3.bb index 240ccf3fc2..e1fb5a996d 100644 --- a/packages/mozilla/firefox_2.0.0.3.bb +++ b/packages/mozilla/firefox_2.0.0.3.bb @@ -1,20 +1,22 @@ +DEPENDS += "cairo" PR = "r3" + SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \ file://xptcstubs.patch;patch=1 \ file://no-xmb.patch;patch=1 \ file://jsautocfg.h \ file://extensions-hack.patch;patch=1 \ - file://security-cross.patch;patch=1 \ - file://jsautocfg-dontoverwrite.patch;patch=1 \ - file://xptcinvoke-arm.patch;patch=1 \ - file://eabi-fix.patch;patch=1 \ - file://eabi-fix2.patch;patch=1 \ - file://eabi-fix3.patch;patch=1 \ - file://linkage-problem.patch;patch=1 \ + file://security-cross.patch;patch=1 \ + file://jsautocfg-dontoverwrite.patch;patch=1 \ + file://xptcinvoke-arm.patch;patch=1 \ + file://eabi-fix.patch;patch=1 \ + file://eabi-fix2.patch;patch=1 \ + file://eabi-fix3.patch;patch=1 \ + file://linkage-problem.patch;patch=1 \ " -DEPENDS += "cairo" S = "${WORKDIR}/mozilla" + DEFAULT_PREFERENCE = "-1" inherit mozilla |