aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-17 12:38:46 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-17 12:38:46 +0200
commita2eb4a55084af4ffe9ce854bb9cb000b6b36c7a9 (patch)
treeb168fdf127905bd480b7ff8edf722c47652a401a
parente8850ebdc439ee7a78dd50d6a0d4db649e74cd49 (diff)
downloadopenembedded-a2eb4a55084af4ffe9ce854bb9cb000b6b36c7a9.tar.gz
task-cli-tools: move some tools to the -debug subpackage
-rw-r--r--recipes/tasks/task-cli-tools.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes/tasks/task-cli-tools.bb b/recipes/tasks/task-cli-tools.bb
index c6f5addfbd..4f367faeee 100644
--- a/recipes/tasks/task-cli-tools.bb
+++ b/recipes/tasks/task-cli-tools.bb
@@ -1,8 +1,9 @@
-DESCRIPTION = "A set of command line tools useful for debugging"
+DESCRIPTION = "A set of useful command line tools"
+DESCRIPTION_${PN}-debug = "A set of command line tools useful for debugging"
SECTION = "console"
LICENSE = "MIT"
PV = "1.0"
-PR = "r14"
+PR = "r15"
inherit task
@@ -21,10 +22,8 @@ RDEPENDS_${PN} = "\
nfs-utils-client \
powertop \
screen \
- serial-forward \
socat \
sysstat \
- tcpdump \
"
RDEPENDS_${PN}-debug = "\
@@ -38,5 +37,7 @@ RDEPENDS_${PN}-debug = "\
pxaregs \
s3c24xx-gpio \
s3c64xx-gpio \
+ serial-forward \
strace \
+ tcpdump \
"