task-poky-ssh-openssh: new task recipe for openssh ssh

This task can be used when IMAGE_FEATURES is set to
ssh-server-openssh.

(From OE-Core rev: 23bfd4e65d6ad79198a189df4ba08794e7dc2614)

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Garman 2011-03-12 22:54:30 -08:00 committed by Richard Purdie
parent 0c62497cac
commit 6b088d6d62
1 changed files with 17 additions and 0 deletions

View File

@ -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"