From patchwork Wed Feb 18 18:41:41 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: 81331 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 1DEE7C531BC for ; Wed, 18 Feb 2026 18:41:47 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.1409.1771440094295998695 for ; Wed, 18 Feb 2026 10:41:42 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=DCs3wyr1; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=gRjs911t; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019c720ed887-cd4c2147-90c4-4129-9d5f-1440e6de47fe-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1771440101; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=zcsHlWMXmnbJviR9QQUtsu1pCDr+lx3qBGGogWgbODk=; b=DCs3wyr1DubhtiLIZGc2F1Llu9fi5FW6L/goi3fe28tBn5Vbv65azMqzaaC+xUci l3thwnwf67M/Szyfg29YcE8Un3m3VVvBw4g/YkW08L5jLbcCbnZmWR1l4W9PKE2Ywv+ fWAva++Y1NdGrKNhIRUOkDeyPmyYc6tze2fIKm7s= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1771440101; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=zcsHlWMXmnbJviR9QQUtsu1pCDr+lx3qBGGogWgbODk=; b=gRjs911tQyDT5iUNA9yHvGM6XwqnRk5AbcvpoL4exNU5W5bGx50ToOz2Yu9Rgf0y 0N4dJXDwoQE56UO5rBUls4ILXkSecu6Ea+d6SAA8aplZnc2Rj22NNYTEZyZB47+G/J9 sPoo6TLrceEo5Ht3XimhJ1qIUPQqU6zgvDcDyFPY= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] lua: upgrading to 5.5.0 FAILED Message-ID: <0101019c720ed887-cd4c2147-90c4-4129-9d5f-1440e6de47fe-000000@us-west-2.amazonses.com> Date: Wed, 18 Feb 2026 18:41:41 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.02.18-54.240.27.191 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 ; Wed, 18 Feb 2026 18:41:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/231349 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *lua* to *5.5.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-lua-upgrade-5.4.8-5.5.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 68a85368da740f778a3f08680316b84ed4b0a93c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 18 Feb 2026 12:57:42 +0000 Subject: [PATCH] lua: upgrade 5.4.8 -> 5.5.0 --- .../lua/{lua_5.4.8.bb => lua_5.5.0.bb} | 37 ++++++++++++++++++- 1 file changed, 35 insertions(+), 2 deletions(-) rename meta/recipes-devtools/lua/{lua_5.4.8.bb => lua_5.5.0.bb} (63%) diff --git a/meta/recipes-devtools/lua/lua_5.4.8.bb b/meta/recipes-devtools/lua/lua_5.5.0.bb similarity index 63% rename from meta/recipes-devtools/lua/lua_5.4.8.bb rename to meta/recipes-devtools/lua/lua_5.5.0.bb index 1d37cddeb8..3b23b1d4ad 100644 --- a/meta/recipes-devtools/lua/lua_5.4.8.bb +++ b/meta/recipes-devtools/lua/lua_5.5.0.bb @@ -1,7 +1,40 @@ +# 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,9 +1,3 @@ +# -Copyright © 1994–2025 Lua.org, PUC-Rio. +# - +# -

+# -Permission is hereby granted, free of charge, to any person obtaining a copy +# -of this software and associated documentation files (the "Software"), to deal +# -in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# @@ -20,3 +14,9 @@ +# 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. +# + +# +

+# + +# +