aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-04 21:32:18 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-11 10:59:38 +0200
commit32fa0f8fe2cb7f0c133be44a980a917275bb6724 (patch)
treeb65598afbd7883713876bc8e89cdb428f840b0b3 /meta-oe/recipes-graphics/xorg-app
parentfdfc90b76afa9fbb1fa99fdc0ab714a33076df09 (diff)
downloadmeta-openembedded-contrib-32fa0f8fe2cb7f0c133be44a980a917275bb6724.tar.gz
xterm: fix issue with SRC_URI
ftp server not responding. WARNING: Failed to fetch URL ftp://invisible-island.net/xterm/xterm-303.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/xterm/xterm-303.tgz'. Unable to fetch URL from any source. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_303.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_303.bb b/meta-oe/recipes-graphics/xorg-app/xterm_303.bb
index fad07d9ffc..cac40c9050 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_303.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_303.bb
@@ -4,7 +4,7 @@ DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51"
-SRC_URI = "ftp://invisible-island.net/xterm/${BP}.tgz"
+SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
SRC_URI[md5sum] = "48f6d49b2b6b6933d501d767cbed9254"
SRC_URI[sha256sum] = "8af29987bda9b77205ebf6233aaa5c347e5f2407310b62ac9ba92a658257f058"