]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sysstat: correct the SRC_URI
authorGuocai He <guocai.he.cn@windriver.com>
Mon, 26 May 2025 07:01:24 +0000 (15:01 +0800)
committerSteve Sakoman <steve@sakoman.com>
Thu, 29 May 2025 15:22:59 +0000 (08:22 -0700)
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.

Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-extended/sysstat/sysstat.inc

index 77337722eaa56bee80fe4399b9d3798bf12e4902..45236e893ae9a0798205a683186351d3115cd0bd 100644 (file)
@@ -1,15 +1,15 @@
 SUMMARY = "System performance tools"
 DESCRIPTION = "The sysstat utilities are a collection of performance monitoring tools for Linux."
-HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/"
+HOMEPAGE = "https://sysstat.github.io/"
 LICENSE = "GPL-2.0-or-later"
 SECTION = "console/utils"
 
-SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/${BP}.tar.xz \
+SRC_URI = "https://sysstat.github.io/sysstat-packages/${BP}.tar.xz \
            file://99_sysstat \
            file://sysstat.service \
           "
 
-UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html"
+UPSTREAM_CHECK_URI = "https://sysstat.github.io/versions.html"
 
 DEPENDS += "base-passwd"