From: Michael 'Mickey' Lauer Date: Sat, 17 Apr 2010 10:38:46 +0000 (+0200) Subject: task-cli-tools: move some tools to the -debug subpackage X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2eb4a55084af4ffe9ce854bb9cb000b6b36c7a9;p=openembedded.git task-cli-tools: move some tools to the -debug subpackage --- 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 \ "