From 8e574ea1782fada33274535a477c3df20a347f0f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 20 Oct 2011 00:35:00 +0200 Subject: [PATCH] bluez: dont install actually not needed udev rules and helper scripts Signed-off-by: Stephan Raue --- packages/network/bluez/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/network/bluez/install b/packages/network/bluez/install index 121eb88ac7..40161de316 100755 --- a/packages/network/bluez/install +++ b/packages/network/bluez/install @@ -34,14 +34,14 @@ mkdir -p $INSTALL/etc/dbus-1/system.d cp $PKG_BUILD/src/bluetooth.conf $INSTALL/etc/dbus-1/system.d mkdir -p $INSTALL/lib/udev - cp $PKG_BUILD/scripts/bluetooth_serial $INSTALL/lib/udev - chmod +x $INSTALL/lib/udev/bluetooth_serial +# not needed: cp $PKG_BUILD/scripts/bluetooth_serial $INSTALL/lib/udev +# not needed: chmod +x $INSTALL/lib/udev/bluetooth_serial cp $PKG_BUILD/tools/hid2hci $INSTALL/lib/udev mkdir -p $INSTALL/lib/udev/rules.d cp $PKG_BUILD/scripts/97-bluetooth.rules $INSTALL/lib/udev/rules.d - cp $PKG_BUILD/scripts/97-bluetooth-hid2hci.rules $INSTALL/lib/udev/rules.d - cp $PKG_BUILD/scripts/97-bluetooth-serial.rules $INSTALL/lib/udev/rules.d +# todo: cp $PKG_BUILD/scripts/97-bluetooth-hid2hci.rules $INSTALL/lib/udev/rules.d +# not needed: cp $PKG_BUILD/scripts/97-bluetooth-serial.rules $INSTALL/lib/udev/rules.d mkdir -p $INSTALL/usr/lib cp $PKG_BUILD/lib/.libs/libbluetooth.so* $INSTALL/usr/lib