From: Michael 'Mickey' Lauer Date: Mon, 22 Feb 2010 19:26:44 +0000 (+0100) Subject: task-cli-tools: add mdbus2 and mbuffer X-Git-Tag: Release-2010-05/1~491^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ad3249b237f03453b00d16b215fe1580cb7232;p=openembedded.git task-cli-tools: add mdbus2 and mbuffer --- diff --git a/recipes/tasks/task-cli-tools.bb b/recipes/tasks/task-cli-tools.bb index 9c5e8615e0..e538365aea 100644 --- a/recipes/tasks/task-cli-tools.bb +++ b/recipes/tasks/task-cli-tools.bb @@ -2,7 +2,7 @@ DESCRIPTION = "A set of command line tools useful for debugging" SECTION = "console" LICENSE = "MIT" PV = "1.0" -PR = "r9" +PR = "r11" inherit task @@ -13,7 +13,9 @@ RDEPENDS_${PN} = "\ htop \ iptables \ lsof \ + mbuffer \ mtd-utils \ + mdbus2 \ nano \ nfs-utils-client \ powertop \