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

git at git.openembedded.org git at git.openembedded.org
Tue Aug 18 10:44:18 UTC 2015


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

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

ckermit: update SRC_URI

it seems ftp does not work. changing to http.

WARNING: Failed to fetch URL ftp://ftp.kermitproject.org/kermit/archives/cku302.tar.gz;subdir=ckermit-302, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.kermitproject.org/kermit/archives/cku302.tar.gz;subdir=ckermit-302'. Unable to fetch URL from any source.

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

---

 meta-oe/recipes-support/ckermit/ckermit_302.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/ckermit/ckermit_302.bb b/meta-oe/recipes-support/ckermit/ckermit_302.bb
index 32a6c03..9c561a2 100644
--- a/meta-oe/recipes-support/ckermit/ckermit_302.bb
+++ b/meta-oe/recipes-support/ckermit/ckermit_302.bb
@@ -3,12 +3,12 @@ software package offering a consistent, medium-independent, \
 cross-platform approach to connection establishment, terminal \
 sessions, file transfer, character-set translation, and automation \
 of communication tasks."
-HOMEPAGE = "http://www.columbia.edu/kermit/"
+HOMEPAGE = "www.kermitproject.org/ck90.html"
 SECTION = "console/network"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING.TXT;md5=932ca542d6c6cb8a59a0bcd76ab67cc3"
 
-SRC_URI = "ftp://ftp.kermitproject.org/kermit/archives/cku${PV}.tar.gz;subdir=${BPN}-${PV}"
+SRC_URI = "http://www.kermitproject.org/ftp/kermit/archives/cku${PV}.tar.gz;subdir=${BPN}-${PV}"
 SRC_URI[md5sum] = "eac4dbf18b45775e4cdee5a7c74762b0"
 SRC_URI[sha256sum] = "0d5f2cd12bdab9401b4c836854ebbf241675051875557783c332a6a40dac0711"
 



More information about the Openembedded-commits mailing list