Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] task-proper-tools.bb: Exclude some packages if DISTRO_FEATURES lacks ipv6.
Date: Sat, 11 Dec 2010 02:14:15 -0800	[thread overview]
Message-ID: <20101211101415.GA10409@gmail.com> (raw)
In-Reply-To: <4CF6EB6D.8080404@gmail.com>

On (02/12/10 11:12), Graham Gower wrote:
> From 3fa2634efe81e5d711a423497e3b76a66a821766 Mon Sep 17 00:00:00 2001
> From: Graham Gower <graham.gower@gmail.com>
> Date: Thu, 2 Dec 2010 11:10:47 +1030
> Subject: [PATCH] task-proper-tools.bb: Exclude some packages if DISTRO_FEATURES lacks ipv6.
> 
> 
> Signed-off-by: Graham Gower <graham.gower@gmail.com>

Acked-by: Khem Raj <raj.khem@gmail.com>

> ---
>  recipes/tasks/task-proper-tools.bb |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes/tasks/task-proper-tools.bb b/recipes/tasks/task-proper-tools.bb
> index 5162749..bda774c 100644
> --- a/recipes/tasks/task-proper-tools.bb
> +++ b/recipes/tasks/task-proper-tools.bb
> @@ -1,5 +1,5 @@
>  DESCRIPTION = "Full versions of tools provided by busybox"
> -PR = "r15"
> +PR = "r16"
>  
>  inherit task
>  
> @@ -21,9 +21,9 @@ RDEPENDS_${PN} = "\
>  		grep \
>  		gzip \
>  		ifupdown \
> -		iproute2 \
> +		${@base_contains('DISTRO_FEATURES', 'ipv6', 'iproute2', '', d)} \
>  		iputils-arping \
> -		iputils-ping6 \
> +		${@base_contains('DISTRO_FEATURES', 'ipv6', 'iputils-ping6', '', d)} \
>  		iputils-ping \
>  		iputils \
>  		less \
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



      reply	other threads:[~2010-12-11 10:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-02  0:42 [PATCH] task-proper-tools.bb: Exclude some packages if DISTRO_FEATURES lacks ipv6 Graham Gower
2010-12-11 10:14 ` Khem Raj [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101211101415.GA10409@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox