[poky] [PATCH 3/7] task-poky-ssh-openssh: new task recipe for openssh ssh
Koen Kooi
koen at dominion.thruhere.net
Wed Mar 16 01:14:25 PDT 2011
Op 16 mrt 2011, om 00:12 heeft Scott Garman het volgende geschreven:
> From: Scott Garman <scott.a.garman at intel.com>
>
> This task can be used when IMAGE_FEATURES is set to
> ssh-server-openssh.
>
> Signed-off-by: Scott Garman <scott.a.garman at intel.com>
> ---
> meta/recipes-core/tasks/task-poky-ssh-openssh.bb | 17 +++++++++++++++++
> 1 files changed, 17 insertions(+), 0 deletions(-)
> create mode 100644 meta/recipes-core/tasks/task-poky-ssh-openssh.bb
>
> 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 0000000..8df5d9b
> --- /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"
As with the other patches, 'inherit task'
More information about the poky
mailing list