diff options
-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 | ||