diff options
-rw-r--r-- | meta-oe/recipes-support/ckermit/ckermit_302.bb | 4 |
1 files 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 32a6c03a9..9c561a2ac 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, \ | |||
3 | cross-platform approach to connection establishment, terminal \ | 3 | cross-platform approach to connection establishment, terminal \ |
4 | sessions, file transfer, character-set translation, and automation \ | 4 | sessions, file transfer, character-set translation, and automation \ |
5 | of communication tasks." | 5 | of communication tasks." |
6 | HOMEPAGE = "http://www.columbia.edu/kermit/" | 6 | HOMEPAGE = "www.kermitproject.org/ck90.html" |
7 | SECTION = "console/network" | 7 | SECTION = "console/network" |
8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://COPYING.TXT;md5=932ca542d6c6cb8a59a0bcd76ab67cc3" | 9 | LIC_FILES_CHKSUM = "file://COPYING.TXT;md5=932ca542d6c6cb8a59a0bcd76ab67cc3" |
10 | 10 | ||
11 | SRC_URI = "ftp://ftp.kermitproject.org/kermit/archives/cku${PV}.tar.gz;subdir=${BPN}-${PV}" | 11 | SRC_URI = "http://www.kermitproject.org/ftp/kermit/archives/cku${PV}.tar.gz;subdir=${BPN}-${PV}" |
12 | SRC_URI[md5sum] = "eac4dbf18b45775e4cdee5a7c74762b0" | 12 | SRC_URI[md5sum] = "eac4dbf18b45775e4cdee5a7c74762b0" |
13 | SRC_URI[sha256sum] = "0d5f2cd12bdab9401b4c836854ebbf241675051875557783c332a6a40dac0711" | 13 | SRC_URI[sha256sum] = "0d5f2cd12bdab9401b4c836854ebbf241675051875557783c332a6a40dac0711" |
14 | 14 | ||