From patchwork Tue Aug 4 06:23:54 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 94403 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 8BF4FC55822 for ; Tue, 4 Aug 2026 06:23:56 +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.msgproc01-g2.10705.1785824635572499933 for ; Mon, 03 Aug 2026 23:23:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=ahuaXDDk; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=QVtY/2PR; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019fcb716715-1d8df2c9-1b83-4531-aa08-243f134c7340-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=1785824634; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=yVLVJs2GpZWhZFX3mxSEDiCMODWmd6lETpNUJoNtWLc=; b=ahuaXDDkdlmY+tKaN+LcsmSybEv4f5DkCU2eoaFyvT92Y67wHpcH35nZr17QaoxY j+Cwa3kbF04urlAcBSe/oCNnarxR+Gugefy8HG2W8WyONb/LblbbZDpX7IhuYt8p1LE 2ZwAYFO31xVdjinauOLai35UGf+Fuf04kfitUtYA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1785824634; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=yVLVJs2GpZWhZFX3mxSEDiCMODWmd6lETpNUJoNtWLc=; b=QVtY/2PRYYxdBkifOKM7Gz8Aq8nyaj0W5YHiaxNFGAWxgOWihu7rsGoyKsvzyfGM 4VjXWXj1oO1h6DWz/SMC16Ajuo9wXCuVw9NT1uG1ycU1pcAg1J1jCptdyhPblhW0phR H91Ahx4dPnQW63qmj+M+AijQe6Z3nFXZVuHRO//o= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] lua: upgrading to 5.5.1 FAILED Message-ID: <0101019fcb716715-1d8df2c9-1b83-4531-aa08-243f134c7340-000000@us-west-2.amazonses.com> Date: Tue, 4 Aug 2026 06:23:54 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.04-54.240.27.45 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 04 Aug 2026 06:23:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242703 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *lua* to *5.5.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-lua-upgrade-5.5.0-5.5.1.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 1b8e3bf22575de59c000a3165479e680f0042344 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 4 Aug 2026 05:42:02 +0000 Subject: [PATCH] lua: upgrade 5.5.0 -> 5.5.1 --- .../lua/{lua_5.5.0.bb => lua_5.5.1.bb} | 29 +++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) rename meta/recipes-devtools/lua/{lua_5.5.0.bb => lua_5.5.1.bb} (71%) diff --git a/meta/recipes-devtools/lua/lua_5.5.0.bb b/meta/recipes-devtools/lua/lua_5.5.1.bb similarity index 71% rename from meta/recipes-devtools/lua/lua_5.5.0.bb rename to meta/recipes-devtools/lua/lua_5.5.1.bb index 905dd01001..6932095426 100644 --- a/meta/recipes-devtools/lua/lua_5.5.0.bb +++ b/meta/recipes-devtools/lua/lua_5.5.1.bb @@ -1,7 +1,32 @@ +# 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: +# +# --- doc/readme.html +# +++ doc/readme.html +# @@ -1,4 +1,5 @@ +# -Copyright © 1994–2025 Lua.org, PUC-Rio. +# +
+# +Copyright © 1994–2026 Lua.org, PUC-Rio. +# +#

+# Permission is hereby granted, free of charge, to any person obtaining a copy +# @@ -19,4 +20,3 @@ +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# -THE SOFTWARE. +# +# + SUMMARY = "Lua is a powerful light-weight programming language designed \ for extending applications." LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=299;endline=320;md5=0e573c143cb6491b41cf02cfbcb8c267" +LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=299;endline=320;md5=c3c162d21db328baa0fc31baece7c9d5" HOMEPAGE = "http://www.lua.org/" SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \ @@ -12,7 +37,7 @@ SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \ # if no test suite matches PV release of Lua exactly, download the suite for the closest Lua release. PV_testsuites = "${PV}" -SRC_URI[tarballsrc.sha256sum] = "57ccc32bbbd005cab75bcc52444052535af691789dba2b9016d5c50640d68b3d" +SRC_URI[tarballsrc.sha256sum] = "1c4b4068d67061f2a2231ad2b5422e77acea1487ea9890f6320af614f4373dce" SRC_URI[tarballtest.sha256sum] = "5e47bbfad7db2965d69580e918ee64edeb8d8d32de404b8dae9ce5c6d76a1472" inherit pkgconfig binconfig ptest