[oe] [PATCH] lua5.1: install lua5.1.pc properly

Andreas Oberritter obi at opendreambox.org
Mon Oct 25 13:01:13 UTC 2010


Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 recipes/lua/lua5.1_5.1.4.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/lua/lua5.1_5.1.4.bb b/recipes/lua/lua5.1_5.1.4.bb
index e3d56fd..814f83e 100644
--- a/recipes/lua/lua5.1_5.1.4.bb
+++ b/recipes/lua/lua5.1_5.1.4.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 HOMEPAGE = "http://www.lua.org/"
 
 DEPENDS += "readline"
-PR = "r8"
+PR = "r9"
 SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \
            file://bitwise_operators.patch \
            file://lua5.1.pc \
@@ -25,7 +25,6 @@ do_configure_prepend() {
 }
 
 do_compile () {
-	cp ${WORKDIR}/lua5.1.pc ${S}/
 	oe_runmake linux
 }
 
@@ -37,6 +36,8 @@ do_install () {
 		'INSTALL_MAN=${D}${mandir}/man1' \
 		'INSTALL_SHARE=${D}${datadir}/lua' \
 		install
+	install -d ${D}${libdir}/pkgconfig
+	install -m 0644 ${WORKDIR}/lua5.1.pc ${D}${libdir}/pkgconfig/lua5.1.pc
 }
 NATIVE_INSTALL_WORKS = 1
 BBCLASSEXTEND = "native"
-- 
1.7.1





More information about the Openembedded-devel mailing list