aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb/gdb-cross_7.1.bb
AgeCommit message (Collapse)Author
2010-09-30gdb: Don't clobber files installed by binutils.Graham Gower
Also, move INC_PR into gdb-common.inc and propagate it into all recipes. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-14gdb: stop conflicting with binutilsDmitry Eremin-Solenikov
To stop gdb file conflicts with binutils (in different ways) move removing of bfd/opcodes/libiberty stuff to gdb-common.inc. Also bump PRs to force rebuild. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-15gdb: fix building of sim/ppcDmitry Eremin-Solenikov
One shouldn't depend on $(LIBS) value, as it contains -lz-like things, not only filenames. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-06gdb-cross_7.1.bb: Convert to new staging.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-04gdb-7.1: Add recipes for version 7.1Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>