mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
bluez: remove systemd support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3b7fc05e2c
commit
bc215397e5
@ -47,7 +47,7 @@ cd $PKG_BUILD
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-library \
|
--enable-library \
|
||||||
--enable-usb \
|
--enable-usb \
|
||||||
--enable-udev \
|
--disable-udev \
|
||||||
--disable-cups \
|
--disable-cups \
|
||||||
--disable-obex \
|
--disable-obex \
|
||||||
--enable-client \
|
--enable-client \
|
||||||
|
@ -37,11 +37,11 @@ mkdir -p $INSTALL/usr/lib
|
|||||||
cp $PKG_BUILD/client/bluetoothctl $INSTALL/usr/bin
|
cp $PKG_BUILD/client/bluetoothctl $INSTALL/usr/bin
|
||||||
|
|
||||||
# tools
|
# tools
|
||||||
mkdir -p $INSTALL/lib/udev
|
# mkdir -p $INSTALL/lib/udev
|
||||||
cp $PKG_BUILD/tools/hid2hci $INSTALL/lib/udev
|
# cp $PKG_BUILD/tools/hid2hci $INSTALL/lib/udev
|
||||||
|
|
||||||
mkdir -p $INSTALL/lib/udev/rules.d
|
# mkdir -p $INSTALL/lib/udev/rules.d
|
||||||
cp $PKG_BUILD/tools/97-hid2hci.rules $INSTALL/lib/udev/rules.d
|
# cp $PKG_BUILD/tools/97-hid2hci.rules $INSTALL/lib/udev/rules.d
|
||||||
|
|
||||||
if [ "$DEVTOOLS" = "yes" ]; then
|
if [ "$DEVTOOLS" = "yes" ]; then
|
||||||
# tools
|
# tools
|
||||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.bluez.org/"
|
PKG_SITE="http://www.bluez.org/"
|
||||||
PKG_URL="http://www.kernel.org/pub/linux/bluetooth/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="http://www.kernel.org/pub/linux/bluetooth/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS="libusb-compat dbus glib systemd"
|
PKG_DEPENDS="libusb-compat dbus glib"
|
||||||
PKG_BUILD_DEPENDS="toolchain libusb-compat dbus glib systemd readline"
|
PKG_BUILD_DEPENDS="toolchain libusb-compat dbus glib readline"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="network"
|
PKG_SECTION="network"
|
||||||
PKG_SHORTDESC="bluez: Bluetooth Tools and System Daemons for Linux."
|
PKG_SHORTDESC="bluez: Bluetooth Tools and System Daemons for Linux."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user