aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/lua/lua_5.0.2.bb
blob: e23ed89fff43eb7f9349e6e6862430296f99a4f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require lua.inc

DEPENDS += "readline"
PR = "r5"
SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \
	   file://debian.patch \
	   file://make.patch \
	   file://advanced-readline.patch"
#	   http://lua-users.org/files/wiki_insecure/power_patches/5.0/advanced-readline.patch"
S = "${WORKDIR}/lua-${PV}"

require lua-build.inc
inherit binconfig
NATIVE_INSTALL_WORKS = 1
BBCLASSEXTEND = "native"

SRC_URI[md5sum] = "dea74646b7e5c621fef7174df83c34b1"
SRC_URI[sha256sum] = "a6c85d85f912e1c321723084389d63dee7660b81b8292452b190ea7190dd73bc"