[oe] [meta-browser][PATCH 2/8] firefox-l10n: Update download server

Max Krummenacher max.oss.09 at gmail.com
Sun Aug 16 19:40:17 UTC 2015


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 at gmail.com>
---
 recipes-mozilla/firefox-l10n/firefox-l10n.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-mozilla/firefox-l10n/firefox-l10n.inc b/recipes-mozilla/firefox-l10n/firefox-l10n.inc
index 7b252a2..3090ef9 100644
--- a/recipes-mozilla/firefox-l10n/firefox-l10n.inc
+++ b/recipes-mozilla/firefox-l10n/firefox-l10n.inc
@@ -16,7 +16,7 @@ PR = "r3"
 # Mangle place where to store the file
 DL_DIR_append = "/${PN}-${PV}"
 
-SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/mozilla.org/firefox/releases/${PV}/linux-i686/xpi/${LANGUAGE}.xpi"
+SRC_URI = "https://archive.mozilla.org/pub/firefox/releases/${PV}/linux-i686/xpi/${LANGUAGE}.xpi"
 S = "${WORKDIR}"
 
 inherit allarch
-- 
1.8.4.5




More information about the Openembedded-devel mailing list