diff options
author | Qing He <qing.he@intel.com> | 2010-09-25 16:28:19 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-27 08:59:16 -0700 |
commit | 998a8316a2928e06eb29d61dea745b9983ffb14a (patch) | |
tree | c03fb1b89d6ad947f833835f4d120bcf2d222055 /meta/recipes-core | |
parent | 0f55d28a4d1f425343eb5aeae3eb7ffb3efd266a (diff) | |
download | poky-998a8316a2928e06eb29d61dea745b9983ffb14a.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/tasks/task-poky-tools.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/tasks/task-poky-tools.bb b/meta/recipes-core/tasks/task-poky-tools.bb index e5d4200eb1..9181941bf7 100644 --- a/meta/recipes-core/tasks/task-poky-tools.bb +++ b/meta/recipes-core/tasks/task-poky-tools.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | DESCRIPTION = "Tools tasks for Poky" | 5 | DESCRIPTION = "Tools tasks for Poky" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | PR = "r6" | 7 | PR = "r7" |
8 | 8 | ||
9 | PACKAGES = "\ | 9 | PACKAGES = "\ |
10 | task-poky-tools-debug \ | 10 | task-poky-tools-debug \ |
@@ -32,6 +32,7 @@ RDEPENDS_task-poky-tools-debug = "\ | |||
32 | gdb \ | 32 | gdb \ |
33 | gdbserver \ | 33 | gdbserver \ |
34 | tcf-agent \ | 34 | tcf-agent \ |
35 | rsync \ | ||
35 | strace" | 36 | strace" |
36 | 37 | ||
37 | RDEPENDS_task-poky-tools-profile = "\ | 38 | RDEPENDS_task-poky-tools-profile = "\ |