blob: f28b57439c88fb75b7db50656e29f0f951910727 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3"
2LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
3 file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
4 file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
5 file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
6
7SRC_URI = "http://ftp.gnu.org/gnu/gdb/gdb-${PV}.tar.xz \
8 file://0002-make-man-install-relative-to-DESTDIR.patch \
9 file://0003-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \
10 file://0004-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch \
11 file://0005-Add-support-for-Renesas-SH-sh4-architecture.patch \
12 file://0006-Dont-disable-libreadline.a-when-using-disable-static.patch \
13 file://0007-use-asm-sgidefs.h.patch \
14 file://0008-Use-exorted-definitions-of-SIGRTMIN.patch \
15 file://0009-Change-order-of-CFLAGS.patch \
16 file://0010-resolve-restrict-keyword-conflict.patch \
17 file://0011-Fix-invalid-sigprocmask-call.patch \
18 file://gdbserver-ctrl-c-handling.patch \
19 file://0001-Fix-build-with-latest-GCC-9.0-tree.patch \
Brad Bishopc342db32019-05-15 21:57:59 -040020 file://CVE-2017-9778.patch \
21 file://0012-AArch64-Fix-the-gdb-build-with-musl-libc.patch \
Brad Bishop19323692019-04-05 15:28:33 -040022"
23SRC_URI[md5sum] = "f8b2562e830a4098dd5b5ea9e9296c70"
24SRC_URI[sha256sum] = "0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202"
25