mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
* Drop add-missing-ldflags.patch, its already applied to gdb 14 * Add dependency on mpfr for cross/cross-canadian/target recipe * Remove gcc-only complier restriction, clang can compile it just fine * Notable changes are here [1] [2] [1] https://sourceware.org/git/?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=refs/heads/gdb-14-branch [2] https://www.sourceware.org/gdb/download/ANNOUNCEMENT (From OE-Core rev: 2a0f7255a740ffbfe5a7858ef01a3ba6cadca383) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
1.0 KiB
PHP
18 lines
1.0 KiB
PHP
LICENSE = "GPL-2.0-only & GPL-3.0-only & LGPL-2.0-only & LGPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
|
file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
|
|
file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \
|
|
file://0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \
|
|
file://0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch \
|
|
file://0003-Dont-disable-libreadline.a-when-using-disable-static.patch \
|
|
file://0004-use-asm-sgidefs.h.patch \
|
|
file://0005-Change-order-of-CFLAGS.patch \
|
|
file://0006-resolve-restrict-keyword-conflict.patch \
|
|
file://0007-Fix-invalid-sigprocmask-call.patch \
|
|
file://0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \
|
|
"
|
|
SRC_URI[sha256sum] = "d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80"
|