mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-10 16:15:42 +02:00
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>
This commit is contained in:
16
recipes-qt/packagegroups/packagegroup-qt5-qtcreator-debug.bb
Normal file
16
recipes-qt/packagegroups/packagegroup-qt5-qtcreator-debug.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright (C) 2014 O.S. Systems Software LTDA.
|
||||
|
||||
SUMMARY = "Remote debugging tools for QtCreator integration"
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
# Override by distro if needed
|
||||
VIRTUAL-RUNTIME_qtcreator-debug-ssh-daemon ?= "openssh-sshd"
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
gdbserver \
|
||||
${VIRTUAL-RUNTIME_qtcreator-debug-ssh-daemon} \
|
||||
openssh-sftp-server \
|
||||
qtdeclarative-plugins \
|
||||
"
|
||||
Reference in New Issue
Block a user