From patchwork Thu May 1 15:33:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 62226 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE547C3DA4A for ; Thu, 1 May 2025 15:33:44 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.1788.1746113615824326793 for ; Thu, 01 May 2025 08:33:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=ju87q3K2; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=cvSYe4VJ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101968c7b557b-a7f5d7f8-6785-4e93-86c1-89db9b6b4f87-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1746113615; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=aTEGOeG33vld++KlfRTto7nM9LSEC5GOTSCwxQxBsgs=; b=ju87q3K22A1zI6NDtNCsdtcW+jmfTgNrZv9+n794Ll26qQbAQJY1bjV3sSlp0ACd Glb6uT+18dnkUbuvXT7BaenxA1uDaEYaSx0GjmSTzVndoEDGK8RkrTVVGYZChQHrVOc p1JRrh7thl4hCAsULEIA7koeTNAomAtwYXf0xYzQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1746113615; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=aTEGOeG33vld++KlfRTto7nM9LSEC5GOTSCwxQxBsgs=; b=cvSYe4VJuHk/meWhr7BDREIQlCpZn1b4rFyg0VwyhvML4RNY4RET/QyYCOQS42ec mD3uHA8O4WzTES2ruo3xDCoT8wOASwvOVvPEBcKJ7XHJWowdVUJvy2RZPn9CPqle4af +knkViRQrafgu7mcdZQVr1RHckds1Aov6PHWvfng= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libcgroup: upgrading to 3.2.0 SUCCEEDED Message-ID: <010101968c7b557b-a7f5d7f8-6785-4e93-86c1-89db9b6b4f87-000000@us-west-2.amazonses.com> Date: Thu, 1 May 2025 15:33:35 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.05.01-54.240.27.192 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 01 May 2025 15:33:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/215801 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libcgroup* to *3.2.0* has Succeeded. Next steps: - apply the patch: git am 0001-libcgroup-upgrade-3.1.0-3.2.0.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 6db4c8a76c0bbc8ca04fd141dfc0a236c167f0bb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 May 2025 07:52:48 +0000 Subject: [PATCH] libcgroup: upgrade 3.1.0 -> 3.2.0 --- ...akefile-install-systemd.h-by-default.patch | 37 ------------------- ...{libcgroup_3.1.0.bb => libcgroup_3.2.0.bb} | 6 +-- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch rename meta/recipes-core/libcgroup/{libcgroup_3.1.0.bb => libcgroup_3.2.0.bb} (84%) diff --git a/meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch b/meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch deleted file mode 100644 index 4b743f9b33..0000000000 --- a/meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 592dcdcf243576bd2517d3da9bc18990de08e37e Mon Sep 17 00:00:00 2001 -From: Kamalesh Babulal -Date: Mon, 27 Nov 2023 20:07:33 +0530 -Subject: [PATCH 1/1] include/Makefile: install systemd.h by default - -Install systemd.h header file by default, as we have stub and defined -versions of the systemd functions for both non-systemd and systemd -enabled configurations. This will help packagers to ship package -without systemd support (--enable-systemd=no). - -Signed-off-by: Kamalesh Babulal -Signed-off-by: Tom Hromatka - -Upstream-Status: Backport [https://github.com/libcgroup/libcgroup/commit/592dcdcf243576bd2517d3da9bc18990de08e37e] - -Signed-off-by: Adriaan Schmidt ---- - include/Makefile.am | 6 +----- - 1 file changed, 1 insertion(+), 5 deletions(-) - -diff --git a/include/Makefile.am b/include/Makefile.am -index 23cebaac..4cb05529 100644 ---- a/include/Makefile.am -+++ b/include/Makefile.am -@@ -2,8 +2,4 @@ - nobase_include_HEADERS = libcgroup.h libcgroup/error.h libcgroup/init.h \ - libcgroup/groups.h libcgroup/tasks.h \ - libcgroup/iterators.h libcgroup/config.h \ -- libcgroup/log.h libcgroup/tools.h -- --if WITH_SYSTEMD --nobase_include_HEADERS += libcgroup/systemd.h --endif -+ libcgroup/log.h libcgroup/tools.h libcgroup/systemd.h --- -2.39.2 - diff --git a/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb b/meta/recipes-core/libcgroup/libcgroup_3.2.0.bb similarity index 84% rename from meta/recipes-core/libcgroup/libcgroup_3.1.0.bb rename to meta/recipes-core/libcgroup/libcgroup_3.2.0.bb index a1d27c7e7f..28562a5b37 100644 --- a/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb +++ b/meta/recipes-core/libcgroup/libcgroup_3.2.0.bb @@ -12,12 +12,10 @@ inherit autotools pkgconfig github-releases DEPENDS = "bison-native flex-native" DEPENDS:append:libc-musl = " fts" -SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ - file://0001-include-Makefile-install-systemd.h-by-default.patch \ -" +SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz" UPSTREAM_CHECK_URI = "https://github.com/libcgroup/libcgroup/tags" -SRC_URI[sha256sum] = "976ec4b1e03c0498308cfd28f1b256b40858f636abc8d1f9db24f0a7ea9e1258" +SRC_URI[sha256sum] = "9a0fc2d6c377215c3e0d849f9189ecd91fd075f1da0a24b73f56c8892e86bdfe" PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}" PACKAGECONFIG[pam] = "--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes,--enable-pam=no,libpam"