diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-02-22 20:26:44 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-02-22 20:26:44 +0100 |
commit | 62ad3249b237f03453b00d16b215fe1580cb7232 (patch) | |
tree | 66e7d97ba9641108c7031396b668b858032be150 /recipes | |
parent | 4476d7a11aa6629a83d325f519c9350344edcb4f (diff) |
task-cli-tools: add mdbus2 and mbuffer
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/tasks/task-cli-tools.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |