summaryrefslogtreecommitdiff
path: root/meta/packages/gdb/gdb-common.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-11 15:52:33 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-12 14:41:29 +0100
commit53f22c9b8befdeed7934bcf107e39d15a04a2326 (patch)
treedfeaf0f3ecbfa148731d3c3a726f81f0ade727fb /meta/packages/gdb/gdb-common.inc
parentf05fd8dc5cc197635690d89c767fee7a8236897e (diff)
downloadopenembedded-core-53f22c9b8befdeed7934bcf107e39d15a04a2326.tar.gz
openembedded-core-53f22c9b8befdeed7934bcf107e39d15a04a2326.tar.bz2
openembedded-core-53f22c9b8befdeed7934bcf107e39d15a04a2326.tar.xz
openembedded-core-53f22c9b8befdeed7934bcf107e39d15a04a2326.zip
gdb: Make sure expat is not accidentally included
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gdb/gdb-common.inc')
-rw-r--r--meta/packages/gdb/gdb-common.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/gdb/gdb-common.inc b/meta/packages/gdb/gdb-common.inc
index fcd911ab0..d3bda85e1 100644
--- a/meta/packages/gdb/gdb-common.inc
+++ b/meta/packages/gdb/gdb-common.inc
@@ -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 () {