aboutsummaryrefslogtreecommitdiffstats
path: root/bluez-libs
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-23 07:21:43 +0000
committerChris Larson <clarson@kergoth.com>2004-03-23 07:21:43 +0000
commit2e27e66f278d776dbce5a7733d6db63c90a7df9e (patch)
tree4901cbd3a9e3c3c3da3b6da2cd8e3f4aea1821c6 /bluez-libs
parentf249735ad71fd5f13bfd295c55e1e0d596a1dbff (diff)
downloadopenembedded-2e27e66f278d776dbce5a7733d6db63c90a7df9e.tar.gz
cleanup: replace some last manual lib install+symlink with calls to oe_soinstall.
BKrev: 405fe587cQlZLeatBrb4J3NSLsbEqQ
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
}