Files
poky/meta/packages/gdb/gdb-cross_7.1.bb
Kevin Tian 4cdaa1789a gdb: disable installation of bfd/iberty/opcodes
Those are assumed to be provided by binutils, so we disable installation
here. Without doing so, a broken libbfd.la from gdb is installed to sysroot
which overrides binutils version and then hurt other packages such as
oprofile

also fix --with-readline to --with-system-readline

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-20 16:03:07 +01:00

6 lines
84 B
BlitzBasic

require gdb-cross.inc
SRC_URI += "file://sim-install-6.6.patch;patch=1"
PR = "r1"