bluez: update to 4.99
[openembedded.git] / recipes / bluez / bluez4-4.99 / use-legacy-pygobject-instead-ofgobject-introspection.patch
1 Upstream-Status: Inappropriate
2
3 use legacy pygobject instead of gobject-introspection
4
5 Signed-off-by: Zhong Hongbo <hongbo.zhong@windriver.com>
6 ---
7 diff -Nurd bluez-4.101.orig/test/simple-agent bluez-4.101/test/simple-agent
8 --- bluez-4.101.orig/test/simple-agent  2013-11-13 17:14:08.138118159 +0800
9 +++ bluez-4.101/test/simple-agent       2013-11-13 17:14:29.034118107 +0800
10 @@ -2,7 +2,7 @@
11  
12  from __future__ import absolute_import, print_function, unicode_literals
13  
14 -from gi.repository import GObject
15 +import gobject
16  
17  import sys
18  import dbus
19 @@ -122,7 +122,7 @@
20         path = "/test/agent"
21         agent = Agent(bus, path)
22  
23 -       mainloop = GObject.MainLoop()
24 +       mainloop = gobject.MainLoop()
25  
26         if len(args) > 1:
27                 if len(args) > 2: