From 1e171fd3d7579fd08aa6db26b98eee5938929ba6 Mon Sep 17 00:00:00 2001 From: Petr Štetiar Date: Sun, 17 Oct 2010 10:49:44 +0000 Subject: lua-rs232: use standard prefix for Lua libraries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Štetiar Signed-off-by: Khem Raj --- recipes/lua/lua-rs232_1.0.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/lua') diff --git a/recipes/lua/lua-rs232_1.0.0.bb b/recipes/lua/lua-rs232_1.0.0.bb index c11e3ac269..d8de225f3d 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" -- cgit 1.2.3-korg