diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-20 14:31:13 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-28 10:47:04 -0300 |
| commit | 53242713da6ae01f2b1f7e674b00517390fe2bcb (patch) | |
| tree | 7a4d200f124d0cd6808130da12a13d8c2216a01b /recipes-qt/packagegroups | |
| parent | cee2a75ad66080a1b8694238ee5cfe2570225e4d (diff) | |
| download | meta-qt5-53242713da6ae01f2b1f7e674b00517390fe2bcb.tar.gz | |
packagegroup-qt5-qtcreator-debug: Add package group
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@ossystems.com.br>
Tested-by: Giulian Vivan <giulian@ossystems.com.br>
Diffstat (limited to 'recipes-qt/packagegroups')
| -rw-r--r-- | recipes-qt/packagegroups/packagegroup-qt5-qtcreator-debug.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 00000000..b34dbffa --- /dev/null +++ b/recipes-qt/packagegroups/packagegroup-qt5-qtcreator-debug.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Copyright (C) 2014 O.S. Systems Software LTDA. | ||
| 2 | |||
| 3 | SUMMARY = "Remote debugging tools for QtCreator integration" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | |||
| 6 | inherit packagegroup | ||
| 7 | |||
| 8 | # Override by distro if needed | ||
| 9 | VIRTUAL-RUNTIME_qtcreator-debug-ssh-daemon ?= "openssh-sshd" | ||
| 10 | |||
| 11 | RDEPENDS_${PN} = " \ | ||
| 12 | gdbserver \ | ||
| 13 | ${VIRTUAL-RUNTIME_qtcreator-debug-ssh-daemon} \ | ||
| 14 | openssh-sftp-server \ | ||
| 15 | qtdeclarative-plugins \ | ||
| 16 | " | ||
