[oe-commits] Michael 'Mickey' Lauer : task-cli-tools: add gdb to task-cli-tools-debug

git version control git at git.openembedded.org
Wed Mar 17 13:05:45 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: ed446723c8c99885e40e57471c3fffedb3b15dbf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ed446723c8c99885e40e57471c3fffedb3b15dbf

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Mar 17 12:57:36 2010 +0100

task-cli-tools: add gdb to task-cli-tools-debug

---

 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 93ab194..dfb79e7 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 \





More information about the Openembedded-commits mailing list