openembedded-core.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [OE-core][PATCH v1] lua: upgrade 5.5.0 -> 5.5.1
@ 2026-08-20 13:49 Pratik Farkase
  2026-08-20 14:00 ` Antonin Godard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pratik Farkase @ 2026-08-20 13:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: pratik.farkase, Pratik Farkase

Release: http://www.lua.org/ftp/
Signed-off-by: Pratik Farkase <pratik.farkase@est.tech>
---
 meta/recipes-devtools/lua/{lua_5.5.0.bb => lua_5.5.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/lua/{lua_5.5.0.bb => lua_5.5.1.bb} (91%)

diff --git a/meta/recipes-devtools/lua/lua_5.5.0.bb b/meta/recipes-devtools/lua/lua_5.5.1.bb
similarity index 91%
rename from meta/recipes-devtools/lua/lua_5.5.0.bb
rename to meta/recipes-devtools/lua/lua_5.5.1.bb
index 905dd01001..acf62fc855 100644
--- a/meta/recipes-devtools/lua/lua_5.5.0.bb
+++ b/meta/recipes-devtools/lua/lua_5.5.1.bb
@@ -1,7 +1,7 @@
 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,8 +12,8 @@ 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[tarballtest.sha256sum] = "5e47bbfad7db2965d69580e918ee64edeb8d8d32de404b8dae9ce5c6d76a1472"
+SRC_URI[tarballsrc.sha256sum] = "1c4b4068d67061f2a2231ad2b5422e77acea1487ea9890f6320af614f4373dce"
+SRC_URI[tarballtest.sha256sum] = "da07b543872dc0bb2ff12aabd0c248578d78df3eb6b67efdc537a46d455c7f31"
 
 inherit pkgconfig binconfig ptest
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [OE-core][PATCH v1] lua: upgrade 5.5.0 -> 5.5.1
  2026-08-20 13:49 [OE-core][PATCH v1] lua: upgrade 5.5.0 -> 5.5.1 Pratik Farkase
@ 2026-08-20 14:00 ` Antonin Godard
  2026-08-20 14:01 ` Patchtest results for " patchtest
  2026-08-20 14:07 ` [OE-core][PATCH v2 1/2] " Pratik Farkase
  2 siblings, 0 replies; 4+ messages in thread
From: Antonin Godard @ 2026-08-20 14:00 UTC (permalink / raw)
  To: Pratik Farkase, openembedded-core; +Cc: pratik.farkase

Hi,

On Thu Aug 20, 2026 at 3:49 PM CEST, Pratik Farkase wrote:
> Release: http://www.lua.org/ftp/
> Signed-off-by: Pratik Farkase <pratik.farkase@est.tech>
> ---
>  meta/recipes-devtools/lua/{lua_5.5.0.bb => lua_5.5.1.bb} | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-devtools/lua/{lua_5.5.0.bb => lua_5.5.1.bb} (91%)
>
> diff --git a/meta/recipes-devtools/lua/lua_5.5.0.bb b/meta/recipes-devtools/lua/lua_5.5.1.bb
> similarity index 91%
> rename from meta/recipes-devtools/lua/lua_5.5.0.bb
> rename to meta/recipes-devtools/lua/lua_5.5.1.bb
> index 905dd01001..acf62fc855 100644
> --- a/meta/recipes-devtools/lua/lua_5.5.0.bb
> +++ b/meta/recipes-devtools/lua/lua_5.5.1.bb
> @@ -1,7 +1,7 @@
>  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"

