diff options
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; \ |