aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-10-25 12:56:48 +0800
committerKhem Raj <raj.khem@gmail.com>2019-10-25 10:32:45 -0700
commit863f9023bceffc419ad43efb39800fd4af7400f9 (patch)
treed6cee693a77c6d3daecd0c37ab2d1d6f2105a67b /meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb
parent95d95dcb1048a0ee4263ff1c48af962f31fb809f (diff)
downloadmeta-openembedded-863f9023bceffc419ad43efb39800fd4af7400f9.tar.gz
blueman: fix fail to enable bluetooth issue
When launch blueman-manager while bluetooth is disable, it may fails with error: Failed to enable bluetooth Because when get bluetooth status right after change its status, the status may not be updated that plugin applet/KillSwitch.py sets the bluetooth status via method of another dbus service which doesn't return immediately. Provides a new dbus method for PowerManager which checks whether dbus method SetBluetoothStatus() has finished. Then it makes sure to get right bluetooth status. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb')
-rw-r--r--meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb
index 36de2af1d6..96c8bb26c9 100644
--- a/meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb
+++ b/meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb
@@ -9,6 +9,7 @@ inherit autotools systemd gsettings python3native gtk-icon-cache
SRC_URI = " \
https://github.com/blueman-project/blueman/releases/download/${PV}/blueman-${PV}.tar.xz \
file://0001-Search-for-cython3.patch \
+ file://0002-fix-fail-to-enable-bluetooth.patch \
"
SRC_URI[md5sum] = "9de89abb31be45bdbf11f7884764a2dc"
SRC_URI[sha256sum] = "f1eab2334e5a1587defa80900901048d14c2e8ffa8c0cff7240bc9937a61dbc3"