All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] packagegroup-arago-base-tisdk: Make psplash conditional with splash feature
@ 2015-02-10 16:01 Sam Nelson
  2015-02-10 16:16 ` Denys Dmytriyenko
  2015-02-10 16:16 ` Cooper Jr., Franklin
  0 siblings, 2 replies; 9+ messages in thread
From: Sam Nelson @ 2015-02-10 16:01 UTC (permalink / raw)
  To: meta-arago

- 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)} \
     arago-gpl-notice \
     arago-feed-config \
     nfs-utils-client \
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-02-10 19:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.