From 998a8316a2928e06eb29d61dea745b9983ffb14a Mon Sep 17 00:00:00 2001 From: Qing He Date: Sat, 25 Sep 2010 16:28:19 +0800 Subject: 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 --- meta/recipes-core/tasks/task-poky-tools.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core') 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 = "\ -- cgit v1.2.3-54-g00ecf