[oe-commits] : metakit: fix fetch path & library install/packaging

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Oct 14 09:44:32 UTC 2008


Module: org.openembedded.dev.git
Branch: org.openembedded.stable
Commit: 6fdae8939671697a8b9ab943a15b7a24899d438f
URL:    http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=commit;h=6fdae8939671697a8b9ab943a15b7a24899d438f

Author:  <bluelightning at openembedded.org>
Date:   Thu Oct  9 18:31:36 2008 +0000

metakit: fix fetch path & library install/packaging
Applied to .dev in: f2ebdb1826372581987a96a662d30d97b544c438 & 
c9cfaab10b1cc5547009c788d31c5e670d194bc9

---

 packages/portabase/metakit_2.4.9.3.bb |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/packages/portabase/metakit_2.4.9.3.bb b/packages/portabase/metakit_2.4.9.3.bb
index 51aec57..e0c1b21 100644
--- a/packages/portabase/metakit_2.4.9.3.bb
+++ b/packages/portabase/metakit_2.4.9.3.bb
@@ -6,15 +6,18 @@ and instant schema evolution."
 LICENSE = "MetaKit"
 HOMEPAGE = "http://www.equi4.com/metakit.html"
 
-SRC_URI = "http://www.equi4.com/pub/mk/older/metakit-${PV}.tar.gz \
+SRC_URI = "http://www.equi4.com/pub/mk/metakit-${PV}.tar.gz \
 	   file://metakit-2.4.9.3.patch;patch=1"
-PR = "r1"
+PR = "r2"
+
+FILES_${PN} += " ${libdir}/*.so"
 
 do_configure_prepend() {
 
 	cp ${STAGING_DATADIR}/libtool/*.* ${S}/unix/scripts/
 
 }
+
 do_configure () {
 
 	cd builds
@@ -41,10 +44,8 @@ do_configure () {
 
 }
 
-
 do_stage() {
-#	oe_libinstall  -a  -C builds/.libs libmk4  ${STAGING_LIBDIR}
-	cp builds/.libs/libmk4.a ${STAGING_LIBDIR}
+	oe_libinstall -a -so -C builds/.libs libmk4 ${STAGING_LIBDIR}
 	install -d ${STAGING_INCDIR}/
 	for X in mk4.h mk4.inl
 	do
@@ -53,14 +54,12 @@ do_stage() {
 
 }
 
-
-
 do_compile () {
 	cd builds
 	oe_runmake
 }
 
 do_install() {
-
-	:
+	oe_libinstall -so -C builds/.libs libmk4 ${D}${libdir}
 }
+





More information about the Openembedded-commits mailing list