[oe] [meta-oe][PATCH] libusbg: update to latest git and fix S!=B

2014-08-04 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- .../libusbg/0001-Fix-out-of-tree-builds.patch | 39 ++ meta-oe/recipes-support/libusbg/libusbg_git.bb | 8 ++--- 2 files changed, 43 insertions(+), 4 deletions(-) create mode 100644

[oe] [PATCH] dnsmasq: fix parallel make failure

2014-08-04 Thread Shrikant Bobade
From: Shrikant Bobade shrikant_bob...@mentor.com The dnsmasq target depends on .configured and $(objs). .configured does an rm -f *.o. Yet the only thing telling make to build the .configured target before the $(objs) target was the order of the dependencies of the dnsmasq target. We can't rely

Re: [oe] bitbake meta-toolchain error

2014-08-04 Thread Nilesh Kokane
Hi Thomas I'd like to update you with the following exp. This should be solved by qtbase_%.bbappend in meta-fsl-arm. You'll see that there is code for: a. taking the right platform plugin (the line with -eglfs in it)* In

Re: [oe] [meta-webserver][PATCH v3] integrate fcgi-2.4.0 and add OML license file

2014-08-04 Thread Martin Jansa
On Fri, Aug 01, 2014 at 10:50:56AM +0800, YangHaibo wrote: --- meta-oe/licenses/OML | 28 ++ .../fcgi/fcgi/Fix_EOF_not_declared_issue.patch | 17 + meta-webserver/recipes-fcgi/fcgi/fcgi_2.4.0.bb | 16 + 3

Re: [oe] [meta-gnome][PATCH 07/10] abiword: remove blacklist, libgsf and sv have been fixed

2014-08-04 Thread Martin Jansa
On Fri, Aug 01, 2014 at 03:34:53PM +0200, Koen Kooi wrote: Also disable collab service due to gnutls build errors. abiword also depends on libwmf-native which is still broken | checking for XML_ParserFree in -lexpat... yes | checking for freetype-config...

[oe] [meta-qt5][PATCH] qtimageformats: Make the dependencies deterministic

2014-08-04 Thread Martin Jansa
* jasper and libwebp were autodetected from sysroot Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-qt/qt5/qtimageformats.inc | 16 ++- ...ats.pro-Make-the-dependencies-determinist.patch | 31 ++ 2 files changed, 46 insertions(+), 1

[oe] [meta-oe][PATCH 1/2] evtest: Stop using Cgit based archive

2014-08-04 Thread Otavio Salvador
The Cgit based archive may change depending on the order of images, timestamp and like causing checksum to change. This patch uses the same 1.25 version but fetching it using Git, so no code changes are done. Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---

[oe] [meta-oe][PATCH 2/2] evtest: Update to 0e14da9 revision

2014-08-04 Thread Otavio Salvador
This updates to 1.31, plus fixes available in the Git tree. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta-oe/recipes-support/evtest/evtest_git.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/evtest/evtest_git.bb

Re: [oe] [meta-oe][PATCH 1/2] evtest: Stop using Cgit based archive

2014-08-04 Thread Otavio Salvador
Hello Martin, On Mon, Aug 4, 2014 at 3:38 PM, Otavio Salvador ota...@ossystems.com.br wrote: The Cgit based archive may change depending on the order of images, timestamp and like causing checksum to change. This patch uses the same 1.25 version but fetching it using Git, so no code changes

Re: [oe] [meta-webserver][PATCHv4] monkey: new v1.5.1 release.

2014-08-04 Thread Eduardo Silva
Hi Martin, Is this something OE specific or something in your own environment ? best On Sat, Jul 26, 2014 at 9:03 AM, Eduardo Silva edua...@monkey.io wrote: hi Martin, My builds are using distroless setup, if you're using poky then it's possible that there is still sysvinit added in

Re: [oe] [meta-oe][PATCH 1/2] evtest: Stop using Cgit based archive

2014-08-04 Thread Cliff Brake
On Mon, Aug 4, 2014 at 2:46 PM, Otavio Salvador ota...@ossystems.com.br wrote: Hello Martin, On Mon, Aug 4, 2014 at 3:38 PM, Otavio Salvador ota...@ossystems.com.br wrote: The Cgit based archive may change depending on the order of images, timestamp and like causing checksum to change.

[oe] [meta-initramfs][PATCH v2] kexec_tools_klibc_2.0.2: update x86_vfscanf.patch

2014-08-04 Thread Andrea Adami
The POSIX standard http://pubs.opengroup.org/onlinepubs/009695399/functions/fgets.html states: If the stream is at end-of-file ... fgets() shall return a null pointer... If a read error occurs ... fgets() shall return a null pointer... Signed-off-by: Andrea Adami andrea.ad...@gmail.com ---