mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
gdb: Make sure expat is not accidentally included
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user