From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Sun, 30 Aug 2020 23:31:58 +0200 Message-Id: <20200830213203.15562-2-rhi@pengutronix.de> In-Reply-To: <20200830213203.15562-1-rhi@pengutronix.de> References: <20200830213203.15562-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [DistroKit] [PATCH 1/6] strace: temporary version bump 5.7 -> 5.8 List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de Cc: Roland Hieber 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 --- rules/post/strace.make | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rules/post/strace.make diff --git a/rules/post/strace.make b/rules/post/strace.make new file mode 100644 index 000000000000..19694412e2f7 --- /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) -- 2.28.0 _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de