mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-17 12:42:35 +02:00
Update to the latest RISC-V GDB and a patch to fix a compilation error Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
11 lines
503 B
PHP
11 lines
503 B
PHP
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 = "08e90a91f7ecf062b43cfadb425ff26536e6ee7b"
|
|
SRC_URI = "git://github.com/riscv/riscv-binutils-gdb.git;branch=riscv-gdb-8.1"
|
|
S = "${WORKDIR}/git"
|
|
|