summaryrefslogtreecommitdiffstats
path: root/rules/tomoyo-tools.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2023-10-20 15:21:53 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-10-20 15:23:56 +0200
commit299b495bf6f03460b2034fb041667bd0f7cf7c1f (patch)
tree07550efe857ec72d931911ff56c66b3417ea1ef8 /rules/tomoyo-tools.make
parent073f965f5b6ae7d11b27b924fd863eb2660e4821 (diff)
downloadptxdist-299b495bf6f03460b2034fb041667bd0f7cf7c1f.tar.gz
ptxdist-299b495bf6f03460b2034fb041667bd0f7cf7c1f.tar.xz
tomoyo-tools: fix URL
The old URL fails with various error. "certificate has expired", "502 Bad Gateway", so replace the URL with the one used by Yocto. Finding the real upstream seems to be impossible. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/tomoyo-tools.make')
-rw-r--r--rules/tomoyo-tools.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/tomoyo-tools.make b/rules/tomoyo-tools.make
index 9b82a7725..32a5cae99 100644
--- a/rules/tomoyo-tools.make
+++ b/rules/tomoyo-tools.make
@@ -18,7 +18,7 @@ TOMOYO_TOOLS_VERSION := 2.5.0-20130406
TOMOYO_TOOLS_MD5 := 8888f83fcb87823d714ff551e8680d0d
TOMOYO_TOOLS := tomoyo-tools-$(TOMOYO_TOOLS_VERSION)
TOMOYO_TOOLS_SUFFIX := tar.gz
-TOMOYO_TOOLS_URL := http://sourceforge.jp/frs/redir.php?m=jaist&f=/tomoyo/53357/$(TOMOYO_TOOLS).$(TOMOYO_TOOLS_SUFFIX)
+TOMOYO_TOOLS_URL := http://jaist.dl.sourceforge.jp/tomoyo/53357/$(TOMOYO_TOOLS).$(TOMOYO_TOOLS_SUFFIX)
TOMOYO_TOOLS_SOURCE := $(SRCDIR)/$(TOMOYO_TOOLS).$(TOMOYO_TOOLS_SUFFIX)
TOMOYO_TOOLS_DIR := $(BUILDDIR)/tomoyo-tools
TOMOYO_TOOLS_LICENSE := GPL