mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
71ad0d6c15
commit
d320e92320
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user