From: Graham Gower Date: Sun, 10 Oct 2010 20:24:34 +0000 (+0000) Subject: lua, lua-gtk2: move to obsolete. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5bc791c9808a4d39fedb4a8c4140a054f95cf9;p=openembedded.git 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 Acked-by: Frans Meulenbroeks Signed-off-by: Khem Raj --- 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