From patchwork Sun Oct 15 19:45:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 32808 Return-Path: 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 4EB1DCDB482 for ; Sun, 15 Oct 2023 19:45:20 +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.web10.102683.1697399116894697257 for ; Sun, 15 Oct 2023 12:45:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=WI+5VH6/; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=M+O0y1ic; spf=pass (domain: automation.yoctoproject.org, ip: 54.240.27.45, mailfrom: 0101018b34df0f24-be4cc7e4-cfe3-4ac3-8071-1410a3477937-000000@automation.yoctoproject.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1697399116; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=FnLVT0x9MO7VX5C4VTSw6r1FjGv9/3WawiNRUgDKo2U=; b=WI+5VH6/XbBEnTKL6IEfegbjh1FPAwYy8yrCZYBM0hF+08LIU0nEuvlR7fuMpggC nP7hmWP/vJ7F6OSU13X85i2OfVk11s/LgpioeDliW0RDuxBDJnHdRsj4a0BXcVmGcRi 7B5CbddU3lA9+mKFCvrEYRxys1G+9ujEiqdwxaGE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1697399116; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=FnLVT0x9MO7VX5C4VTSw6r1FjGv9/3WawiNRUgDKo2U=; b=M+O0y1ic8Vr97aGkGEO3G1q0lVIOtYxuchQwdui1dl2uPnitEq+GDlx4r11ozPhs TgXupquyxS8X5U5C2pDanO622Eyv+wymXoEsDR+GMvmkqWgE/b7TGfogUvV415NmCXL GGTWGiYA59VnuxPlqgyJGBDPm8m/rp+uvzwRYrZI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libsdl2: upgrading to 2.28.4 SUCCEEDED Message-ID: <0101018b34df0f24-be4cc7e4-cfe3-4ac3-8071-1410a3477937-000000@us-west-2.amazonses.com> Date: Sun, 15 Oct 2023 19:45:15 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.10.15-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 ; Sun, 15 Oct 2023 19:45:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189250 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libsdl2* to *2.28.4* has Succeeded. Next steps: - apply the patch: git am 0001-libsdl2-upgrade-2.28.3-2.28.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 d1575c762186fb301470a0517b2b86c1f70c2772 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Oct 2023 16:21:53 +0000 Subject: [PATCH] libsdl2: upgrade 2.28.3 -> 2.28.4 --- .../libsdl2/{libsdl2_2.28.3.bb => libsdl2_2.28.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.28.3.bb => libsdl2_2.28.4.bb} (97%) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.28.3.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.28.4.bb similarity index 97% rename from meta/recipes-graphics/libsdl2/libsdl2_2.28.3.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.28.4.bb index f866a3618f..3fed10878f 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.28.3.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.28.4.bb @@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "7acb8679652701a2504d734e2ba7543ec1a83e310498ddd22fd44bf965eb5518" +SRC_URI[sha256sum] = "888b8c39f36ae2035d023d1b14ab0191eb1d26403c3cf4d4d5ede30e66a4942c" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even