summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/sysstat/sysstat_12.7.8.bb (renamed from meta/recipes-extended/sysstat/sysstat_12.7.7.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat_12.7.7.bb b/meta/recipes-extended/sysstat/sysstat_12.7.8.bb
index 0fa4a3c950..2194dfc956 100644
--- a/meta/recipes-extended/sysstat/sysstat_12.7.7.bb
+++ b/meta/recipes-extended/sysstat/sysstat_12.7.8.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "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 = "git://github.com/sysstat/sysstat.git;protocol=https;branch=master \ 7SRC_URI = "git://github.com/sysstat/sysstat.git;protocol=https;branch=master;tag=v${PV} \
8 file://99_sysstat \ 8 file://99_sysstat \
9 file://sysstat.service \ 9 file://sysstat.service \
10 file://0001-configure.in-remove-check-for-chkconfig.patch \ 10 file://0001-configure.in-remove-check-for-chkconfig.patch \
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/sysstat/sysstat.git;protocol=https;branch=master \
12 12
13LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb" 13LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"
14 14
15SRCREV = "dac10e13c70d1102aa3beea10135a3ed60520c36" 15SRCREV = "5841596edf7f5e53288cb56400e0c0c1da5f2415"
16 16
17DEPENDS += "base-passwd" 17DEPENDS += "base-passwd"
18 18