[oe-commits] Martin Jansa : lua: Remove lua5.1

git at git.openembedded.org git at git.openembedded.org
Sat Jun 21 09:39:01 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: d5410345198a91e00ecc353df52211283b9e4053
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d5410345198a91e00ecc353df52211283b9e4053

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jun  2 14:39:22 2014 +0200

lua: Remove lua5.1

* we have lua-5.2 in "lua" recipe and lua-5.1 in "lua5.1", but these
  aren't completely separate in sysroot:
  WARNING: The recipe lua is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
   /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/include/lauxlib.h
   Matched in manifest-qemux86-lua5.1.populate_sysroot
   /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/include/lua.h
   Matched in manifest-qemux86-lua5.1.populate_sysroot
   /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/include/lua.hpp
   Matched in manifest-qemux86-lua5.1.populate_sysroot
   /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/include/luaconf.h
   Matched in manifest-qemux86-lua5.1.populate_sysroot
   /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/include/lualib.h
   Matched in manifest-qemux86-lua5.1.populate_sysroot
   /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/lib/liblua.a
   Matched in manifest-qemux86-lua5.1.populate_sysroot
  Please verify which package should provide the above files.
  Causing some undeterministic behavior.
* keep only 5.2 in "lua"

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../lua/lua5.1/bitwise_operators.patch             | 605 ---------------------
 meta-oe/recipes-devtools/lua/lua5.1/lua5.1.pc      |  11 -
 meta-oe/recipes-devtools/lua/lua5.1/luaorg_1.patch |  18 -
 meta-oe/recipes-devtools/lua/lua5.1/luaorg_2.patch |  44 --
 .../lua/lua5.1/uclibc-pthread.patch                |  13 -
 meta-oe/recipes-devtools/lua/lua5.1_5.1.5.bb       |  55 --
 6 files changed, 746 deletions(-)

Diff:   http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=d5410345198a91e00ecc353df52211283b9e4053


More information about the Openembedded-commits mailing list