summaryrefslogtreecommitdiff
path: root/popt/popt_1.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'popt/popt_1.7.oe')
-rw-r--r--popt/popt_1.7.oe4
1 files changed, 1 insertions, 3 deletions
diff --git a/popt/popt_1.7.oe b/popt/popt_1.7.oe
index c3cc5cd06b..3950184066 100644
--- a/popt/popt_1.7.oe
+++ b/popt/popt_1.7.oe
@@ -8,8 +8,6 @@ SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \
inherit autotools libtool
do_stage () {
- oe_soinstall .libs/libpopt.so.0.0.0 ${STAGING_LIBDIR}/
- install -m 0644 .libs/libpopt.a ${STAGING_LIBDIR}/
- install -m 0644 .libs/libpopt.lai ${STAGING_LIBDIR}/libpopt.la
+ oe_libinstall -a -so libpopt ${STAGING_LIBDIR}
install -m 0644 popt.h ${STAGING_INCDIR}/
}