summaryrefslogtreecommitdiff
path: root/bluez-libs
diff options
context:
space:
mode:
Diffstat (limited to 'bluez-libs')
-rw-r--r--bluez-libs/bluez-libs_2.4.oe7
1 files changed, 2 insertions, 5 deletions
diff --git a/bluez-libs/bluez-libs_2.4.oe b/bluez-libs/bluez-libs_2.4.oe
index f84d93bab5..5fbb504c74 100644
--- a/bluez-libs/bluez-libs_2.4.oe
+++ b/bluez-libs/bluez-libs_2.4.oe
@@ -12,10 +12,8 @@ inherit autotools libtool
do_stage () {
install -m 0644 src/.libs/libbluetooth.a ${STAGING_LIBDIR}/
- install -m 0755 src/.libs/libbluetooth.so.1.0.2 ${STAGING_LIBDIR}/
-
- ln -sf ${STAGING_LIBDIR}/libbluetooth.so.1.0.2 ${STAGING_LIBDIR}/libbluetooth.so.1
- ln -sf ${STAGING_LIBDIR}/libbluetooth.so.1.0.2 ${STAGING_LIBDIR}/libbluetooth.so
+ install -m 0644 src/.libs/libbluetooth.lai ${STAGING_LIBDIR}/libbluetooth.la
+ oe_soinstall src/.libs/libbluetooth.so.1.0.2 ${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 \
@@ -23,5 +21,4 @@ do_stage () {
do
install -m 0644 include/${X} ${STAGING_INCDIR}/bluetooth/${X}
done
- install -m 0644 src/.libs/libbluetooth.lai ${STAGING_LIBDIR}/libbluetooth.la
}