bluez: remove systemd support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-06-03 15:37:49 +02:00
parent 3b7fc05e2c
commit bc215397e5
3 changed files with 7 additions and 7 deletions

View File

@ -47,7 +47,7 @@ cd $PKG_BUILD
--disable-static \
--enable-library \
--enable-usb \
--enable-udev \
--disable-udev \
--disable-cups \
--disable-obex \
--enable-client \

View File

@ -37,11 +37,11 @@ mkdir -p $INSTALL/usr/lib
cp $PKG_BUILD/client/bluetoothctl $INSTALL/usr/bin
# tools
mkdir -p $INSTALL/lib/udev
cp $PKG_BUILD/tools/hid2hci $INSTALL/lib/udev
# mkdir -p $INSTALL/lib/udev
# cp $PKG_BUILD/tools/hid2hci $INSTALL/lib/udev
mkdir -p $INSTALL/lib/udev/rules.d
cp $PKG_BUILD/tools/97-hid2hci.rules $INSTALL/lib/udev/rules.d
# mkdir -p $INSTALL/lib/udev/rules.d
# cp $PKG_BUILD/tools/97-hid2hci.rules $INSTALL/lib/udev/rules.d
if [ "$DEVTOOLS" = "yes" ]; then
# tools

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.bluez.org/"
PKG_URL="http://www.kernel.org/pub/linux/bluetooth/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="libusb-compat dbus glib systemd"
PKG_BUILD_DEPENDS="toolchain libusb-compat dbus glib systemd readline"
PKG_DEPENDS="libusb-compat dbus glib"
PKG_BUILD_DEPENDS="toolchain libusb-compat dbus glib readline"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="bluez: Bluetooth Tools and System Daemons for Linux."