From: Qing He Date: Sat, 25 Sep 2010 08:28:19 +0000 (+0800) Subject: task-poky-tools: add rsync in target image X-Git-Tag: 2011-1~4466 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=998a8316a2928e06eb29d61dea745b9983ffb14a;p=openembedded-core.git 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 --- 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 = "\