To: ['Chen Qi '] To: openembedded-core@lists.openembedded.org Subject: [AUH] sysstat: upgrading to 12.7.7 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250215050042/all/sysstat/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250215050042/all/sysstat/0001-sysstat-upgrade-12.7.6-12.7.7.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *sysstat* to *12.7.7* has Succeeded. Next steps: - apply the patch: git am 0001-sysstat-upgrade-12.7.6-12.7.7.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 64c5b660e4fe968a6b12702c39cdf1f77bc8f741 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Feb 2025 09:08:10 +0000 Subject: [PATCH] sysstat: upgrade 12.7.6 -> 12.7.7 --- .../0001-configure.in-remove-check-for-chkconfig.patch | 7 ++----- .../sysstat/{sysstat_12.7.6.bb => sysstat_12.7.7.bb} | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_12.7.6.bb => sysstat_12.7.7.bb} (98%) diff --git a/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch b/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch index 84383f955f..654b0cf608 100644 --- a/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch +++ b/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch @@ -1,4 +1,4 @@ -From 1590cc614aaf0fb81cd804414d6c9d5a9227352c Mon Sep 17 00:00:00 2001 +From 672acd141e55f8b3d13b10ffef1cfc76a8a7a3fb Mon Sep 17 00:00:00 2001 From: Wenlin Kang Date: Tue, 5 Nov 2019 16:16:44 +0800 Subject: [PATCH] configure.ac: remove check for chkconfig @@ -13,7 +13,7 @@ Signed-off-by: Wenlin Kang 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 48b9a31..cedeb43 100644 +index 1ec30a3f..9d031b78 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,8 @@ AC_SUBST(VER_JSON) @@ -26,6 +26,3 @@ index 48b9a31..cedeb43 100644 # Check for systemd AC_CHECK_PROG(PKG_CONFIG, pkg-config, pkg-config) --- -1.9.1 - diff --git a/meta/recipes-extended/sysstat/sysstat_12.7.6.bb b/meta/recipes-extended/sysstat/sysstat_12.7.7.bb similarity index 98% rename from meta/recipes-extended/sysstat/sysstat_12.7.6.bb rename to meta/recipes-extended/sysstat/sysstat_12.7.7.bb index ea94ebf0aa..8ea47d7797 100644 --- a/meta/recipes-extended/sysstat/sysstat_12.7.6.bb +++ b/meta/recipes-extended/sysstat/sysstat_12.7.7.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/sysstat/sysstat.git;protocol=https;branch=master \ LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb" -SRCREV = "3e3ec9b2c69940503723e3c2ffc1965a8a3484e3" +SRCREV = "dac10e13c70d1102aa3beea10135a3ed60520c36" S = "${WORKDIR}/git" DEPENDS += "base-passwd" -- 2.44.1