From 65a4d5ba1400f37f92ec2e52e0d72f856cf647cb Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 10 May 2004 05:16:56 +0000 Subject: oe_libinstall usage fixes for packages in the meta-gpe dependency chain. BKrev: 409f10483RJ3E5wOJ4FRwf8I5iMyvg --- openobex/openobex_1.0.1.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openobex') diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe index f3cb00364a..923a998437 100644 --- a/openobex/openobex_1.0.1.oe +++ b/openobex/openobex_1.0.1.oe @@ -8,8 +8,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz" inherit autotools do_stage () { - oe_libinstall -a -so -C src libopenobex-1.0 ${STAGING_LIBDIR} - ln -sf libopenobex-1.0.so ${STAGING_LIBDIR}/libopenobex.so + oe_libinstall -so -C src libopenobex ${STAGING_LIBDIR} + ln -sf libopenobex.so ${STAGING_LIBDIR}/libopenobex-1.0.so install -d ${STAGING_INCDIR}/openobex install -m 0644 src/obex_const.h src/obex.h ${STAGING_INCDIR}/openobex/ cat openobex-config | sed -e 's,/usr/include,${STAGING_INCDIR},g; \ -- cgit v1.2.3