* Update package group so that it applies to both Qt 4 and Qt 5.

Signed-off-by: Franklin S. Cooper Jr <[email protected]>
---
 .../packagegroup-arago-tisdk-qt-sdk-host.bb        |   22 ++++++++++++++++++++
 .../packagegroup-arago-tisdk-qte-sdk-host.bb       |   16 --------------
 2 files changed, 22 insertions(+), 16 deletions(-)
 create mode 100644 
meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qt-sdk-host.bb
 delete mode 100644 
meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte-sdk-host.bb

diff --git 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qt-sdk-host.bb
 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qt-sdk-host.bb
new file mode 100644
index 0000000..936f463
--- /dev/null
+++ 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qt-sdk-host.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Task to add Qt embedded related sources into the sdk"
+LICENSE = "MIT"
+PR = "r0"
+
+inherit packagegroup
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+QT4_DEMOS_SRC = "\
+     ${@base_conditional('ARAGO_QT_PROVIDER', 'qt4-embedded-gles', 
'quick-playground-src', '', d)} \
+"
+
+QT5_DEMOS_SRC = ""
+
+QT_DEMOS = "\
+    qt-tstat-src \
+    ${@base_conditional('QT_PROVIDER', 'qt5', '${QT5_DEMOS_SRC}', 
'${QT4_DEMOS_SRC}', d)} \
+"
+
+RDEPENDS_${PN} = "\
+    ${QT_DEMOS} \
+"
diff --git 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte-sdk-host.bb
 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte-sdk-host.bb
deleted file mode 100644
index 4cb85fe..0000000
--- 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte-sdk-host.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Task to add Qt embedded related sources into the sdk"
-LICENSE = "MIT"
-PR = "r3"
-
-inherit packagegroup
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-QT_DEMOS = "\
-    qt-tstat-src \
-    ${@base_conditional('ARAGO_QT_PROVIDER', 'qt4-embedded-gles', 
'quick-playground-src', '', d)} \
-"
-
-RDEPENDS_${PN} = "\
-    ${QT_DEMOS} \
-"
-- 
1.7.0.4

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

Reply via email to