task-cli-tools: move some tools to the -debug subpackage
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sat, 17 Apr 2010 10:38:46 +0000 (12:38 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sat, 17 Apr 2010 10:38:46 +0000 (12:38 +0200)
recipes/tasks/task-cli-tools.bb

index c6f5add..4f367fa 100644 (file)
@@ -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 \
 "