aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-04-12 21:50:29 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2023-04-19 01:02:26 +0200
commit1416b9bbe9d3455c7ab64543a65236fea213a978 (patch)
treec3f2325744eb9066b117e1ad1020bca755c9f499 /tools
parent9931188edcbc34d1b63aa5f8be4b26927906f487 (diff)
downloadupstream-1416b9bbe9d3455c7ab64543a65236fea213a978.tar.gz
upstream-1416b9bbe9d3455c7ab64543a65236fea213a978.tar.bz2
upstream-1416b9bbe9d3455c7ab64543a65236fea213a978.zip
tools/dwarves: update to 1.25
Remove AUTORELEASE and HOST_BUILD_PARALLEL. Release Notes: https://lore.kernel.org/dwarves/ZDG4qxirpIfmbiip@kernel.org/T/#u Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/dwarves/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/dwarves/Makefile b/tools/dwarves/Makefile
index d9a121aab1..0e84a1ba9f 100644
--- a/tools/dwarves/Makefile
+++ b/tools/dwarves/Makefile
@@ -3,18 +3,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dwarves
-PKG_VERSION:=1.24
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_VERSION:=1.25
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://fedorapeople.org/~acme/dwarves/
-PKG_HASH:=576bc112b95937dfbcd347c423696ee9e1992a338fdca1acacca736fd95f69c2
+PKG_HASH:=e7d45955f6f4eca25a4c8c3bd6611059b35dc217e45976681d7db170fccdec4a
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=COPYING
-HOST_BUILD_PARALLEL:=1
-
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/cmake.mk