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.0.8.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.0.8.bb')
-rw-r--r-- | recipes/mozilla/firefox_3.0.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mozilla/firefox_3.0.8.bb b/recipes/mozilla/firefox_3.0.8.bb index fceed37542..541a542c92 100644 --- a/recipes/mozilla/firefox_3.0.8.bb +++ b/recipes/mozilla/firefox_3.0.8.bb @@ -5,7 +5,7 @@ PR = "r1" # /OE/angstrom-dev/cross/armv7a/lib/gcc/arm-angstrom-linux-gnueabi/4.3.1/../../../../arm-angstrom-linux-gnueabi/bin/ld: ERROR: mozilla-xremote-client.o: Conflicting definitions of wchar_t DEFAULT_PREFERENCE = "-1" -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 \ |