Lua is staged as liblua.a instead of liblua5.1.a correct LDFLAGS accordingly.
Courtesy Guo Hongruan <camelguo@gmail.com> for finding out about the porblem and
preparing the initial fix.
While being there I also commented out COMPATIBLE_MACHINE as it builds fine for
other machines even it may be only usefull on the specific one.
DEPENDS = "lua5.1"
PR = "r1"
LICENSE = "GPL"
-COMPATIBLE_MACHINE = "tsx09"
+#COMPATIBLE_MACHINE = "tsx09"
SRC_URI = "http://byronbradley.co.uk/piccontrol/qcontrol-0.4.tar.gz \
file://luafix-0.4.patch;patch=0 \
INITSCRIPT_NAME = "piccontrol"
INITSCRIPT_PARAMS = "defaults"
-LDFLAGS += " ${STAGING_LIBDIR}/liblua5.1.a -lpthread -lm -ldl "
+LDFLAGS += " ${STAGING_LIBDIR}/liblua.a -lpthread -lm -ldl "
CFLAGS += " -I${STAGING_INCDIR}/lua5.1 "
do_install() {