[oe-commits] Armin Kuster : dialog: update SRC_URI

git at git.openembedded.org git at git.openembedded.org
Fri May 1 14:54:11 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: e78eff7a5d7d40d28e15fc0a7b0bbfb2c23f9ae1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e78eff7a5d7d40d28e15fc0a7b0bbfb2c23f9ae1

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Sat Apr  4 21:23:08 2015 -0700

dialog: update SRC_URI

ftp host seems to be down.

WARNING: Failed to fetch URL ftp://invisible-island.net/dialog/dialog-1.1-20120706.tgz, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
ERROR: Function failed: Fetcher failure for URL: 'ftp://invisible-island.net/dialog/dialog-1.1-20120706.tgz'. Unable to fetch URL from any source.

Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 meta-oe/recipes-extended/dialog/dialog.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-oe/recipes-extended/dialog/dialog.inc b/meta-oe/recipes-extended/dialog/dialog.inc
index 1a6e8c5..33fa24a 100644
--- a/meta-oe/recipes-extended/dialog/dialog.inc
+++ b/meta-oe/recipes-extended/dialog/dialog.inc
@@ -8,8 +8,7 @@ DEPENDS = "ncurses"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
-SRC_URI = "ftp://invisible-island.net/dialog/dialog-${PV}.tgz \
-          "
+SRC_URI = "http://invisible-mirror.net/archives/dialog/dialog-${PV}.tgz"
 
 # hardcoded here for use in dialog-static recipe
 S = "${WORKDIR}/dialog-${PV}"



More information about the Openembedded-commits mailing list