> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Tuesday, February 10, 2015 11:16 AM
> To: Nelson, Sam
> Cc: [email protected]
> Subject: Re: [meta-arago] [PATCH] packagegroup-arago-base-tisdk: Make
> psplash conditional with splash feature
>
> 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 <[email protected]>
> > ---
> > .../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.
[Sam] Thanks. I will make it depend on IMAGE_FEATURES.
>
>
> > arago-gpl-notice \
> > arago-feed-config \
> > nfs-utils-client \
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > meta-arago mailing list
> > [email protected]
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago