[meta-freescale] [meta-fsl-demos][PATCH] packagegroup-fsl: Make v4l-utils conditional on X11

Eric Nelson eric.nelson at boundarydevices.com
Sun Oct 27 09:36:04 PDT 2013


v4l-utils will pull in X11 if included, and this patch
allows it to be skipped.

Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com>
---
 recipes-fsl/packagegroup/packagegroup-fsl.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-fsl/packagegroup/packagegroup-fsl.bb b/recipes-fsl/packagegroup/packagegroup-fsl.bb
index da931d6..80ce5a4 100644
--- a/recipes-fsl/packagegroup/packagegroup-fsl.bb
+++ b/recipes-fsl/packagegroup/packagegroup-fsl.bb
@@ -62,7 +62,7 @@ RDEPENDS_${PN}-tools-testapps = " \
     python-subprocess \
     python-datetime \
     python-json \
-    v4l-utils \
+    ${@base_contains('DISTRO_FEATURES', 'x11', 'v4l-utils', '', d)} \
     ethtool \
     mtd-utils \
     mtd-utils-ubifs \
-- 
1.8.1.2




More information about the meta-freescale mailing list