[yocto] [meta-qt4][PATCH] packagegroup-core-qt4e.bb: mv tslib from rdepends to rrecommends

Max Krummenacher max.oss.09 at gmail.com
Sun Oct 23 06:07:08 PDT 2016


Commit c4671873af5ab6c7d15ca397538f154c11c3486e made the build of tslib a
PACKAGECONFIG. By default tslib components are not built.

Thus a build for a machine with  "MACHINE_FEATURES" "touchscreen"
fails for missing tslib components.

Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
---
Alternatively or additionally one could change the default PACKAGECONFIG
in qt4-embedded.inc conditionally on MACHINE_FEATURES. If that is prefered
I could create a patch.

Max

 recipes-qt4/packagegroups/packagegroup-core-qt4e.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt4/packagegroups/packagegroup-core-qt4e.bb b/recipes-qt4/packagegroups/packagegroup-core-qt4e.bb
index 588e99b..86646e9 100644
--- a/recipes-qt4/packagegroups/packagegroup-core-qt4e.bb
+++ b/recipes-qt4/packagegroups/packagegroup-core-qt4e.bb
@@ -37,7 +37,6 @@ RDEPENDS_${PN} = " \
 	qt4-embedded-plugin-imageformat-tiff \
 	qt4-embedded-plugin-script-dbus \
 	qt4-embedded-plugin-sqldriver-sqlite \
-	${TOUCH} \
         qt4-embedded-demos \
         qt4-embedded-examples \
         qt-demo-init \
@@ -47,5 +46,6 @@ RDEPENDS_${PN} = " \
 RRECOMMENDS_${PN} = " \
 	libqt-embeddedxmlpatterns4 \
 	qt4-embedded-plugin-phonon-backend-gstreamer \
+	${TOUCH} \
 "
 
-- 
2.5.5




More information about the yocto mailing list