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 | |
parent | 0f55d28a4d1f425343eb5aeae3eb7ffb3efd266a (diff) | |
download | openembedded-core-998a8316a2928e06eb29d61dea745b9983ffb14a.tar.gz openembedded-core-998a8316a2928e06eb29d61dea745b9983ffb14a.tar.bz2 openembedded-core-998a8316a2928e06eb29d61dea745b9983ffb14a.zip |
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')
-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 @@ 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 = "\ |