[oe-commits] Graham Gower : lua, lua-gtk2: move to obsolete.

git version control git at git.openembedded.org
Thu Oct 14 04:33:19 UTC 2010


Module: openembedded.git
Branch: master
Commit: be5bc791c9808a4d39fedb4a8c4140a054f95cf9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=be5bc791c9808a4d39fedb4a8c4140a054f95cf9

Author: Graham Gower <graham.gower at gmail.com>
Date:   Sun Oct 10 20:24:34 2010 +0000

lua, lua-gtk2: move to obsolete.

Lua fails to build. There are newer recipes (lua5.1) in tree, only
lua-gtk2 uses this old recipe and nothing uses lua-gtk2.

mipsel-oe-linux-gcc -march=mips32 -o ../../bin/luac -L/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib -Wl,-rpath-link,/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib -Wl,-O1  -Wl,-E luac.o print.o lopcodes.o -L../../lib -llua -llualib -lm -ldl -lreadline
luac.o: In function `strip':
luac.c:(.text+0xa8): undefined reference to `luaM_realloc'
luac.c:(.text+0xc4): undefined reference to `luaM_realloc'
luac.c:(.text+0xdc): undefined reference to `luaM_realloc'
luac.o: In function `main':
luac.c:(.text+0x3f8): undefined reference to `lua_open'
luac.c:(.text+0x438): undefined reference to `lua_tostring'
luac.c:(.text+0x4cc): undefined reference to `luaM_realloc'
luac.c:(.text+0x4f4): undefined reference to `luaM_realloc'
collect2: ld returned 1 exit status
make[1]: *** [../../bin/luac] Error 1

Signed-off-by: Graham Gower <graham.gower at gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 .../lua/lua-gtk2/lua-gtk2-0.3_fixbuild.patch       |    0
 recipes/{ => obsolete}/lua/lua-gtk2_0.3.bb         |    0
 recipes/{ => obsolete}/lua/lua_5.0.2.bb            |    0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/recipes/lua/lua-gtk2/lua-gtk2-0.3_fixbuild.patch b/recipes/obsolete/lua/lua-gtk2/lua-gtk2-0.3_fixbuild.patch
similarity index 100%
rename from recipes/lua/lua-gtk2/lua-gtk2-0.3_fixbuild.patch
rename to recipes/obsolete/lua/lua-gtk2/lua-gtk2-0.3_fixbuild.patch
diff --git a/recipes/lua/lua-gtk2_0.3.bb b/recipes/obsolete/lua/lua-gtk2_0.3.bb
similarity index 100%
rename from recipes/lua/lua-gtk2_0.3.bb
rename to recipes/obsolete/lua/lua-gtk2_0.3.bb
diff --git a/recipes/lua/lua_5.0.2.bb b/recipes/obsolete/lua/lua_5.0.2.bb
similarity index 100%
rename from recipes/lua/lua_5.0.2.bb
rename to recipes/obsolete/lua/lua_5.0.2.bb





More information about the Openembedded-commits mailing list