[oe-commits] [openembedded-core] 03/09: bluez5.inc: remove obsolete workaround

git at git.openembedded.org git at git.openembedded.org
Tue Apr 5 08:56:32 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 695b99336b40842c15762ef9dac2ce43d1c8c186
Author: Patrick Ohly <patrick.ohly at intel.com>
AuthorDate: Mon Apr 4 15:41:39 2016 +0200

    bluez5.inc: remove obsolete workaround
    
    Bluez 5.37 itself correctly installs bluetooth.conf, and honors
    the path settings in dbus-1.pc.
    
    Removing the obsolete workaround is necessary for compiling
    "stateless" (= read-only system configuration moved out of /etc).
    
    Signed-off-by: Patrick Ohly <patrick.ohly at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/bluez5/bluez5.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 5232523..a508229 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -60,8 +60,6 @@ do_install_append() {
 	    install -m 0644 ${S}/profiles/input/input.conf ${D}/${sysconfdir}/bluetooth/
 	fi
 
-	install -m 0644 ${S}/src/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/
-
 	# Install desired tools that upstream leaves in build area
         for f in ${NOINST_TOOLS} ; do
 	    install -m 755 ${B}/$f ${D}/${bindir}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list