From 12fc4c6584e001f89108a6691ccf2028eb05ed5a Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Thu, 12 Feb 2026 01:00:25 +1300 Subject: [PATCH] tomoyo-tools: update SRC_URI The previous one became inaccessible. Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb index f172168335..a90a33ada4 100644 --- a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb +++ b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb @@ -5,9 +5,10 @@ being useful purely as a system analysis tool." HOMEPAGE = "http://tomoyo.sourceforge.jp/" SECTION = "System Environment/Kernel" -SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/70710/${BP}-20210910.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/tomoyo/${BP}.tar.gz" SRC_URI[sha256sum] = "47a12cdb1fe7bbd0b2e3486150fe1e754fa9c869aeefd42fd311c4022b78010a" +PV .= "-20210910" S = "${UNPACKDIR}/${BPN}" LICENSE = "GPL-2.0-only"