diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-02-12 01:00:25 +1300 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-02-24 18:46:45 +0530 |
| commit | 12fc4c6584e001f89108a6691ccf2028eb05ed5a (patch) | |
| tree | c10ab8d1a8de7d78dcc20ffa6b03b15941ea2384 | |
| parent | 35db95f565ba7ece1fd725e5f84006b1c8ed94c6 (diff) | |
| download | meta-openembedded-12fc4c6584e001f89108a6691ccf2028eb05ed5a.tar.gz | |
tomoyo-tools: update SRC_URI
The previous one became inaccessible.
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb | 3 |
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." | |||
| 5 | HOMEPAGE = "http://tomoyo.sourceforge.jp/" | 5 | HOMEPAGE = "http://tomoyo.sourceforge.jp/" |
| 6 | SECTION = "System Environment/Kernel" | 6 | SECTION = "System Environment/Kernel" |
| 7 | 7 | ||
| 8 | SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/70710/${BP}-20210910.tar.gz" | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/tomoyo/${BP}.tar.gz" |
| 9 | SRC_URI[sha256sum] = "47a12cdb1fe7bbd0b2e3486150fe1e754fa9c869aeefd42fd311c4022b78010a" | 9 | SRC_URI[sha256sum] = "47a12cdb1fe7bbd0b2e3486150fe1e754fa9c869aeefd42fd311c4022b78010a" |
| 10 | 10 | ||
| 11 | PV .= "-20210910" | ||
| 11 | S = "${UNPACKDIR}/${BPN}" | 12 | S = "${UNPACKDIR}/${BPN}" |
| 12 | 13 | ||
| 13 | LICENSE = "GPL-2.0-only" | 14 | LICENSE = "GPL-2.0-only" |
