diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-17 03:06:26 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-17 14:17:41 +0100 |
commit | c28e4e27e520e022dad8a61b5bdc3192b9178ceb (patch) | |
tree | 08eae0215556d78ad6631edcbcd521615b2d8931 /recipes/mozilla/firefox_3.5.2.bb | |
parent | 82b3ed5a6934139a378f008e4d0c5b0f0554f3c2 (diff) |
firefox: looks like the Mozilla project moved from serving source over http to ftp. Fix SRC_URI and checksums.ini
Diffstat (limited to 'recipes/mozilla/firefox_3.5.2.bb')
-rw-r--r-- | recipes/mozilla/firefox_3.5.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mozilla/firefox_3.5.2.bb b/recipes/mozilla/firefox_3.5.2.bb index 75f29408b8..f126f13763 100644 --- a/recipes/mozilla/firefox_3.5.2.bb +++ b/recipes/mozilla/firefox_3.5.2.bb @@ -1,7 +1,7 @@ DEPENDS += "cairo" PR = "r2" -SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \ +SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \ file://jsautocfg.h \ file://security-cross.patch;patch=1 \ file://jsautocfg-dontoverwrite.patch;patch=1 \ |