[oe] [PATCH] Fix typo in ctcs that causes build failure

philby john pjohn at mvista.com
Thu Jan 5 12:53:04 UTC 2012


From: Philby John <pjohn at mvista.com>
Date: Thu, 5 Jan 2012 18:01:11 +0530
Subject: [PATCH] Fix typo in ctcs that causes build failure

RDEPENDS includes a line perl-module-tcntl, which is
clearly a typo for perl-module-fcntl, without which
you get a build failure.

Signed-off-by: Philby John <pjohn at mvista.com>
---
 recipes/ctorrent/ctcs_1.4.1.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/ctorrent/ctcs_1.4.1.bb b/recipes/ctorrent/ctcs_1.4.1.bb
index afaee6f..8680b0c 100644
--- a/recipes/ctorrent/ctcs_1.4.1.bb
+++ b/recipes/ctorrent/ctcs_1.4.1.bb
@@ -1,10 +1,11 @@
 require ctorrent.inc
 
 DESCRIPTION += "This is the controller of the enhanced version"
-RDEPENDS_${PN} = "perl perl-module-strict perl-module-socket perl-module-tcntl \
+RDEPENDS_${PN} = "perl perl-module-strict perl-module-socket perl-module-fcntl \
             perl-module-errno perl-module-sys-hostname"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/dtorrent/ctcs-${PV}.tar.gz"
+PR="r1"
 
 do_install () {
   install -d ${D}/usr/bin
-- 
1.6.3.3.338.ge89ce








More information about the Openembedded-devel mailing list