gdb: build with expat, add missing RRECOMMENDS_gdbserver

* Fixes communication between gdbserver and gdb-cross
  by using the same expat settings for both recipes.
* Adds missing build dependencies for expat/expat-native.
* Adds missing glibc-thread-db runtime recommendation
  to gdbserver, which was set only for gdb.

(From OE-Core rev: 38ee88e3b32b7444d7f1eb64f1b4f69a48fe0458)

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andreas Oberritter 2012-04-03 00:23:55 +02:00 committed by Richard Purdie
parent 4fbc283c00
commit 2c20a915c8
4 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ DESCRIPTION = "gdb - GNU debugger"
HOMEPAGE = "http://www.gnu.org/software/gdb/"
LICENSE="GPLv3+"
SECTION = "devel"
DEPENDS = "ncurses readline ${LTTNGUST}"
DEPENDS = "expat ncurses readline ${LTTNGUST}"
LTTNGUST = "lttng-ust"
LTTNGUST_libc-uclibc = ""
@ -11,7 +11,7 @@ LTTNGUST_mipsel = ""
LTTNGUST_mips64 = ""
LTTNGUST_mips64el = ""
INC_PR = "r6"
INC_PR = "r7"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \
@ -36,7 +36,7 @@ B = "${WORKDIR}/build-${TARGET_SYS}"
EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'"
EXPAT = "--without-expat"
EXPAT = "--with-expat"
EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \
--with-curses --disable-multilib --with-system-readline --disable-sim \
@ -63,4 +63,6 @@ do_install_append() {
RRECOMMENDS_gdb_append_linux = " glibc-thread-db "
RRECOMMENDS_gdb_append_linux-gnueabi = " glibc-thread-db "
RRECOMMENDS_gdbserver_append_linux = " glibc-thread-db "
RRECOMMENDS_gdbserver_append_linux-gnueabi = " glibc-thread-db "

View File

@ -4,6 +4,5 @@ require gdb-cross-canadian.inc
PR = "${INC_PR}.5"
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
EXPAT = "--with-expat"
S = "${WORKDIR}/${BPN}-${PV}"

View File

@ -1,6 +1,6 @@
require gdb-common.inc
DEPENDS = "ncurses-native"
DEPENDS = "expat-native ncurses-native"
#EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'"

View File

@ -1,7 +1,6 @@
require gdb-cross.inc
SRC_URI += "file://sim-install-6.6.patch"
EXPAT = "--with-expat"
PR = "${INC_PR}.0"