diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-24 00:46:16 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-24 00:46:16 +0000 |
commit | fbea51d37a0e9df3e88f5d5de383e6f168832dc0 (patch) | |
tree | 17ab4d2f5cea340f5d51e10f072af60bc35d7412 /packages/lua/lua_5.0.2.bb | |
parent | ce2291e0bdc56906ee10662483721669c8b40973 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into odin.sc.ti.com:/home/kergoth/code/openembedded
2004/12/23 18:45:10-06:00 ti.com!kergoth
Lua 5.0: Apply the advanced readline patch from the LuaPowerPatches page on
the lua users wiki. This patch greatly improves the readline handling in the
lua interpreter, adding things like completion of keywords and variable names,
context sensitive delimiter completion, et cetera.
BKrev: 41cb66d823kHSs_ffOKNBw_1IbAuvw
Diffstat (limited to 'packages/lua/lua_5.0.2.bb')
-rw-r--r-- | packages/lua/lua_5.0.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/lua/lua_5.0.2.bb b/packages/lua/lua_5.0.2.bb index e69de29bb2..05266eba0a 100644 --- a/packages/lua/lua_5.0.2.bb +++ b/packages/lua/lua_5.0.2.bb @@ -0,0 +1,12 @@ +include lua.inc + +PR = "r1" +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" + +include lua-build.inc |