summaryrefslogtreecommitdiffstats
path: root/rules/post
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-08-30 23:31:58 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-08-31 06:51:59 +0200
commit726b15101380cc6363b540498987de49bd40ea6a (patch)
treee19dd2a3b535ce84c536df5646f4973cd8890300 /rules/post
parent1069d889c79e0ff2eb366b06895a0dae01ede2a2 (diff)
downloadDistroKit-726b15101380cc6363b540498987de49bd40ea6a.tar.gz
DistroKit-726b15101380cc6363b540498987de49bd40ea6a.tar.xz
strace: temporary version bump 5.7 -> 5.8
Instead of forking the whole rule file, adapt only the relevant lines of the respective upstream PTXdist submission [0] locally to fix build errors when updating to OSELAS.Toolchain 2020.08.0. The override can be removed again after migrating to a PTXdist version that includes the change. [0]: <20200830193241.30954-1-rhi@pengutronix.de> (2020-08-30, Roland Hieber: "[ptxdist] [PATCH] strace: version bump 5.7 -> 6.8"), https://www.mail-archive.com/ptxdist@pengutronix.de/msg17004.html Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Diffstat (limited to 'rules/post')
-rw-r--r--rules/post/strace.make7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/post/strace.make b/rules/post/strace.make
new file mode 100644
index 0000000..1969441
--- /dev/null
+++ b/rules/post/strace.make
@@ -0,0 +1,7 @@
+$(warning Note: strace version overwritten as temporary workaround)
+STRACE_VERSION := 5.8
+STRACE_MD5 := 1a808c5917f0d91169e377c90faee6dd
+STRACE := strace-$(STRACE_VERSION)
+STRACE_URL := https://strace.io/files/$(STRACE_VERSION)/$(STRACE).$(STRACE_SUFFIX)
+STRACE_SOURCE := $(SRCDIR)/$(STRACE).$(STRACE_SUFFIX)
+STRACE_DIR := $(BUILDDIR)/$(STRACE)