From patchwork Thu Jan 5 12:53:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Fix typo in ctcs that causes build failure Date: Thu, 05 Jan 2012 12:53:04 -0000 From: philby john X-Patchwork-Id: 18429 Message-Id: <1325767984.22038.4.camel@localhost.localdomain> To: openembedded-devel@lists.openembedded.org Cc: koen@openembedded.org, mwester@dls.net, hrw@openembedded.org From: Philby John 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 --- 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