Re: [oe] [meta-oe] [PATCH] rsyslog: fixes musl libc build

2017-03-07 Thread Khem Raj
On Tue, Mar 7, 2017 at 3:10 AM wrote: > From: Ming Liu > > - struct timeval is defined in sys/time.h with a musl libc. > - GLOB_BRACE is not defined in posix and thus not implemented in musl libc. > > Signed-off-by: Ming Liu

[oe] [meta-qt5][PATCH] qtbase-native; do not build qdbuscpp2xml and qdbusxml2cpp bootstrapped

2017-03-07 Thread Andreas Müller
This fixes build of kde's baloo. That project converts a header file using QDBusMessage to xml which won't work. More details can be found at [1]. Problems with qdbus-helpers came up with update Qt5.7->Qt.5.8 where we use bootstrapped qtbase-native for the first time due to qtbase's new

Re: [oe] does specifying "--with-mpm=prefork" for apache2 require ugly manual hacking?

2017-03-07 Thread Derek Straka
Since they call out the specific version of 2.4.16, I assume this is based on the jethro branch. I suppose the multiprocessing module could probably be a PACKAGECONFIG option[1]. There are several competing multiprocessing modules that can be configured statically or as shared for dynamic

[oe] does specifying "--with-mpm=prefork" for apache2 require ugly manual hacking?

2017-03-07 Thread Robert P. J. Day
just ran across the following situation in that an OE build (actually, wind river linux, but that should make no difference) has a bbappend file, "apache2_2.4.16.bbappend", that appears to be going to a great deal of trouble to simply specify "--with-mpm=prefork": EXTRA_OECONF += "

[oe] State of bitbake world, Failed tasks 2017-03-05

2017-03-07 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64 ||qemuarm||max||min

[oe] [meta-oe] [PATCH] json-spirit: add new recipe

2017-03-07 Thread liu . ming50
From: Ming Liu Json Spirit is a C++ JSON parser/generator implemented with Boost Spirit. It's being required by another newly added recipe librcf. The source json_spirit_v4.08.zip is derived from:

[oe] [meta-oe] [PATCH] librcf: add new recipe

2017-03-07 Thread liu . ming50
From: Ming Liu RCF (Remote Call Framework) is a cross-platform interprocess communication framework for C++, which is widely used by some industrial companies. Signed-off-by: Ming Liu ---

[oe] [meta-oe] [PATCH] rsyslog: fixes musl libc build

2017-03-07 Thread liu . ming50
From: Ming Liu - struct timeval is defined in sys/time.h with a musl libc. - GLOB_BRACE is not defined in posix and thus not implemented in musl libc. Signed-off-by: Ming Liu ---