[meta-freescale] [meta-fsl-demos][PATCH v2] packagegroup-fsl-tools-testapps: Add XWayland support

Tom Hochstein tom.hochstein at nxp.com
Mon Jun 6 08:49:49 PDT 2016


Include weston-examples and clutter-1.0-examples if
distro features includes x11 and wayland. Don't include
weston since that is brought in by the image recipe.

Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
---
 recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
index 5dfb883..907bf3d 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Freescale Semiconductor
+# Copyright (C) 2012-2014, 2016 Freescale Semiconductor
 # Copyright (C) 2015, 2016 O.S. Systems Software LTDA.
 # Released under the MIT license (see COPYING.MIT for the terms)
 
@@ -36,10 +36,9 @@ RDEPENDS_${PN} = " \
     ethtool \
     mtd-utils \
     mtd-utils-ubifs \
-    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+3-demo', \
-                      bb.utils.contains('DISTRO_FEATURES', 'wayland', \
-                                    'weston weston-examples \
-                                     clutter-1.0-examples', '', d), d)} \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+3-demo', '', d)} \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', \
+                         'weston-examples clutter-1.0-examples', '', d)} \
     ${SOC_TOOLS_TEST} \
 "
 
-- 
1.9.1



More information about the meta-freescale mailing list