mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 02:40:12 +00:00
gdb: Make sure expat is not accidentally included
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
f05fd8dc5c
commit
53f22c9b8b
@ -21,9 +21,11 @@ B = "${WORKDIR}/build-${TARGET_SYS}"
|
||||
|
||||
EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'"
|
||||
|
||||
EXPAT = "--without-expat"
|
||||
|
||||
EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \
|
||||
--with-curses --disable-multilib --with-readline --disable-sim \
|
||||
${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET}"
|
||||
${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT}"
|
||||
GDBPROPREFIX = "--program-prefix=''"
|
||||
|
||||
do_configure () {
|
||||
|
||||
@ -7,3 +7,4 @@ inherit cross-canadian
|
||||
PR = "r0"
|
||||
|
||||
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
|
||||
EXPAT = "--with-expat"
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
require gdb.inc
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user