From 2e27e66f278d776dbce5a7733d6db63c90a7df9e Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 23 Mar 2004 07:21:43 +0000 Subject: cleanup: replace some last manual lib install+symlink with calls to oe_soinstall. BKrev: 405fe587cQlZLeatBrb4J3NSLsbEqQ --- bluez-libs/bluez-libs_2.4.oe | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'bluez-libs') 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 } -- cgit v1.2.3