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

Otavio Salvador otavio at ossystems.com.br
Thu Feb 27 18:12:20 UTC 2014


On Thu, Feb 27, 2014 at 3:04 PM, Khem Raj <raj.khem at gmail.com> wrote:
>
> On Feb 27, 2014, at 9:33 AM, Otavio Salvador <otavio at ossystems.com.br> wrote:
>
>> and how you think we can allow user to override it?
>
> there is -B option that can be passed to dropbear to let it accept
> blank passwords.

+++ b/recipes-qt/packagegroups/packagegroup-qt5-qtcreator-debug.bb
@@ -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 \
+"

Looks good?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750



More information about the Openembedded-devel mailing list