summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb3
1 files changed, 2 insertions, 1 deletions
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."
5HOMEPAGE = "http://tomoyo.sourceforge.jp/" 5HOMEPAGE = "http://tomoyo.sourceforge.jp/"
6SECTION = "System Environment/Kernel" 6SECTION = "System Environment/Kernel"
7 7
8SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/70710/${BP}-20210910.tar.gz" 8SRC_URI = "${SOURCEFORGE_MIRROR}/tomoyo/${BP}.tar.gz"
9SRC_URI[sha256sum] = "47a12cdb1fe7bbd0b2e3486150fe1e754fa9c869aeefd42fd311c4022b78010a" 9SRC_URI[sha256sum] = "47a12cdb1fe7bbd0b2e3486150fe1e754fa9c869aeefd42fd311c4022b78010a"
10 10
11PV .= "-20210910"
11S = "${UNPACKDIR}/${BPN}" 12S = "${UNPACKDIR}/${BPN}"
12 13
13LICENSE = "GPL-2.0-only" 14LICENSE = "GPL-2.0-only"