diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-28 20:40:06 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-28 20:40:06 +0000 |
commit | f91749f66496a291e4f6f610d58ec0ed90e2adf5 (patch) | |
tree | e6e2b336ca124e46b433858fb3259ad4871e5414 /packages/lua/lua_5.0.2.bb | |
parent | 42ef6052de33e911df212fee206aa93c6c06fdc1 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2004/12/28 21:36:39+01:00 handhelds.org!zecke
Kaffe CVS:
make it use OEs' version of libtool
2004/12/28 21:13:21+01:00 handhelds.org!zecke
Introduce Kaffe a Java like Virtual Machine with a Qt backend
2004/12/28 12:05:03-08:00 (none)!emte
updated imlib2 and imlib2-native
2004/12/28 20:26:48+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into merlin.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/12/28 14:08:35-06:00 ti.com!kergoth
Add ion (version 3, development snapshot), a tiling tabbed window manager
designed with keyboard users in mind. Currently flagged as BROKEN, as it
seems to require the X input method bits, which aren't in diet-x11.
2004/12/28 14:07:18-06:00 ti.com!kergoth
Make lua inherit binconfig, stage & install lauxlib.h, and add lua-native.
2004/12/28 14:06:13-06:00 ti.com!kergoth
Add readline-native, which is needed by lua-native.
2004/12/28 20:26:27+01:00 uni-frankfurt.de!mickeyl
zlib: fix compile choking on //ZEXTERN
BKrev: 41d1c4a6IDf8-4b8w7C-40li4fF87w
Diffstat (limited to 'packages/lua/lua_5.0.2.bb')
-rw-r--r-- | packages/lua/lua_5.0.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/lua/lua_5.0.2.bb b/packages/lua/lua_5.0.2.bb index 05266eba0a..570659af97 100644 --- a/packages/lua/lua_5.0.2.bb +++ b/packages/lua/lua_5.0.2.bb @@ -1,6 +1,7 @@ include lua.inc -PR = "r1" +DEPENDS += "readline" +PR = "r3" SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \ file://debian.patch;patch=1 \ file://make.patch;patch=1 \ @@ -10,3 +11,4 @@ S = "${WORKDIR}/lua-${PV}" FILESPATH = "${FILE_DIRNAME}/lua-${PV}:${FILE_DIRNAME}/lua:${FILE_DIRNAME}/files" include lua-build.inc +inherit binconfig |