[oe] [meta-oe][PATCH] pangomm: Add missing dependency on pango

2013-05-16 Thread Khem Raj
Fixes errors like | configure:15678: error: Package requirements (glibmm-2.4 >= 2.14.1 cairomm-1.0 >= 1.2.2 pangocairo >= 1.23.0) were not met: | | No package 'pangocairo' found Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb |2 +- 1 file changed, 1 insertion(+

Re: [oe] [OE-core] [RFC] Layers, PRINC and bbappends

2013-05-16 Thread Richard Purdie
On Thu, 2013-05-16 at 11:29 +0200, Martin Jansa wrote: > On Thu, May 16, 2013 at 10:10:45AM +0100, Paul Eggleton wrote: > > On Thursday 16 May 2013 10:59:54 Martin Jansa wrote: > > > On Thu, May 16, 2013 at 09:29:48AM +0100, Paul Eggleton wrote: > > > > On Thursday 16 May 2013 08:31:33 Koen Kooi wr

Re: [oe] [OE-core] State of bitbake world

2013-05-16 Thread Andreas Müller
On Thu, May 16, 2013 at 11:14 AM, Martin Jansa wrote: > FYI: these builds were started +- 3 days ago, because it takes +- 24hours for > world build on one architecture (even with sstate-cache kept between > builds, because it's quickly changing checksums with oe-core changes) ... > > so some fixes

Re: [oe] [PATCH] collectd: fix build failure with libnotify in sysroot

2013-05-16 Thread Paul Eggleton
On Thursday 16 May 2013 11:55:01 Paul Eggleton wrote: > If libnotify is in the sysroot, collectd will try to use it and then > fail at do_compile because gtk/gtk.h can't be found. Since this is > functionality that's not likely to be needed in the embedded context as > far as collectd goes, just di

[oe] [PATCH] collectd: fix build failure with libnotify in sysroot

2013-05-16 Thread Paul Eggleton
If libnotify is in the sysroot, collectd will try to use it and then fail at do_compile because gtk/gtk.h can't be found. Since this is functionality that's not likely to be needed in the embedded context as far as collectd goes, just disable it. Signed-off-by: Paul Eggleton --- meta-oe/recipes-

Re: [oe] State of bitbake world

2013-05-16 Thread Paul Barker
On 16 May 2013 08:52, Martin Jansa wrote: > > > meta-openembedded/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.7.2.bb, > do_compile > Picked this one up as it's relevant to what I'm doing with networking at the minute. It works for me so likely related to the introduction of gcc

[oe] [meta-browser][PATCH] libxi: rename bbappend to match new version from oe-core

2013-05-16 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-graphics/libxi/{libxi_1.7.bbappend => libxi_1.7.1.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-graphics/libxi/{libxi_1.7.bbappend => libxi_1.7.1.bbappend} (100%) diff --git a/recipes-graphics/libxi/libxi_1.7.bbappend b/r

Re: [oe] [OE-core] [RFC] Layers, PRINC and bbappends

2013-05-16 Thread Martin Jansa
On Thu, May 16, 2013 at 10:10:45AM +0100, Paul Eggleton wrote: > On Thursday 16 May 2013 10:59:54 Martin Jansa wrote: > > On Thu, May 16, 2013 at 09:29:48AM +0100, Paul Eggleton wrote: > > > On Thursday 16 May 2013 08:31:33 Koen Kooi wrote: > > > > Removing layers is pretty much impossible, though.

Re: [oe] [OE-core] [RFC] Layers, PRINC and bbappends

2013-05-16 Thread Martin Jansa
On Thu, May 16, 2013 at 09:37:23AM +0100, Paul Eggleton wrote: > On Thursday 16 May 2013 08:23:35 Koen Kooi wrote: > > Op 15 mei 2013, om 22:33 heeft Richard Purdie > > het volgende geschreven: > > > On Tue, 2013-05-14 at 09:36 +0200, Koen Kooi wrote: > > >> 2) *Never* use PRINC in type b) bbappen

Re: [oe] State of bitbake world

2013-05-16 Thread Martin Jansa
On Thu, May 16, 2013 at 09:52:15AM +0200, Martin Jansa wrote: > On Thu, May 02, 2013 at 05:18:33PM +0200, Martin Jansa wrote: > > On Sat, Apr 27, 2013 at 12:54:00PM +0200, Martin Jansa wrote: > > > Updated status, but only change IIRC is fixed php, tbb, > > > android-audiosystem and partially fixed

Re: [oe] [OE-core] [RFC] Layers, PRINC and bbappends

2013-05-16 Thread Paul Eggleton
On Thursday 16 May 2013 10:59:54 Martin Jansa wrote: > On Thu, May 16, 2013 at 09:29:48AM +0100, Paul Eggleton wrote: > > On Thursday 16 May 2013 08:31:33 Koen Kooi wrote: > > > Removing layers is pretty much impossible, though. > > > > With PRINC gone would there be any other issue that would mak

Re: [oe] [PATCH] chromium: fix build with glib >= 2.35

2013-05-16 Thread Eric Bénard
Le Fri, 3 May 2013 12:03:52 +0200, Andreas Müller a écrit : > Signed-off-by: Andreas Müller > --- > ...ser_main_loop.cc-fix-build-with-glib-2.35.patch | 42 > > recipes-browser/chromium/chromium_24.0.1312.52.bb |3 +- > 2 files changed, 44 insertions(+), 1 deletion

Re: [oe] [OE-core] [RFC] Layers, PRINC and bbappends

2013-05-16 Thread Martin Jansa
On Thu, May 16, 2013 at 09:29:48AM +0100, Paul Eggleton wrote: > On Thursday 16 May 2013 08:31:33 Koen Kooi wrote: > > The flip side is that adding BSP layers becomes a lot safer. I don't mind > > adding layers. Adding layers is easy. > > For distros like Angstrom it is, yes, as I said above. > >

Re: [oe] [OE-core] [RFC] Layers, PRINC and bbappends

2013-05-16 Thread Paul Eggleton
On Thursday 16 May 2013 08:23:35 Koen Kooi wrote: > Op 15 mei 2013, om 22:33 heeft Richard Purdie > het volgende geschreven: > > On Tue, 2013-05-14 at 09:36 +0200, Koen Kooi wrote: > >> 2) *Never* use PRINC in type b) bbappends > >> 3) Avoid PRINC in general > > > > Could we undergo some mass pur

