mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
gdb: Update to 7.3
This has one upstream patch removed and a couple rebased (From OE-Core rev: e1e9ee24e82e0ad45cf18387e131d2365c8e77b4) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4a5336d403
commit
7ae7e7e09a
@@ -2,7 +2,9 @@ DESCRIPTION = "gdb - GNU debugger"
|
||||
HOMEPAGE = "http://www.gnu.org/software/gdb/"
|
||||
LICENSE="GPLv3+"
|
||||
SECTION = "devel"
|
||||
DEPENDS = "ncurses readline elfutils"
|
||||
DEPENDS = "ncurses readline elfutils lttng-ust"
|
||||
|
||||
INC_PR = "r2"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
||||
file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \
|
||||
@@ -13,6 +15,9 @@ inherit autotools
|
||||
SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
|
||||
file://no-werror.patch"
|
||||
|
||||
SRC_URI[md5sum] = "1d6b4e469270433583ef62a906c02fa8"
|
||||
SRC_URI[sha256sum] = "d1791d1f9d6c21ec265f4f74dadc15bc35698158a1b836d1626b9a69b818f5c5"
|
||||
|
||||
export CC_FOR_BUILD = "${BUILD_CC}"
|
||||
export CXX_FOR_BUILD = "${BUILD_CXX}"
|
||||
export CPP_FOR_BUILD = "${BUILD_CPP}"
|
||||
@@ -29,7 +34,6 @@ EXPAT = "--without-expat"
|
||||
EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \
|
||||
--with-curses --disable-multilib --with-system-readline --disable-sim \
|
||||
${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT} \
|
||||
--without-ust \
|
||||
"
|
||||
|
||||
GDBPROPREFIX = "--program-prefix=''"
|
||||
|
||||
Reference in New Issue
Block a user