projects
/
scm
/
bb
/
tizen-distro.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb4ceb7
)
task-poky-tools: add rsync in target image
author
Qing He
<qing.he@intel.com>
Sat, 25 Sep 2010 08:28:19 +0000
(16:28 +0800)
committer
Saul 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
patch
|
blob
|
history
diff --git
a/meta/recipes-core/tasks/task-poky-tools.bb
b/meta/recipes-core/tasks/task-poky-tools.bb
index
e5d4200
..
9181941
100644
(file)
--- 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 = "r
6
"
+PR = "r
7
"
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 = "\