mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
gdb: Add dependency on libgmp
gdb 11 has added this library as must have (From OE-Core rev: 4643d1eb222151384f77d13a936537aae5ca3fe6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -2,7 +2,7 @@ SUMMARY = "GNU debugger"
|
||||
HOMEPAGE = "http://www.gnu.org/software/gdb/"
|
||||
DESCRIPTION = "GDB, the GNU Project debugger, allows you to see what is going on inside another program while it executes -- or what another program was doing at the moment it crashed."
|
||||
SECTION = "devel"
|
||||
DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native"
|
||||
DEPENDS = "expat gmp zlib ncurses virtual/libiconv ${LTTNGUST} bison-native"
|
||||
|
||||
LTTNGUST = "lttng-ust"
|
||||
LTTNGUST:arc = ""
|
||||
@@ -27,6 +27,7 @@ EXTRA_OECONF = "--disable-gdbtk --disable-x --disable-werror \
|
||||
--disable-gas --disable-binutils \
|
||||
--disable-ld --disable-gold \
|
||||
--disable-gprof \
|
||||
--with-libgmp-prefix=${STAGING_EXECPREFIXDIR} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "readline ${@bb.utils.filter('DISTRO_FEATURES', 'debuginfod', d)}"
|
||||
|
||||
@@ -6,7 +6,7 @@ SUMMARY = "GNU debugger (cross-canadian gdb for ${TARGET_ARCH} target)"
|
||||
PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}"
|
||||
BPN = "gdb"
|
||||
|
||||
DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext \
|
||||
DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext nativesdk-gmp \
|
||||
virtual/${HOST_PREFIX}gcc-crosssdk virtual/${HOST_PREFIX}binutils-crosssdk virtual/nativesdk-libc"
|
||||
|
||||
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
|
||||
|
||||
Reference in New Issue
Block a user