From: "Franklin S. Cooper Jr" <[email protected]>

* Weston handles input so no reason to include both Weston and tslib.
* Having both can possibly cause issues or even hide issues.

Signed-off-by: Franklin S. Cooper Jr <[email protected]>
---
 .../packagegroups/packagegroup-arago-console.bb    |    4 ++--
 .../packagegroup-arago-standalone-sdk-target.bb    |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
index 8d65cac..f756d90 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Extended task to get more basic and console apps"
 LICENSE = "MIT"
-PR = "r6"
+PR = "r7"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -67,7 +67,7 @@ ARAGO_SDK_PREREQ = "\
 
 ARAGO_CONSOLE = "\
     ${ARAGO_ALSA_EXTRA} \
-    ${ARAGO_TSLIB} \
+    ${@base_conditional('DISTRO_FEATURES', 'weston', '', '${ARAGO_TSLIB}', d)} 
 \
     ${ARAGO_NCURSES} \
     ${ARAGO_FSTOOLS} \
     ${ARAGO_UTILS} \
diff --git 
a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
 
b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
index 687de9e..f3882d7 100644
--- 
a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
+++ 
b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Target packages for the standalone SDK"
-PR = "r5"
+PR = "r6"
 LICENSE = "MIT"
 
 inherit packagegroup
@@ -25,7 +25,7 @@ RDEPENDS_${PN} = "\
     libopkg-dev \
     libpng-dev \
     readline-dev \
-    tslib-dev \
+    ${@base_conditional('DISTRO_FEATURES', 'weston', '', 'tslib-dev', d)}  \
     libusb-compat-dev \
     libusb1-dev \
     zlib-dev \
-- 
1.7.9.5

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to