diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-07-03 12:43:31 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-03 14:55:01 +0100 |
commit | b634676b29d1fa8191ba76f6a8a57421ccca1b51 (patch) | |
tree | 813784931663a1adbd1e8875f04997aefc4bbba1 /meta/recipes-core | |
parent | 286b2666dc109ef467ea040be8abc0039d53ace6 (diff) | |
download | poky-b634676b29d1fa8191ba76f6a8a57421ccca1b51.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/tasks/task-core-tools-debug.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/tasks/task-core-tools-debug.bb b/meta/recipes-core/tasks/task-core-tools-debug.bb index 1dddbb8379..b7eff21622 100644 --- a/meta/recipes-core/tasks/task-core-tools-debug.bb +++ b/meta/recipes-core/tasks/task-core-tools-debug.bb | |||
@@ -13,6 +13,8 @@ PACKAGES = "\ | |||
13 | ${PN}-dev \ | 13 | ${PN}-dev \ |
14 | " | 14 | " |
15 | 15 | ||
16 | PR = "r1" | ||
17 | |||
16 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
17 | 19 | ||
18 | ALLOW_EMPTY = "1" | 20 | ALLOW_EMPTY = "1" |
@@ -24,6 +26,7 @@ RDEPENDS_${PN} = "\ | |||
24 | gdb \ | 26 | gdb \ |
25 | gdbserver \ | 27 | gdbserver \ |
26 | tcf-agent \ | 28 | tcf-agent \ |
29 | openssh-sftp-server \ | ||
27 | rsync \ | 30 | rsync \ |
28 | strace \ | 31 | strace \ |
29 | ${MTRACE} \ | 32 | ${MTRACE} \ |