mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-16 20:21:56 +02:00
This package is no longer created, it was also removed when moving to qt 5.8 with commit333949a823from packagegroup-qt5-toolchain-target.bb. As the packagegroup was added for a target providing cross-debugging services for qtcreator (commit53242713da) and maybe the package parent qtdeclarative is still needed, add that one instead. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
380 B
BlitzBasic
17 lines
380 B
BlitzBasic
# 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 \
|
|
"
|