[oe-commits] Andreas Oberritter : lua5.1: install lua5.1.pc properly

git version control git at git.openembedded.org
Mon Oct 25 22:53:54 UTC 2010


Module: openembedded.git
Branch: master
Commit: 48838f0fca6b00767115dd13bce2537f035fd3ba
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=48838f0fca6b00767115dd13bce2537f035fd3ba

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Oct 25 03:01:13 2010 +0000

lua5.1: install lua5.1.pc properly

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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"





More information about the Openembedded-commits mailing list