diff options
-rw-r--r-- | meta-oe/recipes-devtools/lua/lua_5.3.3.bb (renamed from meta-oe/recipes-devtools/lua/lua_5.3.2.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.2.bb b/meta-oe/recipes-devtools/lua/lua_5.3.3.bb index a9aa0f85a1..b7995c298c 100644 --- a/meta-oe/recipes-devtools/lua/lua_5.3.2.bb +++ b/meta-oe/recipes-devtools/lua/lua_5.3.3.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Lua is a powerful light-weight programming language designed \ | 1 | DESCRIPTION = "Lua is a powerful light-weight programming language designed \ |
2 | for extending applications." | 2 | for extending applications." |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=318;endline=352;md5=68fc2aa2b751a37ff265524ddf026d7f" | 4 | LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=318;endline=352;md5=10ffd57d574c60d5b4d6189544e205a9" |
5 | HOMEPAGE = "http://www.lua.org/" | 5 | HOMEPAGE = "http://www.lua.org/" |
6 | 6 | ||
7 | DEPENDS = "readline" | 7 | DEPENDS = "readline" |
@@ -13,10 +13,10 @@ SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', \ | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | ', '', d)}" | 14 | ', '', d)}" |
15 | 15 | ||
16 | SRC_URI[tarballsrc.md5sum] = "33278c2ab5ee3c1a875be8d55c1ca2a1" | 16 | SRC_URI[tarballsrc.md5sum] = "703f75caa4fdf4a911c1a72e67a27498" |
17 | SRC_URI[tarballsrc.sha256sum] = "c740c7bb23a936944e1cc63b7c3c5351a8976d7867c5252c8854f7b2af9da68f" | 17 | SRC_URI[tarballsrc.sha256sum] = "5113c06884f7de453ce57702abaac1d618307f33f6789fa870e87a59d772aca2" |
18 | SRC_URI[tarballtest.md5sum] = "a2b7ab1b8ff82a0145376e233ef30a4a" | 18 | SRC_URI[tarballtest.md5sum] = "76f4fb07f2a4970d554645ac26df86df" |
19 | SRC_URI[tarballtest.sha256sum] = "56909863a3713dee3709b3dbd0c868237e4f5c9ea1744f5bf0ba8bafa6c4ed32" | 19 | SRC_URI[tarballtest.sha256sum] = "13154abc20976196119db531b4169ce1ce511755879d40b4192e4173291287e5" |
20 | 20 | ||
21 | inherit pkgconfig binconfig ptest | 21 | inherit pkgconfig binconfig ptest |
22 | 22 | ||