u-boot-bug: Drop do_stage (not needed), add package_stagefile_shell to deploy
[openembedded.git] / recipes / lua / lua_5.0.2.bb
blobe23ed89fff43eb7f9349e6e6862430296f99a4f1
1 require lua.inc
3 DEPENDS += "readline"
4 PR = "r5"
5 SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \
6 file://debian.patch \
7 file://make.patch \
8 file://advanced-readline.patch"
9 # http://lua-users.org/files/wiki_insecure/power_patches/5.0/advanced-readline.patch"
10 S = "${WORKDIR}/lua-${PV}"
12 require lua-build.inc
13 inherit binconfig
14 NATIVE_INSTALL_WORKS = 1
15 BBCLASSEXTEND = "native"
17 SRC_URI[md5sum] = "dea74646b7e5c621fef7174df83c34b1"
18 SRC_URI[sha256sum] = "a6c85d85f912e1c321723084389d63dee7660b81b8292452b190ea7190dd73bc"