openobex: use autotools_stage_all, that stages more than we currently do
authorKoen Kooi <koen@openembedded.org>
Mon, 22 Oct 2007 07:22:29 +0000 (07:22 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 22 Oct 2007 07:22:29 +0000 (07:22 +0000)
packages/openobex/openobex_1.3.bb

index 2e98fbc..65e98e4 100644 (file)
@@ -17,12 +17,7 @@ EXTRA_OECONF = "--enable-apps --enable-syslog --enable-dump \
                 --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.."
 
 do_stage() {
-       oe_libinstall -so -C lib libopenobex ${STAGING_LIBDIR}
-       ln -sf libopenobex.so ${STAGING_LIBDIR}/libopenobex-1.2.so
-       install -d ${STAGING_INCDIR}/openobex
-       install -m 0644 include/*.h ${STAGING_INCDIR}/openobex/
-       install -d ${STAGING_DATADIR}/aclocal
-       install -m 0644 openobex.m4 ${STAGING_DATADIR}/aclocal/
+       autotools_stage_all
 }
 
 # how to stop shlibrename from renaming -apps?