[oe-commits] Michael 'Mickey' Lauer : task-cli-tools: move some tools to the -debug subpackage

git version control git at git.openembedded.org
Sat Apr 17 10:39:07 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a2eb4a55084af4ffe9ce854bb9cb000b6b36c7a9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a2eb4a55084af4ffe9ce854bb9cb000b6b36c7a9

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Apr 17 12:38:46 2010 +0200

task-cli-tools: move some tools to the -debug subpackage

---

 recipes/tasks/task-cli-tools.bb |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes/tasks/task-cli-tools.bb b/recipes/tasks/task-cli-tools.bb
index c6f5add..4f367fa 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 \
 "





More information about the Openembedded-commits mailing list