]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez5.inc: remove obsolete workaround
authorPatrick Ohly <patrick.ohly@intel.com>
Mon, 4 Apr 2016 13:41:39 +0000 (15:41 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Apr 2016 08:55:47 +0000 (09:55 +0100)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bluez5/bluez5.inc

index 523252373a3aa44b97cfb1f63ab97f56d5ad8ed9..a508229a34043a93caecfd90243b1ddbde1b7053 100644 (file)
@@ -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}