mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
(From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
17
meta/recipes-core/tasks/task-core-ssh-openssh.bb
Normal file
17
meta/recipes-core/tasks/task-core-ssh-openssh.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION = "OpenSSH SSH task for Poky"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
PR = "r0"
|
||||
|
||||
PACKAGES = "\
|
||||
task-core-ssh-openssh \
|
||||
task-core-ssh-openssh-dbg \
|
||||
task-core-ssh-openssh-dev \
|
||||
"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
RDEPENDS_task-core-ssh-openssh = "openssh"
|
||||
RDEPENDS_task-core-ssh-openssh-dbg = "openssh-dbg"
|
||||
RDEPENDS_task-core-ssh-openssh-dev = "openssh-dev"
|
||||
Reference in New Issue
Block a user