diff options
author | Guocai He <guocai.he.cn@windriver.com> | 2025-05-26 15:01:24 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-06-04 09:06:31 -0700 |
commit | 0238a535e8c7303e2df03be79b2fbe3862701100 (patch) | |
tree | 04321b429e697763a34761fb6384b64afec59e0d | |
parent | ad8045d76f06d172c926d2cd6dea46577f46af9b (diff) | |
download | poky-0238a535e8c7303e2df03be79b2fbe3862701100.tar.gz |
sysstat: correct the SRC_URI
The SRC_URI of http://pagesperso-orange.fr/sebastien.godard is not available
and the tarballs of sysstat are in https://sysstat.github.io/versions.html.
(From OE-Core rev: 27c31ebd8e05adb2e248e421cbb94c897b3080f5)
Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index 77337722ea..45236e893a 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc | |||
@@ -1,15 +1,15 @@ | |||
1 | SUMMARY = "System performance tools" | 1 | SUMMARY = "System performance tools" |
2 | DESCRIPTION = "The sysstat utilities are a collection of performance monitoring tools for Linux." | 2 | DESCRIPTION = "The sysstat utilities are a collection of performance monitoring tools for Linux." |
3 | HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" | 3 | HOMEPAGE = "https://sysstat.github.io/" |
4 | LICENSE = "GPL-2.0-or-later" | 4 | LICENSE = "GPL-2.0-or-later" |
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | 6 | ||
7 | SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/${BP}.tar.xz \ | 7 | SRC_URI = "https://sysstat.github.io/sysstat-packages/${BP}.tar.xz \ |
8 | file://99_sysstat \ | 8 | file://99_sysstat \ |
9 | file://sysstat.service \ | 9 | file://sysstat.service \ |
10 | " | 10 | " |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html" | 12 | UPSTREAM_CHECK_URI = "https://sysstat.github.io/versions.html" |
13 | 13 | ||
14 | DEPENDS += "base-passwd" | 14 | DEPENDS += "base-passwd" |
15 | 15 | ||