From a0cbbaf96441ff60e70b590afd4daeb514b5c8e9 Mon Sep 17 00:00:00 2001 From: "sungwon.pino" Date: Tue, 2 Apr 2019 00:12:44 +0900 Subject: [PATCH] gdb: Update to the latest version Update to the latest version of the GDB. Signed-off-by: pino-kim --- recipes-devtools/gdb/gdb-riscv.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/gdb/gdb-riscv.inc b/recipes-devtools/gdb/gdb-riscv.inc index 90f13e1..5bd0509 100644 --- a/recipes-devtools/gdb/gdb-riscv.inc +++ b/recipes-devtools/gdb/gdb-riscv.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" -SRCREV = "74e3300d8aecbc6973f61c8cbbecd7bdac4f05d0" +SRCREV = "9d1447e09d4aa673826039321163b5a684e8e043" SRC_URI = "git://sourceware.org/git/binutils-gdb.git" S = "${WORKDIR}/git"