summaryrefslogtreecommitdiffstats
path: root/recipes/gdb
AgeCommit message (Collapse)Author
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-22gdb*: Add flex-native (and make sure we have relevant zlib) in DEPENDS.Tom Rini
2010-03-15gdb: update LICENSE to specific GPLv2/GPLv3 depending on versionDenys Dmytriyenko
2010-02-23gdb-cross-sdk: Add zlib-sdk to DEPENDS.Tom Rini
No PR bump since we don't actually link vs the -sdk libs.
2010-01-20gdb: Add RRECOMMENDS for uclibc-thread-db when using uclibc for system CKhem Raj
library. * Fix PR 3273 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-11-05gdb-7.0: Always use --enable-static to work-around possible linking problems.Stanislav Brabec
2009-10-13gdb-7.0: Add new recipes which use gdb 7.0Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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>