Signed-off-by: Petr Štetiar <[email protected]> --- recipes/lua/lua-rs232_1.0.0.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/recipes/lua/lua-rs232_1.0.0.bb b/recipes/lua/lua-rs232_1.0.0.bb index c11e3ac..d8de225 100644 --- a/recipes/lua/lua-rs232_1.0.0.bb +++ b/recipes/lua/lua-rs232_1.0.0.bb @@ -2,6 +2,8 @@ DESCRIPTION = "Lua bindings for librs232 - library for serial communications ove HOMEPAGE = "http://github.com/ynezz/librs232" LICENSE = "MIT" +PR = "r1" + DEPENDS += "lua5.1" RDEPENDS_${PN} += "librs232" @@ -12,7 +14,7 @@ S = "${WORKDIR}/git/" inherit autotools -LUA_LIB_DIR = "/usr/local/lib/lua/5.1" +LUA_LIB_DIR = "${libdir}/lua/5.1" LUA_LIB = "luars232.so" PACKAGES = "${PN} ${PN}-dbg" -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
