diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-05-12 13:48:47 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-05-23 15:49:40 +0200 |
commit | 9ef29d509dfe174dadd2e9d9fe2c081fed94b521 (patch) | |
tree | edf39cc7669a3635f1369d93eefb3ea8a56fcc1d /meta-oe/recipes-devtools | |
parent | 229f824568406df354bc857b31989a7777d778bb (diff) | |
download | meta-openembedded-9ef29d509dfe174dadd2e9d9fe2c081fed94b521.tar.gz |
lua: 5.3.3 -> 5.3.4
1) Upgrade lua from 5.3.3 to 5.3.4.
2) License checksum changed,since the copyright years were updated.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/lua/lua_5.3.4.bb (renamed from meta-oe/recipes-devtools/lua/lua_5.3.3.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.3.bb b/meta-oe/recipes-devtools/lua/lua_5.3.4.bb index b7995c298..28d71faef 100644 --- a/meta-oe/recipes-devtools/lua/lua_5.3.3.bb +++ b/meta-oe/recipes-devtools/lua/lua_5.3.4.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=10ffd57d574c60d5b4d6189544e205a9" | 4 | LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=318;endline=352;md5=60aa5cfdbd40086501778d9b6ebf29ee" |
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] = "703f75caa4fdf4a911c1a72e67a27498" | 16 | SRC_URI[tarballsrc.md5sum] = "53a9c68bcc0eda58bdc2095ad5cdfc63" |
17 | SRC_URI[tarballsrc.sha256sum] = "5113c06884f7de453ce57702abaac1d618307f33f6789fa870e87a59d772aca2" | 17 | SRC_URI[tarballsrc.sha256sum] = "f681aa518233bc407e23acf0f5887c884f17436f000d453b2491a9f11a52400c" |
18 | SRC_URI[tarballtest.md5sum] = "76f4fb07f2a4970d554645ac26df86df" | 18 | SRC_URI[tarballtest.md5sum] = "b14fe3748c1cb2d74e3acd1943629ba3" |
19 | SRC_URI[tarballtest.sha256sum] = "13154abc20976196119db531b4169ce1ce511755879d40b4192e4173291287e5" | 19 | SRC_URI[tarballtest.sha256sum] = "b80771238271c72565e5a1183292ef31bd7166414cd0d43a8eb79845fa7f599f" |
20 | 20 | ||
21 | inherit pkgconfig binconfig ptest | 21 | inherit pkgconfig binconfig ptest |
22 | 22 | ||