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: 42498 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 C1BDBC3DA5B for ; Tue, 16 Apr 2024 06:14:15 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.13468.1713248051034532037 for ; Mon, 15 Apr 2024 23:14:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=fU23WgVB; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=hkUwcihm; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018ee58a9d22-a7c710d8-8909-434f-a15e-84741ee030a0-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=FBZVTjFTBhiVyCGws/fnbj7ybVyxM4LYrn8biekjD4k=; b=fU23WgVBzCOPj1hR5ReMPS3vCwsVrPakNjO4pkwzfOjRMhJ1hKhoJXcDDzJfqFDw JarG4tcHZr2hJ82g2rzM+HX1LsmHcfyObci27IXguMCS+yUAcfX5qV1zZgaZb1nK0ky f+dwxesdu2cSzFM7QITD44BWiYs8oHL7iSk150cc= 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=FBZVTjFTBhiVyCGws/fnbj7ybVyxM4LYrn8biekjD4k=; b=hkUwcihmkMLJy+DI1L47mfQoO/1MQCS83NotcoUcLQC3H8oD43I7O7tKqwiAZJ2M 3euIaBMf3zKCDV0ohfkePnm264C6uMoAiNh0o6XVi+oKum4SzkAJj3hJjkOQ94z+ta6 A8Ti8ePCznthdqEP6AdWcX2P+Ph1jXIgto1WUQ4U= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libx11: upgrading to 1.8.9 SUCCEEDED Message-ID: <0101018ee58a9d22-a7c710d8-8909-434f-a15e-84741ee030a0-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.45 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:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198393 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libx11* to *1.8.9* has Succeeded. Next steps: - apply the patch: git am 0001-libx11-upgrade-1.8.7-1.8.9.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 924c6215ad8bd05d39391cdc99e3cabcbf6f9ac5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 16 Apr 2024 00:30:35 +0000 Subject: [PATCH] libx11: upgrade 1.8.7 -> 1.8.9 --- .../xorg-lib/libx11/disable_tests.patch | 24 +++++++++++++------ .../{libx11_1.8.7.bb => libx11_1.8.9.bb} | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) rename meta/recipes-graphics/xorg-lib/{libx11_1.8.7.bb => libx11_1.8.9.bb} (92%) diff --git a/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch b/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch index c1b6cde534..237c19cb9a 100644 --- a/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch +++ b/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch @@ -1,3 +1,8 @@ +From 175825f669c7d993efa97c5a7adaab4838a63416 Mon Sep 17 00:00:00 2001 +From: Marko Lindqvist +Date: Tue, 8 Jan 2013 09:16:37 +0200 +Subject: [PATCH] libx11: disable tests + Upstream-Status: Inappropriate [disable feature] Signed-off-by: Marko Lindqvist @@ -5,18 +10,23 @@ Signed-off-by: Marko Lindqvist Update for 1.6.1 Signed-off-by: Kai Kang +--- + nls/Makefile.am | 5 ----- + 1 file changed, 5 deletions(-) -diff -Nurd libX11-1.5.0/nls/Makefile.am libX11-1.5.0/nls/Makefile.am ---- libX11-1.5.0/nls/Makefile.am 2012-06-02 09:37:18.000000000 +0300 -+++ libX11-1.5.0/nls/Makefile.am 2013-01-02 16:10:24.960156131 +0200 -@@ -36,11 +36,6 @@ +diff --git a/nls/Makefile.am b/nls/Makefile.am +index 7eda58e..4d4050b 100644 +--- a/nls/Makefile.am ++++ b/nls/Makefile.am +@@ -36,11 +36,6 @@ locale.dir: locale.dir.pre < locale.dir.l1 > locale.dir.l2 - cat locale.dir.l2 locale.dir.l1 > locale.dir - + cat locale.dir.l2 locale.dir.l1 > locale.dir + -if HAVE_PERL -LOG_COMPILER = $(PERL) -TESTS = compose-check.pl -endif HAVE_PERL - - + # Per-locale data files + diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb b/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb similarity index 92% rename from meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb rename to meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb index 5f14e62446..5dcb063473 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.8.7.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb @@ -24,7 +24,7 @@ XORG_PN = "libX11" SRC_URI += "file://disable_tests.patch" -SRC_URI[sha256sum] = "05f267468e3c851ae2b5c830bcf74251a90f63f04dd7c709ca94dc155b7e99ee" +SRC_URI[sha256sum] = "779d8f111d144ef93e2daa5f23a762ce9555affc99592844e71c4243d3bd3262" inherit gettext