[OE-core] python3 dbus

2015-12-02 Thread Chris Trobridge
Hi, I have a dbus-based service written in python3 that I want run on a Yocto system. I can run python3 and have patched a few python module recipes to python3 but the big outstanding issue is dbus, and gi.repository.GObject in particular. I can see various discussions about keeping this up to

Re: [OE-core] gobject introspection - distccd?

2016-01-04 Thread Chris Trobridge
something I should explicitly remove from my image? Chris From: ross.burton@intel.comDate: Mon, 4 Jan 2016 12:03:44 +Subject: Re: [OE-core] gobject introspection - distccd?To: christrobridge@hotmail.comCC: openembedded-core@lists.openembedded.org On 4 January 2016 at 11:50, Chris Trobridge wr

Re: [OE-core] gobject introspection - distccd?

2016-01-04 Thread Chris Trobridge
ore@lists.openembedded.org> From: > alexander.kana...@linux.intel.com > Date: Mon, 4 Jan 2016 14:49:13 +0200 > Subject: Re: [OE-core] gobject introspection - distccd? > > On 01/04/2016 02:24 PM, Chris Trobridge wrote: > > That's what I was thinking: gobject-introspection doesn't call i

[OE-core] Handliong Duplicate Files

2016-01-11 Thread Chris Trobridge
Hi, I have been looking into producing a 'python3-dbus' recipe, based on the python-dbus recipe. This recipe outputs a couple of files that are version independent but end up overlapping and causing the build to fail:/usr/lib/pkgconfig/dbus-python.pc/usr/include/dbus-1.0/dbus/dbus-python.h These

[OE-core] [PATCH] Add missing runtime dependency to python-pygobject

2016-04-07 Thread Chris Trobridge
Signed-off-by: Chris Trobridge --- meta/recipes-devtools/python/python-pygobject_3.18.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python-pygobject_3.18.2.bb b/meta/recipes-devtools/python/python-pygobject_3.18.2.bb index 8fe1d63..a9871fe

Re: [OE-core] gobject introspection to oe-core

2016-02-09 Thread Chris Trobridge
One thing I failed to mention when I reported on this previously is that I needed to patch polkit_0.113.bb: -DEPENDS = "expat glib-2.0 intltool-native gobject-introspection-stub mozjs"+DEPENDS = "expat glib-2.0 intltool-native gobject-introspection mozjs" This seems quite obvious, so I am sure yo

[OE-core] [meta-oe][PATCH] wireshark: 2.0.2 update including security

2016-02-29 Thread Chris Trobridge
From: Armin Kuster The following vulnerabilities have been fixed: * [1]wnpa-sec-2016-01 DLL hijacking vulnerability. [2]CVE-2016-2521 * [3]wnpa-sec-2016-02 ASN.1 BER dissector crash. ([4]Bug 11828) [5]CVE-2016-2522 * [6]wnpa-sec-2016-03 DNP dissector infinite loop. ([7]Bug 11938) [8]CVE-201

Re: [OE-core] [meta-oe][PATCH] wireshark: 2.0.2 update including security

2016-02-29 Thread Chris Trobridge
Please ignore this - sent in error. > From: christrobri...@hotmail.com > To: christrobri...@hotmail.com > CC: akuster...@gmail.com; martin.ja...@gmail.com > Subject: [OE-core][meta-oe][PATCH] wireshark: 2.0.2 update including security > Date: Mon, 29 Feb 2016 22:22:18 + > > From: Armin Kuster

[OE-core] [meta-oe][PATCH] Fix gpsd build by switching to use EXTRA_CONF_PACKAGECONFIG.

2016-02-29 Thread Chris Trobridge
Was using EXTRA_OECONF, leading to: SCons Error: no such option: --disable-static Signed-off-by: Chris Trobridge --- meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb b/meta-oe/recipes

[OE-core] [oe] [PATCH] gpsd: Fix build when static libs disabled

2016-02-29 Thread Chris Trobridge
http://lists.openembedded.org/pipermail/openembedded-devel/2016-February/106230.html > Fix this build error: > SCons Error: no such option: --disable-static > Signed-off-by: Maxin B. John > --- >  meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 1 + >  1 file changed, 1 insertion(+) > diff --git a/

Re: [OE-core] [oe] [PATCH] gpsd: Fix build when static libs disabled

2016-03-01 Thread Chris Trobridge
Sorry wrong list again... Still half asleep. > From: christrobri...@hotmail.com > To: openembedded-core@lists.openembedded.org > Date: Tue, 1 Mar 2016 07:58:14 + > Subject: [OE-core] [oe] [PATCH] gpsd: Fix build when static libs disabled > > http://lis