I think you need to set the License-Update: tag in your commit message
(https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#license-updates)

Antonin


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Patchtest results for [OE-core][PATCH v1] lua: upgrade 5.5.0 -> 5.5.1
  2026-08-20 13:49 [OE-core][PATCH v1] lua: upgrade 5.5.0 -> 5.5.1 Pratik Farkase
  2026-08-20 14:00 ` Antonin Godard
@ 2026-08-20 14:01 ` patchtest
  2026-08-20 14:07 ` [OE-core][PATCH v2 1/2] " Pratik Farkase
  2 siblings, 0 replies; 4+ messages in thread
From: patchtest @ 2026-08-20 14:01 UTC (permalink / raw)
  To: Pratik Farkase; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 3118 bytes --]

Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:

---
Testing patch /home/patchtest/share/mboxes/v1-lua-upgrade-5.5.0---5.5.1.patch

FAIL: test lic files chksum modified not mentioned: LIC_FILES_CHKSUM changed without "License-Update:" tag and description in commit message (test_metadata.TestMetadata.test_lic_files_chksum_modified_not_mentioned)

PASS: pretest src uri left files (test_metadata.TestMetadata.pretest_src_uri_left_files)
PASS: test CVE check ignore (test_metadata.TestMetadata.test_cve_check_ignore)
PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence)
PASS: test auh changelog truncation notice (test_mbox.TestMbox.test_auh_changelog_truncation_notice)
PASS: test author valid (test_mbox.TestMbox.test_author_valid)
PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence)
PASS: test commit message user tags (test_mbox.TestMbox.test_commit_message_user_tags)
PASS: test max line length (test_metadata.TestMetadata.test_max_line_length)
PASS: test mbox format (test_mbox.TestMbox.test_mbox_format)
PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade)
PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format)
PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length)
PASS: test src uri left files (test_metadata.TestMetadata.test_src_uri_left_files)
PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list)

SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint)
SKIP: test CVE tag format: No new source patches introduced (test_patch.TestPatch.test_cve_tag_format)
SKIP: test Signed-off-by presence: No new source patches introduced (test_patch.TestPatch.test_signed_off_by_presence)
SKIP: test Upstream-Status presence: No new source patches introduced (test_patch.TestPatch.test_upstream_status_presence_format)
SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format)
SKIP: test lic files chksum presence: No added recipes, skipping test (test_metadata.TestMetadata.test_lic_files_chksum_presence)
SKIP: test license presence: No added recipes, skipping test (test_metadata.TestMetadata.test_license_presence)
SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint)
SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head)
SKIP: test summary presence: No added recipes, skipping test (test_metadata.TestMetadata.test_summary_presence)

---

Please address the issues identified and
submit a new revision of the patch, or alternatively, reply to this
email with an explanation of why the patch should be accepted. If you
believe these results are due to an error in patchtest, please submit a
bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category
under 'Yocto Project Subprojects'). For more information on specific
failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank
you!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [OE-core][PATCH v2 1/2] lua: upgrade 5.5.0 -> 5.5.1
  2026-08-20 13:49 [OE-core][PATCH v1] lua: upgrade 5.5.0 -> 5.5.1 Pratik Farkase
  2026-08-20 14:00 ` Antonin Godard
  2026-08-20 14:01 ` Patchtest results for " patchtest
@ 2026-08-20 14:07 ` Pratik Farkase
  2 siblings, 0 replies; 4+ messages in thread
From: Pratik Farkase @ 2026-08-20 14:07 UTC (permalink / raw)
  To: openembedded-core; +Cc: pratik.farkase, Pratik Farkase

Release: http://www.lua.org/ftp/

License-Update: Copyright year changed from 2025 to 2026
Signed-off-by: Pratik Farkase <pratik.farkase@est.tech>
---
Changes in v2:
- Added License-Update tag for copyright year change (2025 -> 2026)

 meta/recipes-devtools/lua/{lua_5.5.0.bb => lua_5.5.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/lua/{lua_5.5.0.bb => lua_5.5.1.bb} (91%)

diff --git a/meta/recipes-devtools/lua/lua_5.5.0.bb b/meta/recipes-devtools/lua/lua_5.5.1.bb
similarity index 91%
rename from meta/recipes-devtools/lua/lua_5.5.0.bb
rename to meta/recipes-devtools/lua/lua_5.5.1.bb
index 905dd01001..acf62fc855 100644
--- a/meta/recipes-devtools/lua/lua_5.5.0.bb
+++ b/meta/recipes-devtools/lua/lua_5.5.1.bb
@@ -1,7 +1,7 @@
 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,8 +12,8 @@ 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[tarballtest.sha256sum] = "5e47bbfad7db2965d69580e918ee64edeb8d8d32de404b8dae9ce5c6d76a1472"
+SRC_URI[tarballsrc.sha256sum] = "1c4b4068d67061f2a2231ad2b5422e77acea1487ea9890f6320af614f4373dce"
+SRC_URI[tarballtest.sha256sum] = "da07b543872dc0bb2ff12aabd0c248578d78df3eb6b67efdc537a46d455c7f31"
 
 inherit pkgconfig binconfig ptest
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-20 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20 13:49 [OE-core][PATCH v1] lua: upgrade 5.5.0 -> 5.5.1 Pratik Farkase
2026-08-20 14:00 ` Antonin Godard
2026-08-20 14:01 ` Patchtest results for " patchtest
2026-08-20 14:07 ` [OE-core][PATCH v2 1/2] " Pratik Farkase

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).