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

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

require lua-build.inc
inherit binconfig