From 8be88a81caf7c948edad08ce6af60d4202a613c9 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sat, 30 Aug 2008 20:59:40 +0000 Subject: [PATCH] bluez-utils: Disable glib, and restore the dbus bluetooth configuration file. SVN-Revision: 12440 --- utils/bluez-utils/Makefile | 4 ++- utils/bluez-utils/files/bluetooth.dbus | 37 ++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 utils/bluez-utils/files/bluetooth.dbus diff --git a/utils/bluez-utils/Makefile b/utils/bluez-utils/Makefile index ec4f49e84..aff3d8b2c 100644 --- a/utils/bluez-utils/Makefile +++ b/utils/bluez-utils/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bluez-utils PKG_VERSION:=3.36 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://bluez.sourceforge.net/download @@ -33,6 +33,7 @@ define Package/bluez-utils/conffiles endef CONFIGURE_ARGS += \ + --disable-glib \ --enable-pand \ --enable-rfcomm \ --enable-dund \ @@ -66,6 +67,7 @@ define Package/bluez-utils/install $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DATA) ./files/bluetooth.conf $(1)/etc/config/bluetooth $(INSTALL_DIR) $(1)/etc/dbus-1/system.d/ + $(INSTALL_DATA) ./files/bluetooth.dbus $(1)/etc/dbus-1/system.d/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/bluez-utils.init $(1)/etc/init.d/bluez-utils endef diff --git a/utils/bluez-utils/files/bluetooth.dbus b/utils/bluez-utils/files/bluetooth.dbus new file mode 100644 index 000000000..88545fac9 --- /dev/null +++ b/utils/bluez-utils/files/bluetooth.dbus @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.30.2