mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
packagegroup-self-hosted: add sftp server
Which is needed for integration with Eclispe plugin (From OE-Core rev: 57127ff6f42145bb1a200c8c3267158df637fbfd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e803ac0bee
commit
dadb3a7fa7
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
SUMMARY = "Self-hosting"
|
SUMMARY = "Self-hosting"
|
||||||
DESCRIPTION = "Packages required to run the build system"
|
DESCRIPTION = "Packages required to run the build system"
|
||||||
PR = "r12"
|
PR = "r13"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
@@ -131,6 +131,7 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
|
|||||||
nfs-utils \
|
nfs-utils \
|
||||||
nfs-utils-client \
|
nfs-utils-client \
|
||||||
openssl \
|
openssl \
|
||||||
|
openssh-sftp-server \
|
||||||
opkg \
|
opkg \
|
||||||
opkg-utils \
|
opkg-utils \
|
||||||
patch \
|
patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user