diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-08-13 12:13:00 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-14 10:31:11 +0100 |
| commit | 4a3ba728e8e96152c141d7c70f4b77a418b9c2ab (patch) | |
| tree | 898f1e82f1bca8ae917c77d9480da8b9b6be9046 /meta | |
| parent | 605373567b4f7bfe6cc054292939a7f9454fb70e (diff) | |
| download | poky-4a3ba728e8e96152c141d7c70f4b77a418b9c2ab.tar.gz | |
sysstat: upgrade 12.7.7 -> 12.7.8
Changelog:
* sar/sadf: Add new metric kbshmem.
* sar/sadf: Now compute used memory as total memory - available memory.
* sadf: Set availablekb to frmkb during conversion.
* cifsiostat, iostat, mpstat, tapestat: Add new option -U to display
timestamps in seconds since the Epoch.
* Trap SIGTERM with all sysstat commands.
* mpstat: Go to next line when Ctrl/C is pressed.
* Add support for out-of-tree building and testing.
* sar: A_PWR_BAT: Fix wrong size used in memory initialization.
* Makefile.in: Update dependencies for install_man target.
* Makefile.in: Remove unused TFLAGS variable.
* Makefile.in: Remove old references to nfsiostat.
* DTD and XSD documents updated.
* NLS translations updated.
* sar, mpstat, iostat, cifsiostat and tapestat manual pages updated.
* Various cosmetic changes in code and Makefile.
* do_test: Add test target for out-of-tree build.
* systest: Explicitly set signal to SIGINT.
* Non regression tests: Remove root symlink in tests directory.
* Non regression tests updated.
(From OE-Core rev: 7635552654b5e60c1fb04534e6cfff6def7b7ec6)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -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/" | |||
| 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 = "git://github.com/sysstat/sysstat.git;protocol=https;branch=master \ | 7 | SRC_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 | ||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb" |
| 14 | 14 | ||
| 15 | SRCREV = "dac10e13c70d1102aa3beea10135a3ed60520c36" | 15 | SRCREV = "5841596edf7f5e53288cb56400e0c0c1da5f2415" |
| 16 | 16 | ||
| 17 | DEPENDS += "base-passwd" | 17 | DEPENDS += "base-passwd" |
| 18 | 18 | ||
