summaryrefslogtreecommitdiffstats
path: root/package/strace
diff options
context:
space:
mode:
Diffstat (limited to 'package/strace')
-rw-r--r--package/strace/strace.hash4
-rw-r--r--package/strace/strace.mk4
2 files changed, 5 insertions, 3 deletions
diff --git a/package/strace/strace.hash b/package/strace/strace.hash
index c6450b1c51..f7d652faaa 100644
--- a/package/strace/strace.hash
+++ b/package/strace/strace.hash
@@ -1,4 +1,4 @@
# Locally calculated after checking signature with RSA key 0xA8041FA839E16E36
-# https://strace.io/files/4.23/strace-4.23.tar.xz
-sha256 7860a6965f1dd832747bd8281a04738274398d32c56e9fbd0a68b1bb9ec09aad strace-4.23.tar.xz
+# https://strace.io/files/4.25/strace-4.25.tar.xz.asc
+sha256 d685f8e65470b7832c3aff60c57ab4459f26ff89f07c10f92bd70ee89efac701 strace-4.25.tar.xz
sha256 df862ba273812c589fd69acc74197a25d38c5295baccab00a62d39d1894c0253 COPYING
diff --git a/package/strace/strace.mk b/package/strace/strace.mk
index 471dbc2e1d..fe7acff1e0 100644
--- a/package/strace/strace.mk
+++ b/package/strace/strace.mk
@@ -4,7 +4,7 @@
#
################################################################################
-STRACE_VERSION = 4.23
+STRACE_VERSION = 4.25
STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz
STRACE_SITE = https://strace.io/files/$(STRACE_VERSION)
STRACE_LICENSE = BSD-3-Clause
@@ -34,10 +34,12 @@ else
STRACE_CONF_OPTS += --without-libiberty
endif
+ifeq ($(BR2_PACKAGE_PERL),)
define STRACE_REMOVE_STRACE_GRAPH
rm -f $(TARGET_DIR)/usr/bin/strace-graph
endef
STRACE_POST_INSTALL_TARGET_HOOKS += STRACE_REMOVE_STRACE_GRAPH
+endif
$(eval $(autotools-package))
OpenPOWER on IntegriCloud