[oe-commits] Khem Raj : ckermit: Update recipe ckermit_301.bb -> ckermit_302.bb

git at git.openembedded.org git at git.openembedded.org
Wed Sep 24 15:23:44 UTC 2014


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Sep  4 00:51:57 2014 -0700

ckermit: Update recipe ckermit_301.bb -> ckermit_302.bb

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-support/ckermit/{ckermit_301.bb => ckermit_302.bb}   | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/ckermit/ckermit_301.bb b/meta-oe/recipes-support/ckermit/ckermit_302.bb
similarity index 90%
rename from meta-oe/recipes-support/ckermit/ckermit_301.bb
rename to meta-oe/recipes-support/ckermit/ckermit_302.bb
index b255f5e..32a6c03 100644
--- a/meta-oe/recipes-support/ckermit/ckermit_301.bb
+++ b/meta-oe/recipes-support/ckermit/ckermit_302.bb
@@ -7,7 +7,11 @@ HOMEPAGE = "http://www.columbia.edu/kermit/"
 SECTION = "console/network"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING.TXT;md5=932ca542d6c6cb8a59a0bcd76ab67cc3"
-SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz;subdir=${BPN}-${PV}"
+
+SRC_URI = "ftp://ftp.kermitproject.org/kermit/archives/cku${PV}.tar.gz;subdir=${BPN}-${PV}"
+SRC_URI[md5sum] = "eac4dbf18b45775e4cdee5a7c74762b0"
+SRC_URI[sha256sum] = "0d5f2cd12bdab9401b4c836854ebbf241675051875557783c332a6a40dac0711"
+
 
 export CC2 = "${CC}"
 export BINDIR = "${bindir}"
@@ -52,6 +56,3 @@ do_install () {
     rm ${D}${BINDIR}/kermit-sshsub
     (cd ${D}${BINDIR} && ln -s ${BINDIR}/kermit kermit-sshusb)
 }
-
-SRC_URI[md5sum] = "59e80f909edf305933af8e0348dcc5d7"
-SRC_URI[sha256sum] = "9793eb125f8936b079c6d7e5c3d2ff885cfedc07f9d2dd1e7db928e3029a211a"



More information about the Openembedded-commits mailing list