From cc4b2a057b5a4e4507580fcf73646f390fe1fbd5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 10 Oct 2019 02:16:01 +0200 Subject: gdb: forgot to update hashes --- package/gdb/Makefile | 2 +- package/gdbserver/Makefile | 2 +- toolchain/gdb/Makefile.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 14c272a42..3e6611700 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= gdb PKG_VERSION:= 8.3.1 PKG_RELEASE:= 1 -PKG_HASH:= 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202 +PKG_HASH:= 1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4 PKG_DESCR:= programm debugger PKG_SECTION:= app/debug PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile index ade93bcff..24999d77e 100644 --- a/package/gdbserver/Makefile +++ b/package/gdbserver/Makefile @@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= gdbserver PKG_VERSION:= 8.3.1 PKG_RELEASE:= 1 -PKG_HASH:= 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202 +PKG_HASH:= 1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4 PKG_DESCR:= remote programm debugger utility PKG_SECTION:= app/debug PKG_NEEDS:= c++ diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index c08c4c1b8..4e13fa354 100644 --- a/toolchain/gdb/Makefile.inc +++ b/toolchain/gdb/Makefile.inc @@ -5,7 +5,7 @@ PKG_NAME:= gdb ifeq ($(ADK_TOOLCHAIN_GDB_8_3),y) PKG_VERSION:= 8.3.1 PKG_RELEASE:= 1 -PKG_HASH:= 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202 +PKG_HASH:= 1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4 PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif -- cgit v1.2.3