[oe] [meta-qt5][PATCH] packagegroup-qt5-demos.bb: Includes some interesting Qt5 demos. This packagegroups puts together some interesting Qt5 demos making it easier to add them to an image.

Ann Thornton ann.thornton at nxp.com
Tue Sep 20 14:38:07 UTC 2016


Signed-off-by: Ann Thornton <ann.thornton at nxp.com>
---
 recipes-qt/packagegroups/packagegroup-qt5-demos.bb | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100755 recipes-qt/packagegroups/packagegroup-qt5-demos.bb

diff --git a/recipes-qt/packagegroups/packagegroup-qt5-demos.bb b/recipes-qt/packagegroups/packagegroup-qt5-demos.bb
new file mode 100755
index 0000000..436ba03
--- /dev/null
+++ b/recipes-qt/packagegroups/packagegroup-qt5-demos.bb
@@ -0,0 +1,22 @@
+# Copyright (C) 2014 Freescale Semiconductor
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "Package group for Qt5 demos"
+LICENSE = "MIT"
+
+inherit packagegroup
+
+RDEPENDS_${PN} += " \
+    qtbase-examples \
+    qtdeclarative-examples \
+    qt3d-examples \
+    qtsmarthome \
+    qt5ledscreen \
+    quitbattery \
+    qt5everywheredemo \ 
+    qt5nmapcarousedemo \
+    qt5nmapper \
+    cinematicexperience \
+    quitindicators \
+    qt5-demo-extrafiles \
+  "
-- 
1.9.1




More information about the Openembedded-devel mailing list