mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
lua: upgrade 5.4.7 -> 5.4.8
License-Update: copyright year bump ptests passed: PASS: lua DURATION: 0 END: /usr/lib/lua/ptest 2025-08-11T12:07 STOP: ptest-runner TOTAL: 1 FAIL: 0 Changelog: https://github.com/lua/lua/compare/v5.4.7...v5.4.8 (From OE-Core rev: e44aec2610deffc5af2873cf4067a03142dfa384) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b78c5c2d98
commit
fddc590bb0
|
|
@ -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=305;endline=326;md5=344ad98880a7ee9ff6e1498a519a7c76"
|
||||
LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=305;endline=326;md5=0e573c143cb6491b41cf02cfbcb8c267"
|
||||
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] = "9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30"
|
||||
SRC_URI[tarballtest.sha256sum] = "8a4898ffe4c7613c8009327a0722db7a41ef861d526c77c5b46114e59ebf811e"
|
||||
SRC_URI[tarballsrc.sha256sum] = "4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae"
|
||||
SRC_URI[tarballtest.sha256sum] = "9581d5a7c39ffbf29b8ccde2709083c380f7bbddbd968dcb15712d2f2e33f4e5"
|
||||
|
||||
inherit pkgconfig binconfig ptest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user