From 1a3d9a8ef47d0cc9d038ad218a42d5fadba106d2 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 4 Apr 2015 21:49:47 -0700 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/ckermit/ckermit_302.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-support/ckermit') diff --git a/meta-oe/recipes-support/ckermit/ckermit_302.bb b/meta-oe/recipes-support/ckermit/ckermit_302.bb index 32a6c03a97..9c561a2acc 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" -- cgit 1.2.3-korg