summaryrefslogtreecommitdiff
path: root/pme
diff options
context:
space:
mode:
Diffstat (limited to 'pme')
-rw-r--r--pme/pme_1.0.3.oe4
1 files changed, 1 insertions, 3 deletions
diff --git a/pme/pme_1.0.3.oe b/pme/pme_1.0.3.oe
index 45e0946469..54014424ac 100644
--- a/pme/pme_1.0.3.oe
+++ b/pme/pme_1.0.3.oe
@@ -5,8 +5,6 @@ SRC_URI = "http://xaxxon.slackworks.com/pme/pme-${PV}.tar.gz"
inherit autotools libtool
do_stage () {
- oe_soinstall .libs/libpme.so.0.0.0 ${STAGING_LIBDIR}/
- install -m 0644 .libs/libpme.a ${STAGING_LIBDIR}/libpme.a
- install -m 0644 .libs/libpme.lai ${STAGING_LIBDIR}/libpme.la
+ oe_libinstall -a -so libpme ${STAGING_LIBDIR}
install -m 0644 pme.h ${STAGING_INCDIR}/
}