[oe] [PATCH 0/3] Update Lua and add new recipes

Petr Štetiar ynezz at true.cz
Sun Oct 3 12:11:20 UTC 2010


Hi,

this patchset is adding bitwise operator support to Lua, fixes wrong Lua
version in pkg-config file and adds two new recipes for LuaFilesystem library
and luars232 library. Please apply. Thanks.

-- ynezz

Petr Štetiar (3):
  lua5.1: add bitwise operators patch and fix version in pkg-config
    file
  lua-rs232: add new recipe
  lua-filesystem: add new recipe

 recipes/lua/lua-filesystem-1.5.0/makefile.patch |   23 +
 recipes/lua/lua-filesystem_1.5.0.bb             |   25 +
 recipes/lua/lua-rs232_1.0.0.bb                  |   26 +
 recipes/lua/lua5.1/bitwise_operators.patch      |  620 +++++++++++++++++++++++
 recipes/lua/lua5.1/lua5.1.pc                    |    2 +-
 recipes/lua/lua5.1_5.1.4.bb                     |    3 +-
 6 files changed, 697 insertions(+), 2 deletions(-)
 create mode 100644 recipes/lua/lua-filesystem-1.5.0/makefile.patch
 create mode 100644 recipes/lua/lua-filesystem_1.5.0.bb
 create mode 100644 recipes/lua/lua-rs232_1.0.0.bb
 create mode 100644 recipes/lua/lua5.1/bitwise_operators.patch





More information about the Openembedded-devel mailing list