From patchwork Tue Apr 16 06:14:10 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: 42504 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 6413FC3DA62 for ; Tue, 16 Apr 2024 06:14:16 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.13422.1713248037130602273 for ; Mon, 15 Apr 2024 23:14:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=WLYQmX/g; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=NPdC1prk; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018ee58a9c92-02999a27-c302-4311-ad91-8e226f19f502-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=1713248050; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=QIbqv7PsmNFUhXWvnZieWJxlyZuI9/Ei+29CEzytDoU=; b=WLYQmX/gYrMNqt1Wu0lSS1wiSMoVV8FZnuU70FkrkHKCEkSIdTJSWI4/tnP+G2/8 QXvI+VZaou2IBSI6J+3lUesuO4p5WvqwJeXnG5F24guyCerfmkhcP0Yw0uMwroWEbRx WbBtF/k6neFCeVceyMeTZKbPgRLu79Fj2e8hoaKU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1713248050; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=QIbqv7PsmNFUhXWvnZieWJxlyZuI9/Ei+29CEzytDoU=; b=NPdC1prkugJqdCQhZI+hn9a2cGW2vRVgHmYEjpZq84EquQgs5croTHLKCMxUIDKr yJgrzDoRUBepg5FNBDzPnBE1j4ZfQUQvGlX5Tr5YMISZhbky3nkMZ4Xx20H7IpJj3hp gTk4em08yUYvPoy83aM4BUEl0R430I96a1k/QlHU= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] xcb-proto: upgrading to 1.17.0 SUCCEEDED Message-ID: <0101018ee58a9c92-02999a27-c302-4311-ad91-8e226f19f502-000000@us-west-2.amazonses.com> Date: Tue, 16 Apr 2024 06:14:10 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.16-54.240.27.30 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 ; Tue, 16 Apr 2024 06:14:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198385 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xcb-proto* to *1.17.0* has Succeeded. Next steps: - apply the patch: git am 0001-xcb-proto-upgrade-1.16.0-1.17.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 4e67eb8eaab81af2410faa7da0b6cc934f849316 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 16 Apr 2024 00:46:05 +0000 Subject: [PATCH] xcb-proto: upgrade 1.16.0 -> 1.17.0 --- .../0001-Fix-install-conflict-when-enable-multilib.patch | 7 ++----- .../xcb-proto/0001-xcb-proto.pc.in-reinstate-libdir.patch | 2 +- .../{xcb-proto_1.16.0.bb => xcb-proto_1.17.0.bb} | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) rename meta/recipes-graphics/xorg-proto/{xcb-proto_1.16.0.bb => xcb-proto_1.17.0.bb} (92%) diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto/0001-Fix-install-conflict-when-enable-multilib.patch b/meta/recipes-graphics/xorg-proto/xcb-proto/0001-Fix-install-conflict-when-enable-multilib.patch index 4209139da8..acb6c8b140 100644 --- a/meta/recipes-graphics/xorg-proto/xcb-proto/0001-Fix-install-conflict-when-enable-multilib.patch +++ b/meta/recipes-graphics/xorg-proto/xcb-proto/0001-Fix-install-conflict-when-enable-multilib.patch @@ -1,4 +1,4 @@ -From fc28149b6b198042c8d29e0931415adad7ed3231 Mon Sep 17 00:00:00 2001 +From 46687bacbcbb42815fe189c2ff28ba07aae4ee8e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 16 Mar 2023 08:03:47 +0000 Subject: [PATCH] Fix install conflict when enable multilib. @@ -16,7 +16,7 @@ Signed-off-by: Wang Mingyu 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am -index 8b57a83..580f5bc 100644 +index 8b57a83..0312e7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ @@ -27,6 +27,3 @@ index 8b57a83..580f5bc 100644 pkgconfig_DATA = xcb-proto.pc EXTRA_DIST=doc xcb-proto.pc.in autogen.sh README.md --- -2.34.1 - diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto/0001-xcb-proto.pc.in-reinstate-libdir.patch b/meta/recipes-graphics/xorg-proto/xcb-proto/0001-xcb-proto.pc.in-reinstate-libdir.patch index fe0a96c207..ec0a5c5be6 100644 --- a/meta/recipes-graphics/xorg-proto/xcb-proto/0001-xcb-proto.pc.in-reinstate-libdir.patch +++ b/meta/recipes-graphics/xorg-proto/xcb-proto/0001-xcb-proto.pc.in-reinstate-libdir.patch @@ -1,4 +1,4 @@ -From ed499cffabe64fc1dc5898cb69ffa7e62c19e9d8 Mon Sep 17 00:00:00 2001 +From a4cfada0e7cec8627da7d1aba9f786f92c5ac380 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 5 Jul 2022 21:19:20 +0200 Subject: [PATCH] xcb-proto.pc.in: reinstate libdir diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb similarity index 92% rename from meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb rename to meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb index 67c1e8d97d..2a78a87e77 100644 --- a/meta/recipes-graphics/xorg-proto/xcb-proto_1.16.0.bb +++ b/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb @@ -15,7 +15,7 @@ SRC_URI = "https://xorg.freedesktop.org/archive/individual/proto/${BP}.tar.xz \ file://0001-xcb-proto.pc.in-reinstate-libdir.patch \ file://0001-Fix-install-conflict-when-enable-multilib.patch \ " -SRC_URI[sha256sum] = "a75a1848ad2a89a82d841a51be56ce988ff3c63a8d6bf4383ae3219d8d915119" +SRC_URI[sha256sum] = "2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c" inherit autotools pkgconfig python3native