From patchwork Mon Nov 18 21:16:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 52674 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 59E2FD591D3 for ; Mon, 18 Nov 2024 21:16:49 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.4785.1731964604654967775 for ; Mon, 18 Nov 2024 13:16:44 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=AesTh5+Q; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=wy99NxTK; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019341228e38-af2cd83f-3886-4b90-b869-f441658f05d2-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=1731964604; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=iZWC5tYRr/YFZDyO+dS0RT5Mvkhwr44RWOskUmPLBfM=; b=AesTh5+QJCcOICHlgNCsnL/s3vchj9ErnxSIi0KOr5z8PH81rUyqtj5ZXFjn8/j0 /sJ1ZyDlM5eYGrDY27Eswy89B9y4JNXxj6u1eP/2xpQtrWi7/ChUdJfw9gVjXfCMiwm rkX5DJjQw+o3OrrRg2oQtOy3rzp2uX7NFqHCnqKE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1731964604; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=iZWC5tYRr/YFZDyO+dS0RT5Mvkhwr44RWOskUmPLBfM=; b=wy99NxTKXWT9LOGokZL+btNm5chhW/JK0c/kS+fzK/nVG0c8myjw1cuV1+G41LW/ LNui/HpRZAfIHxFMgtChFlrk+A0j82QhLEY3DK7Lqtpk9CHQcZ0kWxmUNyMFg+6QWJ8 ZEn04pL0hpjfC5BXmO0N4pRHFcj8LgkNl9Itbpe8= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] util-macros: upgrading to 1.20.2 SUCCEEDED Message-ID: <0101019341228e38-af2cd83f-3886-4b90-b869-f441658f05d2-000000@us-west-2.amazonses.com> Date: Mon, 18 Nov 2024 21:16:43 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.11.18-54.240.27.193 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 ; Mon, 18 Nov 2024 21:16:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/207242 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *util-macros* to *1.20.2* has Succeeded. Next steps: - apply the patch: git am 0001-util-macros-upgrade-1.20.1-1.20.2.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 68737dbc14af7047583fdcd96864a866a84582a0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 16 Nov 2024 00:08:41 +0000 Subject: [PATCH] util-macros: upgrade 1.20.1 -> 1.20.2 --- ...xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch | 4 ++-- .../{util-macros_1.20.1.bb => util-macros_1.20.2.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-util/{util-macros_1.20.1.bb => util-macros_1.20.2.bb} (85%) diff --git a/meta/recipes-graphics/xorg-util/util-macros/0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch b/meta/recipes-graphics/xorg-util/util-macros/0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch index e08b586bf0..0670cf5715 100644 --- a/meta/recipes-graphics/xorg-util/util-macros/0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch +++ b/meta/recipes-graphics/xorg-util/util-macros/0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch @@ -1,4 +1,4 @@ -From 6afaaf164ab9370204856961a92ad8ee523a8293 Mon Sep 17 00:00:00 2001 +From ffd285a567e69f1bba5d47c4c0bb493345678055 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 3 Mar 2023 13:24:58 +0100 Subject: [PATCH] xorg-macros.m4.in: do not run AC_CANONICAL_HOST in manpage @@ -15,7 +15,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 deletion(-) diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in -index 3b8b8e9..6541236 100644 +index b15daf1..2a526a4 100644 --- a/xorg-macros.m4.in +++ b/xorg-macros.m4.in @@ -111,7 +111,6 @@ AC_SUBST(TRADITIONALCPPFLAGS) diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb b/meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb similarity index 85% rename from meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb rename to meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb index 8a0e7bec41..c8e0b8d490 100644 --- a/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb +++ b/meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb @@ -11,7 +11,7 @@ PE = "1" SRC_URI += "file://0001-xorg-macros.m4.in-do-not-run-AC_CANONICAL_HOST-in-ma.patch" -SRC_URI[sha256sum] = "b373f72887b1394ce2193180a60cb0d1fb8b17bc96ddd770cfd7a808cb489a15" +SRC_URI[sha256sum] = "f642f8964d81acdf06653fdf9dbc210c43ce4bd308bd644a8d573148d0ced76b" # ${PN} is empty so we need to tweak -dev and -dbg package dependencies DEV_PKG_DEPENDENCY = ""