From: Scott Garman Date: Sun, 13 Mar 2011 06:54:30 +0000 (-0800) Subject: task-poky-ssh-openssh: new task recipe for openssh ssh X-Git-Tag: 2011-1~2059 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=23bfd4e65d6ad79198a189df4ba08794e7dc2614;p=openembedded-core.git task-poky-ssh-openssh: new task recipe for openssh ssh This task can be used when IMAGE_FEATURES is set to ssh-server-openssh. Signed-off-by: Scott Garman --- diff --git a/meta/recipes-core/tasks/task-poky-ssh-openssh.bb b/meta/recipes-core/tasks/task-poky-ssh-openssh.bb new file mode 100644 index 0000000000..8df5d9bf9c --- /dev/null +++ b/meta/recipes-core/tasks/task-poky-ssh-openssh.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "OpenSSH SSH task for Poky" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +PR = "r0" + +PACKAGES = "\ + task-poky-ssh-openssh \ + task-poky-ssh-openssh-dbg \ + task-poky-ssh-openssh-dev \ + " + +ALLOW_EMPTY = "1" + +RDEPENDS_task-poky-ssh-openssh = "openssh" +RDEPENDS_task-poky-ssh-openssh-dbg = "openssh-dbg" +RDEPENDS_task-poky-ssh-openssh-dev = "openssh-dev"