diff options
Diffstat (limited to 'bluez-libs')
| -rw-r--r-- | bluez-libs/bluez-libs_2.4.oe | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bluez-libs/bluez-libs_2.4.oe b/bluez-libs/bluez-libs_2.4.oe index cf1fa66d1b..bda4c084b2 100644 --- a/bluez-libs/bluez-libs_2.4.oe +++ b/bluez-libs/bluez-libs_2.4.oe @@ -10,9 +10,7 @@ SRC_URI = "http://bluez.sourceforge.net/download/bluez-libs-${PV}.tar.gz" inherit autotools libtool do_stage () { - install -m 0644 src/.libs/libbluetooth.a ${STAGING_LIBDIR}/ - install -m 0644 src/.libs/libbluetooth.lai ${STAGING_LIBDIR}/libbluetooth.la - oe_soinstall src/.libs/libbluetooth.so.1.0.2 ${STAGING_LIBDIR}/ + oe_libinstall -a -so -C src libbluetooth ${STAGING_LIBDIR} install -d ${STAGING_INCDIR}/bluetooth for X in bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h \ |
