task-poky-tools: add rsync in target image
authorQing He <qing.he@intel.com>
Sat, 25 Sep 2010 08:28:19 +0000 (16:28 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Mon, 27 Sep 2010 15:59:16 +0000 (08:59 -0700)
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>
meta/recipes-core/tasks/task-poky-tools.bb

index e5d4200..9181941 100644 (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 = "\