diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-17 12:57:36 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-17 12:59:14 +0100 |
commit | ed446723c8c99885e40e57471c3fffedb3b15dbf (patch) | |
tree | 31685233e3741cd4ce5287da7e628b7fa19f37ae /recipes | |
parent | 60314be80a9f53adcba8840b12f667c66df42992 (diff) | |
download | openembedded-ed446723c8c99885e40e57471c3fffedb3b15dbf.tar.gz |
task-cli-tools: add gdb to task-cli-tools-debug
Diffstat (limited to 'recipes')
-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 93ab1945d3..dfb79e7e98 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 = "r12" +PR = "r13" inherit task @@ -31,6 +31,7 @@ RDEPENDS_${PN}-debug = "\ evtest \ devmem2 \ i2c-tools \ + gdb \ ltrace \ procps \ pxaregs \ |