[oe] [meta-qt5][PATCH v2 1/2] packagegroup-qt5-qtcreator-debug: Add package group

Otavio Salvador otavio at ossystems.com.br
Thu Feb 27 17:11:29 UTC 2014


This allow for easy installation of needed packages for remote
debugging using QtCreator. The qtdeclarative-plugins package provides
the needed infrastructure to remotely debug QML application.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Tested-by: Giulian Vivan <giulian at ossystems.com.br>
---
 .../packagegroups/packagegroup-qt5-qtcreator-debug.bb     |   13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 recipes-qt/packagegroups/packagegroup-qt5-qtcreator-debug.bb

diff --git a/recipes-qt/packagegroups/packagegroup-qt5-qtcreator-debug.bb b/recipes-qt/packagegroups/packagegroup-qt5-qtcreator-debug.bb
new file mode 100644
index 0000000..cb1518d
--- /dev/null
+++ b/recipes-qt/packagegroups/packagegroup-qt5-qtcreator-debug.bb
@@ -0,0 +1,13 @@
+# Copyright (C) 2014 O.S. Systems Software LTDA.
+
+SUMMARY = "Remote debugging tools for QtCreator integration"
+LICENSE = "MIT"
+
+inherit packagegroup
+
+RDEPENDS_${PN} = " \
+    gdbserver \
+    openssh \
+    openssh-sftp-server \
+    qtdeclarative-plugins \
+"
-- 
1.7.10.4




More information about the Openembedded-devel mailing list