From 58f130da41638f94295016d90bffb983bd775cae Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 13 Apr 2010 15:19:16 +0200 Subject: ctcs_1.4.1: missing quote in DESCRIPTION, add checksum Signed-off-by: Martin Jansa --- recipes/ctorrent/ctcs_1.4.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes/ctorrent') diff --git a/recipes/ctorrent/ctcs_1.4.1.bb b/recipes/ctorrent/ctcs_1.4.1.bb index f56c283b35..db15287ccd 100644 --- a/recipes/ctorrent/ctcs_1.4.1.bb +++ b/recipes/ctorrent/ctcs_1.4.1.bb @@ -1,6 +1,6 @@ require ctorrent.inc -DESCRIPTION += This is the controller of the enhanced version" +DESCRIPTION += "This is the controller of the enhanced version" RDEPENDS = "perl perl-module-strict perl-module-socket perl-module-tcntl \ perl-module-errno perl-module-sys-hostname" @@ -10,3 +10,6 @@ do_install () { install -d ${D}/usr/bin install -m 0755 ${S}/ctcs ${D}/usr/bin/ } + +SRC_URI[md5sum] = "7dfe725e558eb75258a2199f2aa9fdbc" +SRC_URI[sha256sum] = "9614e88d07c6b128677d4d2638a4a05ae00812ec5157ae0788012abed3172355" -- cgit 1.2.3-korg