Re: [OE-core] [PATCH] depexp.py: port to gtk+3

2016-06-17 Thread Richard Purdie
On Fri, 2016-06-17 at 17:13 +0100, Richard Purdie wrote: > On Fri, 2016-06-17 at 17:19 +0300, Maxin B. John wrote: > > Update depexp.py to support gtk+3 > > > > Signed-off-by: Maxin B. John > > --- > > bitbake/lib/bb/ui/depexp.py | 127 > >

Re: [OE-core] [PATCH] depexp.py: port to gtk+3

2016-06-17 Thread Richard Purdie
On Fri, 2016-06-17 at 17:19 +0300, Maxin B. John wrote: > Update depexp.py to support gtk+3 > > Signed-off-by: Maxin B. John > --- > bitbake/lib/bb/ui/depexp.py | 127 -- > -- > 1 file changed, 58 insertions(+), 69 deletions(-) > >

[OE-core] [PATCH] depexp.py: port to gtk+3

2016-06-17 Thread Maxin B. John
Update depexp.py to support gtk+3 Signed-off-by: Maxin B. John --- bitbake/lib/bb/ui/depexp.py | 127 1 file changed, 58 insertions(+), 69 deletions(-) diff --git a/bitbake/lib/bb/ui/depexp.py b/bitbake/lib/bb/ui/depexp.py