summaryrefslogtreecommitdiffstats
path: root/meta/packages/gdb/gdb-cross-canadian_6.8.bb
Commit message (Collapse)AuthorAgeFilesLines
* gdb family: upgrade from 6.8 to 7.1Nitin A Kamble2010-07-081-9/+0
| | | | | | | | | | | | | | upgraded gdb, gdb-cross & gdb-cross-canadian recipes. ignore_whitespace_changes.patch : this patch is not needed anymore because the newer version fixed the issue differently. rebased other patches to the newer version of the source code. Added the --with-libelf line in the gdb-common.inc to fix a configure faulre. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* cross-canadian: ensure package dependencies are generated correctlyJoshua Lock2010-06-251-1/+1
| | | | | | | | cross-canadian packages need to look for their SOLIBS in the nativesdk sysroot so that dependencies are correctly picked up and meta-toolchains are correctly built. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gdb-cross-canadian: build with the host-triplet prefixJoshua Lock2010-06-231-1/+3
| | | | | | | Our cross-canadian tools our built with the host-triplet prefix, gdb should do similar. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gdb-cross-canadian: Add missing gettext-nativesdk DEPENDSRichard Purdie2010-01-141-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gdb: Clean up recipe and don't inherit cross for cross-canadianRichard Purdie2009-12-021-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* cross.bbclass: Adjust the core class staging method as all users have been ↵Richard Purdie2009-11-171-8/+0
| | | | | | vetted and won't be affected Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gdb: Clean up do_install and convert to use install for stagingRichard Purdie2009-11-171-2/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gdb: Add cross-canadian recipeRichard Purdie2009-09-181-0/+9
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>