diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-11 15:52:33 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-12 14:41:29 +0100 |
commit | 53f22c9b8befdeed7934bcf107e39d15a04a2326 (patch) | |
tree | dfeaf0f3ecbfa148731d3c3a726f81f0ade727fb /meta/packages/gdb/gdb-common.inc | |
parent | f05fd8dc5cc197635690d89c767fee7a8236897e (diff) | |
download | poky-53f22c9b8befdeed7934bcf107e39d15a04a2326.tar.gz |
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.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/gdb/gdb-common.inc b/meta/packages/gdb/gdb-common.inc index fcd911ab0a..d3bda85e1d 100644 --- a/meta/packages/gdb/gdb-common.inc +++ b/meta/packages/gdb/gdb-common.inc | |||
@@ -21,9 +21,11 @@ B = "${WORKDIR}/build-${TARGET_SYS}" | |||
21 | 21 | ||
22 | EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'" | 22 | EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'" |
23 | 23 | ||
24 | EXPAT = "--without-expat" | ||
25 | |||
24 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ | 26 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ |
25 | --with-curses --disable-multilib --with-readline --disable-sim \ | 27 | --with-curses --disable-multilib --with-readline --disable-sim \ |
26 | ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET}" | 28 | ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT}" |
27 | GDBPROPREFIX = "--program-prefix=''" | 29 | GDBPROPREFIX = "--program-prefix=''" |
28 | 30 | ||
29 | do_configure () { | 31 | do_configure () { |