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 <[email protected]> --- 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 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
