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:54:31 +0000 |
commit | 6b088d6d62a366ff9c7c91f7ca9e746aebf54170 (patch) | |
tree | de45bc15d5f562e19ff0561db6d4166d11a87e31 /meta/recipes-core/tasks | |
parent | 0c62497cacb362ec402d3f2c5220514f79d3a565 (diff) | |
download | poky-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.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 @@ | |||
1 | DESCRIPTION = "OpenSSH SSH task for Poky" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
4 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
5 | PR = "r0" | ||
6 | |||
7 | PACKAGES = "\ | ||
8 | task-poky-ssh-openssh \ | ||
9 | task-poky-ssh-openssh-dbg \ | ||
10 | task-poky-ssh-openssh-dev \ | ||
11 | " | ||
12 | |||
13 | ALLOW_EMPTY = "1" | ||
14 | |||
15 | RDEPENDS_task-poky-ssh-openssh = "openssh" | ||
16 | RDEPENDS_task-poky-ssh-openssh-dbg = "openssh-dbg" | ||
17 | RDEPENDS_task-poky-ssh-openssh-dev = "openssh-dev" | ||