aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ctorrent
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-13 15:19:16 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-13 15:54:33 +0200
commit58f130da41638f94295016d90bffb983bd775cae (patch)
tree14afdbc2b03772b11c29df9bd8ca3d7c509c5c4e /recipes/ctorrent
parent9c2cec0b16f6fa2f2acc63e9c343ae779b394827 (diff)
downloadopenembedded-58f130da41638f94295016d90bffb983bd775cae.tar.gz
ctcs_1.4.1: missing quote in DESCRIPTION, add checksum
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/ctorrent')
-rw-r--r--recipes/ctorrent/ctcs_1.4.1.bb5
1 files changed, 4 insertions, 1 deletions
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"