lua5.1: apply lua.org patches for lua-5.1.5

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Marko Lindqvist
2013-10-25 08:56:36 +00:00
committed by Martin Jansa
parent 274147fc56
commit e9759bfafb
3 changed files with 65 additions and 1 deletions
+3 -1
View File
@@ -4,12 +4,14 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=59bdd99bb82238f238cf5c65c21604fd"
HOMEPAGE = "http://www.lua.org/"
PR = "r1"
PR = "r2"
DEPENDS += "readline"
SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \
file://bitwise_operators.patch \
file://lua5.1.pc \
file://luaorg_1.patch \
file://luaorg_2.patch \
"
S = "${WORKDIR}/lua-${PV}"