From patchwork Thu Feb 15 17:32:26 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: 39381 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 D162CC54E56 for ; Thu, 15 Feb 2024 17:32:32 +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.20343.1708018346927128946 for ; Thu, 15 Feb 2024 09:32:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=MoU/Bvij; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=V220/wxf; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018dadd3a833-ee1664d6-0c99-4771-b69e-413db7ff5aec-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=1708018346; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=8LL2vFODAj7QZrT88Kl5Ks3NzXUSibHHHf2PvluCmrw=; b=MoU/BvijQmyVE4nW9zFIdC27z7OcckhZMdaBwx8HSBj5FAUoFnK05KHj+Mn1iWns gTpVzDB9//4cSiKwp6lWhPUyBFbQDK7BP5mHqQRVFFmEp+VqIBLBvvjAzcOcePvpS01 kySNlrKmKObp8VNesK8z6CtTQHPVQVOw55e8U2ts= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018346; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=8LL2vFODAj7QZrT88Kl5Ks3NzXUSibHHHf2PvluCmrw=; b=V220/wxfaa98Lx9CJMh++FU00kezsK1l24Tk36lVMcKYdOx6cGa5Ztm8mj9di1Yf hRZCY9MYmkeAp5JXuynyXIicJl4B8W0V7wLdgt8Cgt/JJgCeYDp/kEIJ1vGJa6dXn0e c0+rcl3iqhvu3ZIBFuY47sxlH7Okse0kZuLnuW8k= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libsdl2: upgrading to 2.30.0 SUCCEEDED Message-ID: <0101018dadd3a833-ee1664d6-0c99-4771-b69e-413db7ff5aec-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:26 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.15-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 ; Thu, 15 Feb 2024 17:32:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195649 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libsdl2* to *2.30.0* has Succeeded. Next steps: - apply the patch: git am 0001-libsdl2-upgrade-2.28.5-2.30.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 ac94f03ba14596f601174c5ff0dc4973d587032e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 13:11:11 +0000 Subject: [PATCH] libsdl2: upgrade 2.28.5 -> 2.30.0 --- .../{libsdl2_2.28.5.bb => libsdl2_2.30.0.bb} | 32 +++++++++++++++---- 1 file changed, 25 insertions(+), 7 deletions(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.28.5.bb => libsdl2_2.30.0.bb} (75%) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.0.bb similarity index 75% rename from meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.30.0.bb index fd876df0ad..1a3802af53 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.28.5.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.30.0.bb @@ -1,3 +1,22 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE.txt +# +++ LICENSE.txt +# @@ -1,4 +1,4 @@ +# -Copyright (C) 1997-2023 Sam Lantinga +# +Copyright (C) 1997-2024 Sam Lantinga +# +# This software is provided 'as-is', without any express or implied +# warranty. In no event will the authors be held liable for any damages +# +# + SUMMARY = "Simple DirectMedia Layer" DESCRIPTION = "Simple DirectMedia Layer is a cross-platform multimedia \ library designed to provide low level access to audio, keyboard, mouse, \ @@ -8,12 +27,11 @@ BUGTRACKER = "http://bugzilla.libsdl.org/" SECTION = "libs" LICENSE = "Zlib & BSD-2-Clause" -LIC_FILES_CHKSUM = "\ - file://LICENSE.txt;md5=31f575634fd56b27fc6b6cbe8dc9bd38 \ - file://src/hidapi/LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077 \ - file://src/hidapi/LICENSE-bsd.txt;md5=b5fa085ce0926bb50d0621620a82361f \ - file://src/video/yuv2rgb/LICENSE;md5=79f8f3418d91531e05f0fc94ca67e071 \ -" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=25231a5b96ccdd8f39eb53c07717be64 \ + file://src/hidapi/LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077 \ + file://src/hidapi/LICENSE-bsd.txt;md5=b5fa085ce0926bb50d0621620a82361f \ + file://src/video/yuv2rgb/LICENSE;md5=79f8f3418d91531e05f0fc94ca67e071 \ + " # arm-neon adds MIT license LICENSE:append = " ${@bb.utils.contains('PACKAGECONFIG', 'arm-neon', '& MIT', '', d)}" @@ -25,7 +43,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4" +SRC_URI[sha256sum] = "36e2e41557e0fa4a1519315c0f5958a87ccb27e25c51776beb6f1239526447b0" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even