diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-03 15:47:57 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-03 15:47:57 +0200 |
commit | 441d8e419908f3556cd84e0bce2e6ccb0bd845e6 (patch) | |
tree | c9754ce1035f89606a1007d8c2b91c67ed65637d /recipes/tasks | |
parent | c1b7233ffd014cfe057fcc6295a148e0765eb98b (diff) |
task-cli-tools: add mioctl to -debug
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 dfb79e7e98..c6f5addfbd 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 = "r13" +PR = "r14" inherit task @@ -33,6 +33,7 @@ RDEPENDS_${PN}-debug = "\ i2c-tools \ gdb \ ltrace \ + mioctl \ procps \ pxaregs \ s3c24xx-gpio \ |