diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-24 00:37:09 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-24 15:47:56 +0200 |
commit | 481abb72685a92b307cd2853e070ea43c9aaff2f (patch) | |
tree | 8ff2302ae808b32cd634f140f7a351e239a02cb2 /recipes/tasks | |
parent | fbc6bd12522e3045e3476c0bb1d48d293053afde (diff) |
task-cli-tools-debug: add mkdump
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-cli-tools.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tasks/task-cli-tools.bb b/recipes/tasks/task-cli-tools.bb index 4f367faeee..ddb1acec3d 100644 --- a/recipes/tasks/task-cli-tools.bb +++ b/recipes/tasks/task-cli-tools.bb @@ -3,7 +3,7 @@ DESCRIPTION_${PN}-debug = "A set of command line tools useful for debugging" SECTION = "console" LICENSE = "MIT" PV = "1.0" -PR = "r15" +PR = "r16" inherit task @@ -32,6 +32,7 @@ RDEPENDS_${PN}-debug = "\ i2c-tools \ gdb \ ltrace \ + mkdump \ mioctl \ procps \ pxaregs \ |