From patchwork Mon Apr 1 18:03:23 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: 41823 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 E55E7CD1288 for ; Mon, 1 Apr 2024 18:03:28 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web11.44643.1711994601508465196 for ; Mon, 01 Apr 2024 11:03:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=NcK1cVsA; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=LOBG0NcL; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101018e9ad48644-12140f05-b23a-4a05-82e5-c3ee3650030e-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1711994603; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=KdcVpG3/xN0Bf4wp83WM9TKY7aUrEspqUxRYMSfIRuY=; b=NcK1cVsAAh5xm7uDIHxSi0K8ztmMi9A/5Au0P75uFWSqr5Tnla5j2JzaBJSf+Diz WXLIJ8tJWS7e8iVIqPt9JX5iM3KiLX3I1wMYUW7mpXQOTBNSZ2hKlC21Dl8oO5PuVTR sWq30JPTnysFJLBSDc7MTffJYKtZuqbX4S9MAFO4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1711994603; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=KdcVpG3/xN0Bf4wp83WM9TKY7aUrEspqUxRYMSfIRuY=; b=LOBG0NcLMfv3U04u5Gtta9SvMGT2WI4AgSfOMagyYUHIiKyjbvYmLtDRHSf/b5a2 +6nMNoILHbAWVbnGL5OSwuNudUXnhZZ6AJqbuhNC3RvnshGPtAKEtuZMXfMf4FjIuj8 qdoLAc7gTVOapNKnw+MIsaqZ0H9FEf/7S8CM0TQ4= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libxmu: upgrading to 1.2.0 SUCCEEDED Message-ID: <0101018e9ad48644-12140f05-b23a-4a05-82e5-c3ee3650030e-000000@us-west-2.amazonses.com> Date: Mon, 1 Apr 2024 18:03:23 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.01-54.240.27.33 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, 01 Apr 2024 18:03:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197776 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libxmu* to *1.2.0* has Succeeded. Next steps: - apply the patch: git am 0001-libxmu-upgrade-1.1.4-1.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 02ee8e419c5ed1590d755bcc467645ccd610c2fb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Apr 2024 15:07:10 +0000 Subject: [PATCH] libxmu: upgrade 1.1.4 -> 1.2.0 --- .../xorg-lib/{libxmu_1.1.4.bb => libxmu_1.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxmu_1.1.4.bb => libxmu_1.2.0.bb} (89%) diff --git a/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxmu_1.2.0.bb similarity index 89% rename from meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb rename to meta/recipes-graphics/xorg-lib/libxmu_1.2.0.bb index 3aae4030b7..d97bc7a3dd 100644 --- a/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxmu_1.2.0.bb @@ -27,4 +27,4 @@ FILES:libxmuu = "${libdir}/libXmuu.so.*" BBCLASSEXTEND = "native" -SRC_URI[sha256sum] = "210de3ab9c3e9382572c25d17c2518a854ce6e2c62c5f8315deac7579e758244" +SRC_URI[sha256sum] = "072026fe305889538e5b0c5f9cbcd623d2c27d2b85dcd37ca369ab21590b6963"