mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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:
committed by
Martin Jansa
parent
274147fc56
commit
e9759bfafb
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user