diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-04-08 23:36:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-10 13:32:01 +0100 |
commit | c397384ef4d4ad453ee134319bfc2552ef3fb2fe (patch) | |
tree | 8c17dc1ac23ef49b01b09037eb50dde9a9b576d1 /meta/recipes-devtools/gdb | |
parent | 547cb7047317cfa3b35721de609d1789b7cb6355 (diff) | |
download | poky-c397384ef4d4ad453ee134319bfc2552ef3fb2fe.tar.gz |
gdb: add --with-libexpat-prefix
* otherwise it sometimes finds host's expat
(From OE-Core rev: 19d034963cc16392a12db144e04c55cbab245576)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index a8fca6f681..5dd4f74cad 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -11,7 +11,7 @@ LTTNGUST_mipsel = "" | |||
11 | LTTNGUST_mips64 = "" | 11 | LTTNGUST_mips64 = "" |
12 | LTTNGUST_mips64el = "" | 12 | LTTNGUST_mips64el = "" |
13 | 13 | ||
14 | INC_PR = "r7" | 14 | INC_PR = "r8" |
15 | 15 | ||
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
17 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ | 17 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ |
@@ -36,7 +36,7 @@ B = "${WORKDIR}/build-${TARGET_SYS}" | |||
36 | 36 | ||
37 | EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'" | 37 | EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'" |
38 | 38 | ||
39 | EXPAT = "--with-expat" | 39 | EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}" |
40 | 40 | ||
41 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ | 41 | EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ |
42 | --with-curses --disable-multilib --with-system-readline --disable-sim \ | 42 | --with-curses --disable-multilib --with-system-readline --disable-sim \ |