diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2016-04-04 15:41:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-05 14:33:58 +0100 |
commit | f94ad4d1fc6d8f2438b8e00c6174dfe0e0c4317c (patch) | |
tree | b1b70e02e20c55885d5de80acc7e68ff308d94a8 /meta | |
parent | a0cd8c029d1a40fb5c9ba7507dfd0fe582bf317b (diff) | |
download | poky-f94ad4d1fc6d8f2438b8e00c6174dfe0e0c4317c.tar.gz |
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).
(From OE-Core rev: 695b99336b40842c15762ef9dac2ce43d1c8c186)
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 523252373a..a508229a34 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -60,8 +60,6 @@ do_install_append() { | |||
60 | install -m 0644 ${S}/profiles/input/input.conf ${D}/${sysconfdir}/bluetooth/ | 60 | install -m 0644 ${S}/profiles/input/input.conf ${D}/${sysconfdir}/bluetooth/ |
61 | fi | 61 | fi |
62 | 62 | ||
63 | install -m 0644 ${S}/src/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/ | ||
64 | |||
65 | # Install desired tools that upstream leaves in build area | 63 | # Install desired tools that upstream leaves in build area |
66 | for f in ${NOINST_TOOLS} ; do | 64 | for f in ${NOINST_TOOLS} ; do |
67 | install -m 755 ${B}/$f ${D}/${bindir} | 65 | install -m 755 ${B}/$f ${D}/${bindir} |