From patchwork Tue Apr 1 12:43:28 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 60448 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 1485EC369DC for ; Tue, 1 Apr 2025 12:43:36 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web10.18036.1743511384775981397 for ; Tue, 01 Apr 2025 05:43:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Qgh5nYCQ; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=piqqSHjM; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 01010195f160cda9-fcfeb809-6449-4715-ac83-ead21b7b5d9c-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=1743511408; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=txTBzNsKcVzGcpzVcIEM0Cr5F+5ItiXWRpcc36ebIcc=; b=Qgh5nYCQ9CXDNxo9rJh0Fy8q8Hin9TVUUpxY0+AzCCIEXbvrlSlP2fxqRYcEUJnD dA3VhX9S/L5oz8bue9Lmbq2F6/gLjmH020WIyeVZzVlUiYEIQIRj2aqKQafLI0uNLuf ooxbtpRXkdoRi/W75Ccn17i7ieHVSzl5GYpphU6g= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1743511408; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=txTBzNsKcVzGcpzVcIEM0Cr5F+5ItiXWRpcc36ebIcc=; b=piqqSHjMB+/jiinpLPejF5FCNgCZTBIK864NJ2uNNeOlkOfCg5tUiBytzy+XrG2u WvqLaQuXcO2FI5S72+XIVY1RAwLeelpBNpoWudvMAXVxncxxUkUwQUH4ihTMpWIPt/F MmeIU4+pbJbkhwh41+ATbTdtayABxutYmcwAGoyk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libsdl2: upgrading to 2.32.4 SUCCEEDED Message-ID: <01010195f160cda9-fcfeb809-6449-4715-ac83-ead21b7b5d9c-000000@us-west-2.amazonses.com> Date: Tue, 1 Apr 2025 12:43:28 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.01-54.240.27.29 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, 01 Apr 2025 12:43:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214100 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libsdl2* to *2.32.4* has Succeeded. Next steps: - apply the patch: git am 0001-libsdl2-upgrade-2.32.2-2.32.4.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 5d4a086d65c2c5a91d42691865e2ff81bad4b481 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Apr 2025 11:06:23 +0000 Subject: [PATCH] libsdl2: upgrade 2.32.2 -> 2.32.4 --- ...9fe9c7931738ed63d257b1d7fb8a07b66824.patch | 35 ------------------- .../{libsdl2_2.32.2.bb => libsdl2_2.32.4.bb} | 3 +- 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/9e079fe9c7931738ed63d257b1d7fb8a07b66824.patch rename meta/recipes-graphics/libsdl2/{libsdl2_2.32.2.bb => libsdl2_2.32.4.bb} (96%) diff --git a/meta/recipes-graphics/libsdl2/libsdl2/9e079fe9c7931738ed63d257b1d7fb8a07b66824.patch b/meta/recipes-graphics/libsdl2/libsdl2/9e079fe9c7931738ed63d257b1d7fb8a07b66824.patch deleted file mode 100644 index f8c0598130..0000000000 --- a/meta/recipes-graphics/libsdl2/libsdl2/9e079fe9c7931738ed63d257b1d7fb8a07b66824.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 9e079fe9c7931738ed63d257b1d7fb8a07b66824 Mon Sep 17 00:00:00 2001 -From: Neal Gompa -Date: Mon, 10 Feb 2025 05:00:56 -0500 -Subject: [PATCH] pipewire: Ensure that the correct struct is used for - enumeration APIs - -PipeWire now requires the correct struct type is used, otherwise -it will fail to compile. - -Reference: https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/188d920733f0791413d3386e5536ee7377f71b2f - -Fixes: https://github.com/libsdl-org/SDL/issues/12224 -(cherry picked from commit d35bef64e913dd7d5dd3153a4b61f10ef837dad6) -(cherry picked from commit 6be87ceb33a9aad3bf5204bb13b3a5e8b498fd26) - -Upstream-Status: Backport [https://github.com/libsdl-org/SDL/commit/9e079fe9c7931738ed63d257b1d7fb8a07b66824] - -Signed-off-by: Markus Volk ---- - src/audio/pipewire/SDL_pipewire.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/audio/pipewire/SDL_pipewire.c b/src/audio/pipewire/SDL_pipewire.c -index 889e05decb293..5d1bfc28dedb7 100644 ---- a/src/audio/pipewire/SDL_pipewire.c -+++ b/src/audio/pipewire/SDL_pipewire.c -@@ -590,7 +590,7 @@ static void node_event_info(void *object, const struct pw_node_info *info) - - /* Need to parse the parameters to get the sample rate */ - for (i = 0; i < info->n_params; ++i) { -- pw_node_enum_params(node->proxy, 0, info->params[i].id, 0, 0, NULL); -+ pw_node_enum_params((struct pw_node*)node->proxy, 0, info->params[i].id, 0, 0, NULL); - } - - hotplug_core_sync(node); diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.32.4.bb similarity index 96% rename from meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.32.4.bb index 8226774a9e..28338b0936 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.32.4.bb @@ -22,11 +22,10 @@ LIC_FILES_CHKSUM:append = " ${@bb.utils.contains('PACKAGECONFIG', 'arm-neon', 'f PROVIDES = "virtual/libsdl2" SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" -SRC_URI += "file://9e079fe9c7931738ed63d257b1d7fb8a07b66824.patch" S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "c5f30c427fd8107ee4a400c84d4447dd211352512eaf0b6e89cc6a50a2821922" +SRC_URI[sha256sum] = "f15b478253e1ff6dac62257ded225ff4e7d0c5230204ac3450f1144ee806f934" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even UPSTREAM_CHECK_REGEX = "SDL2-(?P\d+\.(\d*[02468])+(\.\d+)+)\.tar"