* Create package group that by default includes essential Qt 5 plugins.

Signed-off-by: Franklin S. Cooper Jr <[email protected]>
---
 .../packagegroups/packagegroup-arago-qt5.bb        |   33 ++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)
 create mode 100644 
meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qt5.bb

diff --git 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qt5.bb 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qt5.bb
new file mode 100644
index 0000000..57d9a6c
--- /dev/null
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qt5.bb
@@ -0,0 +1,33 @@
+DESCRIPTION = "Task to add Qt 5 embedded related packages"
+LICENSE = "MIT"
+PR = "r0"
+
+inherit packagegroup
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+QT_SGX_SUPPORT = "\
+    qt3d \
+    qt3d-qmlplugins \
+"
+
+RDEPENDS_${PN} = "\
+    qtbase \
+    qtbase-plugins \
+    qtbase-fonts \
+    qtbase-fonts-pfa \
+    qtbase-fonts-pfb \
+    qtbase-fonts-qpf \
+    qtbase-fonts-ttf-dejavu \
+    qtbase-fonts-ttf-vera \
+    qtwebkit-qmlplugins \
+    qtwebkit \
+    qtdeclarative \
+    qtdeclarative-qmlplugins \
+    qtjsbackend \
+    qtlocation \
+    qtsvg \
+    qtsvg-plugins \
+    ${@base_contains('MACHINE_FEATURES','sgx','${QT_SGX_SUPPORT}','',d)} \
+"
+
-- 
1.7.0.4

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

Reply via email to