Re: [oe] [RFC] Layers, PRINC and bbappends

2013-05-16 Thread Paul Eggleton
On Thursday 16 May 2013 08:31:33 Koen Kooi wrote: > Op 15 mei 2013, om 16:44 heeft Paul Eggleton > het volgende geschreven: > > On Tuesday 14 May 2013 09:36:02 Koen Kooi wrote: > >> What triggered PR going backwards this time was a BSP removing its > >> netbase > >> bbappend because it wasn't need

Re: [oe] State of bitbake world

2013-05-16 Thread Martin Jansa
On Thu, May 02, 2013 at 05:18:33PM +0200, Martin Jansa wrote: > On Sat, Apr 27, 2013 at 12:54:00PM +0200, Martin Jansa wrote: > > Updated status, but only change IIRC is fixed php, tbb, > > android-audiosystem and partially fixed llvm2.9 (I'm testing patch to > > fix build on qemuarm again) > > >

Re: [oe] [PATCH] chromium: fix build with glib >= 2.35

2013-05-16 Thread Andreas Müller
On Fri, May 3, 2013 at 12:16 PM, Eric Bénard wrote: > Le Fri, 3 May 2013 12:08:10 +0200, > Andreas Müller a écrit : > >> On Fri, May 3, 2013 at 12:03 PM, Andreas Müller >> wrote: >> > Signed-off-by: Andreas Müller >> > --- >> > ...ser_main_loop.cc-fix-build-with-glib-2.35.patch | 42 >> > ++

Re: [oe] [meta-browser][PATCH] nss: Build on mips64

2013-05-16 Thread Eric Bénard
Hi Khem, Le Thu, 16 May 2013 00:26:49 -0700, Khem Raj a écrit : > Now that we have mips64 qemu support in OE-Core > this started to fail to build. So lets fix it > > Signed-off-by: Khem Raj > CC: Eric Bénard > CC: Denis Carikli > CC: Otavio Salvador > --- > recipes-support/nss/nss_3.13.3.b

[oe] [meta-browser][PATCH] nss: Build on mips64

2013-05-16 Thread Khem Raj
Now that we have mips64 qemu support in OE-Core this started to fail to build. So lets fix it Signed-off-by: Khem Raj CC: Eric Bénard CC: Denis Carikli CC: Otavio Salvador --- recipes-support/nss/nss_3.13.3.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-support/nss/nss_3.