To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] util-macros: upgrading to 1.20.2 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241115050525/all/util-macros/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241115050525/all/util-macros/0001-util-macros-upgrade-1.20.1-1.20.2.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241115050525/all/util-macros/buildhistory-diff-full.txt 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 = "" -- 2.44.1