diff options
author | Li xin <lixin.fnst@cn.fujitsu.com> | 2016-01-03 18:09:26 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-06 13:25:50 +0100 |
commit | eed574a3227faa8bf2d87f4f6d138cc4df2fa7d1 (patch) | |
tree | c2305c40842157174c7a0baed988de89ce01b592 /meta-oe/recipes-devtools/lua | |
parent | c2652c90f726fa1728307afad73c3051ca7660f5 (diff) | |
download | meta-openembedded-eed574a3227faa8bf2d87f4f6d138cc4df2fa7d1.tar.gz |
lua: 5.3.1 -> 5.3.2
Upgrade lua from 5.3.1 to 5.3.2.
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/lua')
-rw-r--r-- | meta-oe/recipes-devtools/lua/lua_5.3.2.bb (renamed from meta-oe/recipes-devtools/lua/lua_5.3.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.1.bb b/meta-oe/recipes-devtools/lua/lua_5.3.2.bb index a0c993cce..3fe8c3fe8 100644 --- a/meta-oe/recipes-devtools/lua/lua_5.3.1.bb +++ b/meta-oe/recipes-devtools/lua/lua_5.3.2.bb | |||
@@ -11,8 +11,8 @@ SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \ | |||
11 | file://lua.pc \ | 11 | file://lua.pc \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "797adacada8d85761c079390ff1d9961" | 14 | SRC_URI[md5sum] = "33278c2ab5ee3c1a875be8d55c1ca2a1" |
15 | SRC_URI[sha256sum] = "072767aad6cc2e62044a66e8562f51770d941e972dc1e4068ba719cd8bffac17" | 15 | SRC_URI[sha256sum] = "c740c7bb23a936944e1cc63b7c3c5351a8976d7867c5252c8854f7b2af9da68f" |
16 | 16 | ||
17 | inherit pkgconfig binconfig | 17 | inherit pkgconfig binconfig |
18 | 18 | ||