diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-10 05:16:56 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-10 05:16:56 +0000 |
commit | 65a4d5ba1400f37f92ec2e52e0d72f856cf647cb (patch) | |
tree | a2bd760479fbd522c34c8c411e52f7d29b5492af /openobex | |
parent | 16a10abab761e2afd4ab13b163f0def181094521 (diff) |
oe_libinstall usage fixes for packages in the meta-gpe dependency chain.
BKrev: 409f10483RJ3E5wOJ4FRwf8I5iMyvg
Diffstat (limited to 'openobex')
-rw-r--r-- | openobex/openobex_1.0.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
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; \ |