diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-03-12 22:54:30 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 13:43:15 +0000 |
commit | 23bfd4e65d6ad79198a189df4ba08794e7dc2614 (patch) | |
tree | 5d8bac548bc636b6a5ea597610aa0d8cc6e91abe | |
parent | 109dcd84ee1bd15103eb79e415e5404dfd5a2e03 (diff) | |
download | openembedded-core-23bfd4e65d6ad79198a189df4ba08794e7dc2614.tar.gz openembedded-core-23bfd4e65d6ad79198a189df4ba08794e7dc2614.tar.bz2 openembedded-core-23bfd4e65d6ad79198a189df4ba08794e7dc2614.zip |
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 <scott.a.garman@intel.com>
-rw-r--r-- | meta/recipes-core/tasks/task-poky-ssh-openssh.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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" |