diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-10-13 17:06:00 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-10-13 17:11:16 -0700 |
commit | 97dc77c75df5706bcd83a7f8afc77db194fe973f (patch) | |
tree | 5d17f6139de0e021c54626f0140c197bb74dc728 /recipes/gdb/gdb-cross_7.0.bb | |
parent | aab5154587a8aa236e0689bb5bcf3fad6c06473a (diff) |
gdb-7.0: Add new recipes which use gdb 7.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gdb/gdb-cross_7.0.bb')
-rw-r--r-- | recipes/gdb/gdb-cross_7.0.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/gdb/gdb-cross_7.0.bb b/recipes/gdb/gdb-cross_7.0.bb new file mode 100644 index 0000000000..6883b7c2e8 --- /dev/null +++ b/recipes/gdb/gdb-cross_7.0.bb @@ -0,0 +1,7 @@ +require gdb-cross.inc +LICENSE = "GPLv3" + +SRC_URI += " \ + file://gdb-6.8-fix-compile-karmic.patch;patch=1" + +inherit cross |