All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Sam Nelson <sam.nelson@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] packagegroup-arago-base-tisdk: Make psplash conditional with splash feature
Date: Tue, 10 Feb 2015 11:16:04 -0500	[thread overview]
Message-ID: <20150210161603.GD13231@edge> (raw)
In-Reply-To: <1423584075-30606-1-git-send-email-sam.nelson@ti.com>

On Tue, Feb 10, 2015 at 11:01:15AM -0500, Sam Nelson wrote:
> - This is meant to avoid error message with headless distribution
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
>  .../packagegroups/packagegroup-arago-base-tisdk.bb |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
> index 7652622..7b71aa4 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Additional packages beyond console packages shared by TI SDKs"
>  LICENSE = "MIT"
> -PR = "r15"
> +PR = "r16"
>  
>  inherit packagegroup
>  
> @@ -12,7 +12,7 @@ RDEPENDS_${PN} = "\
>      libpcre \
>      iptables \
>      iperf \
> -    psplash \
> +    ${@base_contains('DISTRO_FEATURES', 'splash', 'psplash', '',d)} \

There's no "splash" in DISTRO_FEATURES. There is one in IMAGE_FEATURES though, 
which we don't use, but probably should.


>      arago-gpl-notice \
>      arago-feed-config \
>      nfs-utils-client \
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2015-02-10 16:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-10 16:01 [PATCH] packagegroup-arago-base-tisdk: Make psplash conditional with splash feature Sam Nelson
2015-02-10 16:16 ` Denys Dmytriyenko [this message]
2015-02-10 16:20   ` Nelson, Sam
2015-02-10 16:16 ` Cooper Jr., Franklin
2015-02-10 16:30   ` Nelson, Sam
2015-02-10 16:36     ` Denys Dmytriyenko
2015-02-10 16:43       ` Nelson, Sam
2015-02-10 17:37         ` Cooper Jr., Franklin
2015-02-10 19:23         ` Denys Dmytriyenko

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=20150210161603.GD13231@edge \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    --cc=sam.nelson@ti.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.