summaryrefslogtreecommitdiffstats
path: root/bsp/meta-synopsys/recipes-devtools/gdb/gdb-arc.inc
diff options
context:
space:
mode:
authorToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
committerToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
commit5b80bfd7bffd4c20d80b7c70a7130529e9a755dd (patch)
treeb4bb18dcd1487dbf1ea8127e5671b7bb2eded033 /bsp/meta-synopsys/recipes-devtools/gdb/gdb-arc.inc
parent706ad73eb02caf8532deaf5d38995bd258725cb8 (diff)
agl-basesystem
Diffstat (limited to 'bsp/meta-synopsys/recipes-devtools/gdb/gdb-arc.inc')
-rw-r--r--bsp/meta-synopsys/recipes-devtools/gdb/gdb-arc.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/bsp/meta-synopsys/recipes-devtools/gdb/gdb-arc.inc b/bsp/meta-synopsys/recipes-devtools/gdb/gdb-arc.inc
new file mode 100644
index 00000000..83b56e33
--- /dev/null
+++ b/bsp/meta-synopsys/recipes-devtools/gdb/gdb-arc.inc
@@ -0,0 +1,19 @@
+LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
+ file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
+ file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
+ file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
+
+SRCREV ?= "arc-2018.09-release-gdb"
+
+SRC_URI = "git://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb;protocol=https;branch=arc-2018.09-gdb \
+ file://0002-make-man-install-relative-to-DESTDIR.patch \
+ file://0006-Dont-disable-libreadline.a-when-using-disable-static.patch \
+ file://0008-Use-exorted-definitions-of-SIGRTMIN.patch \
+ file://0009-Change-order-of-CFLAGS.patch \
+ file://0010-resolve-restrict-keyword-conflict.patch \
+ file://package_devel_gdb_patches_120-sigprocmask-invalid-call.patch \
+ file://gdb-Fix-ia64-defining-TRAP_HWBKPT-before-including-g.patch \
+"
+
+S = "${WORKDIR}/git"