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

Khem Raj raj.khem at gmail.com
Thu Jan 5 18:10:54 UTC 2012


On Thu, Jan 5, 2012 at 4:50 AM, philby john <pjohn at mvista.com> wrote:
> From 19e675f8b24ae482b8c281ef8c32ef192894e4a1 Mon Sep 17 00:00:00 2001
> 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>

can you submit this as a pull request against 2011.03 maintenance branch ?

> ---
>  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