aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb
AgeCommit message (Collapse)Author
2009-08-25gdb: Make 6.8 packages match regarding patches and licenseHolger Hans Peter Freyther
6.8 was the first release to use GPLv3+, make sure the license is set correctly. Also make sure the karmic compile fix is applied for everyone.
2009-08-02gdb: Add a patch to fix compilation of gdb 6.8Holger Hans Peter Freyther
gcc warns about the subscript_array being uninitialized, just memset this area... luckily I can not break much as this is for fortran code.
2009-06-30gdbserver: add 6.6 version - old, but GPLv2Denys Dmytriyenko
2009-06-24gdbserver: Switch to INC_PR, add LICENSE, only build gdbserver, drop DEPENDSTom Rini
To build just gdbserver, we don't need ncurses or readline, so drop the DEPENDS and pass --without- for configure. Also, we don't need to build anything more than 'gdbserver'.
2009-05-06gdb: 6.8 is GPLv3Tom Rini
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>