diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ctorrent/ctcs_1.4.1.bb | 5 |
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" |