summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-08-16 21:40:16 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-08-18 19:06:49 -0300
commit90c89997386866bd5ffbbe78467cd23f39d3b901 (patch)
treebd03d58b0f00c6fc9780be4eb68bd8f17da20899
parent0037aa10c039247fbf6acbd2f2c6c0d7fb7c8e42 (diff)
firefox: Update download server
The ftp mirror currently seems not to work, change to the download server recommended here: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Downloading_Source_Archives Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-mozilla/firefox/firefox_10.0.11esr.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-mozilla/firefox/firefox_10.0.11esr.bb b/recipes-mozilla/firefox/firefox_10.0.11esr.bb
index f89da58..e07555b 100644
--- a/recipes-mozilla/firefox/firefox_10.0.11esr.bb
+++ b/recipes-mozilla/firefox/firefox_10.0.11esr.bb
@@ -7,7 +7,7 @@ DEPENDS += "alsa-lib curl startup-notification libevent cairo libnotify libvpx v
LICENSE = "MPLv1 | GPLv2+ | LGPLv2.1+"
LIC_FILES_CHKSUM = "file://toolkit/content/license.html;endline=39;md5=9cb02f27e77e702043b827c9418bfbf8"
-SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}.source.tar.bz2;name=archive \
+SRC_URI = "https://archive.mozilla.org/pub/firefox/releases/${PV}/source/firefox-${PV}.source.tar.bz2;name=archive \
file://mozilla-${BPN}.png \
file://mozilla-${BPN}.desktop \
file://fixes/Allow-.js-preference-files-to-set-locked-prefs-with-.patch \