aboutsummaryrefslogtreecommitdiffstats
path: root/packages/lua/lua-native_5.0.2.bb
blob: 61d9e58496af8b6f85b7d65c081c5ccfbb978d3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require lua.inc

FILE_PR = "r2"
DEPENDS += "readline-native"
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"

inherit native
require lua-build.inc