summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-03-12 22:54:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-16 13:54:31 +0000
commit6b088d6d62a366ff9c7c91f7ca9e746aebf54170 (patch)
treede45bc15d5f562e19ff0561db6d4166d11a87e31 /meta/recipes-core/tasks
parent0c62497cacb362ec402d3f2c5220514f79d3a565 (diff)
downloadpoky-6b088d6d62a366ff9c7c91f7ca9e746aebf54170.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/tasks')
-rw-r--r--meta/recipes-core/tasks/task-poky-ssh-openssh.bb17
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 @@
1DESCRIPTION = "OpenSSH SSH task for Poky"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
4 file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PR = "r0"
6
7PACKAGES = "\
8 task-poky-ssh-openssh \
9 task-poky-ssh-openssh-dbg \
10 task-poky-ssh-openssh-dev \
11 "
12
13ALLOW_EMPTY = "1"
14
15RDEPENDS_task-poky-ssh-openssh = "openssh"
16RDEPENDS_task-poky-ssh-openssh-dbg = "openssh-dbg"
17RDEPENDS_task-poky-ssh-openssh-dev = "openssh-dev"