task-core-tools-debug: Added openssh-sftp-server.

[YOCTO #2605].
Added openssh-sftp-server to the tools-debug IMAGE_FEATURE.

(From OE-Core rev: a6b6df1350149c116050cb93c3c7b4802c709d31)

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Lianhao Lu 2012-07-03 12:43:31 +08:00 committed by Richard Purdie
parent 286b2666dc
commit b634676b29
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,8 @@ PACKAGES = "\
${PN}-dev \
"
PR = "r1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
ALLOW_EMPTY = "1"
@ -24,6 +26,7 @@ RDEPENDS_${PN} = "\
gdb \
gdbserver \
tcf-agent \
openssh-sftp-server \
rsync \
strace \
${MTRACE} \