summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuocai He <guocai.he.cn@windriver.com>2025-05-26 15:01:24 +0800
committerSteve Sakoman <steve@sakoman.com>2025-06-04 09:06:31 -0700
commit0238a535e8c7303e2df03be79b2fbe3862701100 (patch)
tree04321b429e697763a34761fb6384b64afec59e0d
parentad8045d76f06d172c926d2cd6dea46577f46af9b (diff)
downloadpoky-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.inc6
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 @@
1SUMMARY = "System performance tools" 1SUMMARY = "System performance tools"
2DESCRIPTION = "The sysstat utilities are a collection of performance monitoring tools for Linux." 2DESCRIPTION = "The sysstat utilities are a collection of performance monitoring tools for Linux."
3HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" 3HOMEPAGE = "https://sysstat.github.io/"
4LICENSE = "GPL-2.0-or-later" 4LICENSE = "GPL-2.0-or-later"
5SECTION = "console/utils" 5SECTION = "console/utils"
6 6
7SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/${BP}.tar.xz \ 7SRC_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
12UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html" 12UPSTREAM_CHECK_URI = "https://sysstat.github.io/versions.html"
13 13
14DEPENDS += "base-passwd" 14DEPENDS += "base-passwd"
15 15