task-poky-tools: add rsync in target image

rsync is needed by debugging using SDK, add it as dependency
of task-poky-tools-debug, this fixes [BUGID #345]

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He 2010-09-25 16:28:19 +08:00 committed by Saul Wold
parent 0f55d28a4d
commit 998a8316a2
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
DESCRIPTION = "Tools tasks for Poky"
LICENSE = "MIT"
PR = "r6"
PR = "r7"
PACKAGES = "\
task-poky-tools-debug \
@ -32,6 +32,7 @@ RDEPENDS_task-poky-tools-debug = "\
gdb \
gdbserver \
tcf-agent \
rsync \
strace"
RDEPENDS_task-poky-tools-profile = "\