task-cli-tools: add mioctl to -debug
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sat, 3 Apr 2010 13:47:57 +0000 (15:47 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sat, 3 Apr 2010 13:47:57 +0000 (15:47 +0200)
recipes/tasks/task-cli-tools.bb

index dfb79e7..c6f5add 100644 (file)
@@ -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 \