[oe] libtool relink problem on libsanitizer in gcc-runtime_4.9.bbappend

2014-06-05 Thread Lewis, Nick
Until recently we have added libmudflap support via gcc-runtime_4.8.bbappend. Libmudflap is no longer supported in gcc 4.9 and Libsanitizer is the recommended replacement. I have changed the recipe to produce libsanitizer instead of libmudflap but I am getting a QA error involving libtool

[oe] [meta-oe][PATCH] libop: compile issue files missing in B

2014-06-05 Thread Armin Kuster
needed to copy over a file from S to B. Signed-off-by: Armin Kuster akus...@mvista.com --- meta-oe/recipes-support/libol/libol_0.3.18.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-support/libol/libol_0.3.18.bb b/meta-oe/recipes-support/libol/libol_0.3.18.bb index

[oe] [meta-oe][PATCH] Upgrade geode video driver to 2.11.15

2014-06-05 Thread Brian Lloyd
From: blloyd bll...@familyhonor.net The latest driver corrected a number of issues and compiles without warnings with just one patch. The header included by the given patch is already included in the geode master line, so will not be be required after the next geode version release.

[oe] [PATCH] yavta: Update to latest sources

2014-06-05 Thread Chase Maupin
* Update the yavta test utility to the latest sources in the git repository. * Updated the patch by Koen Kooi that allows stdout mode to be used to work with the latest sources. * Added a CFLAGS setting to use the include directory in the sources which are more up-to-date and intended to be

[oe] [PATCH] [meta-webserver]: add Monkey HTTP Server.

2014-06-05 Thread Eduardo Silva
This patch adds the Monkey HTTP Server v1.5.0 recipes. The content on this patch includes the modifications suggested by people in the Maling List. Signed-off-by: Eduardo Silva edua...@monkey.io --- .../recipes-httpd/monkey/monkey_1.5.0.bb | 36 ++ 1 file changed,

Re: [oe] [meta-oe][PATCH] libop: compile issue files missing in B

2014-06-05 Thread akuster@mvista
Hold off on this. There is a packaging issue as well. I will be sending V2 later today. regards, Armin On 06/05/2014 06:38 AM, Armin Kuster wrote: needed to copy over a file from S to B. Signed-off-by: Armin Kuster akus...@mvista.com --- meta-oe/recipes-support/libol/libol_0.3.18.bb | 5

[oe] [meta-qt5][PATCHv2 03/10] qtwebsockets: Add new module

2014-06-05 Thread Martin Jansa
From: Jonathan Liu net...@gmail.com Signed-off-by: Jonathan Liu net...@gmail.com Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-qt/qt5/qtwebsockets.inc | 6 ++ recipes-qt/qt5/qtwebsockets_5.3.0.bb | 5 + recipes-qt/qt5/qtwebsockets_git.bb | 6 ++ 3 files

[oe] [meta-qt5][PATCHv2 05/10] packagegroup-qt5-toolchain-target: Add qtenginio, qtwebsockets

2014-06-05 Thread Martin Jansa
From: Jonathan Liu net...@gmail.com Signed-off-by: Jonathan Liu net...@gmail.com Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git

[oe] [meta-qt5][PATCHv2 06/10] recipes-git: Upgrade to latest origin/stable

2014-06-05 Thread Martin Jansa
* qtbase: Fix undefined reference to qt_blend_argb32_on_argb32_ssse3 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- conf/distro/include/qt5-versions.inc | 9 +++- recipes-qt/qt5/nativesdk-qtbase_git.bb | 12 ++--- recipes-qt/qt5/nativesdk-qttools_git.bb

[oe] [meta-qt5][PATCHv2 04/10] qtenginio: Add new module

2014-06-05 Thread Martin Jansa
From: Jonathan Liu net...@gmail.com Signed-off-by: Jonathan Liu net...@gmail.com Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-qt/qt5/qtenginio.inc | 8 recipes-qt/qt5/qtenginio_1.0.4.bb | 7 +++ recipes-qt/qt5/qtenginio_git.bb | 6 ++ 3 files changed, 21

[oe] [meta-qt5][PATCHv2 09/10] qtbase: Refresh patches to match with stable* branches on github.com/meta-qt5

2014-06-05 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-qt/qt5/nativesdk-qtbase_git.bb | 23 +++--- .../qtbase-git/0001-Add-linux-oe-g-platform.patch | 4 +- ...-allow-to-set-qt.conf-from-the-outside-u.patch} | 8 +-- ...h = 0003-Add-external-hostbindir-option.patch} | 10

[oe] [meta-qt5][PATCHv2 08/10] qtbase: Refresh patches to match with b5.3.0* branches on github.com/meta-qt5

2014-06-05 Thread Martin Jansa
* move more patches to shared section Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-qt/qt5/nativesdk-qtbase.inc| 13 --- recipes-qt/qt5/qtbase-native.inc | 15 recipes-qt/qt5/qtbase.inc | 17 -

[oe] [meta-qt5][PATCHv2 07/10] recipes-git: Use LIC_FILES_CHKSUM from .inc files

2014-06-05 Thread Martin Jansa
* the old checksum was introduced in .inc files in upgrade of tarball recipes to 5.3.0, use that until it's updated in git recipes and then we'll have to move old checksum from .inc to release recipe only. Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[oe] [meta-qt5][PATCHv2 10/10] maliit-framework-qt5: Add patch to fix build with qt-5.3, remove unused files

2014-06-05 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- ...LUGIN_PATH-to-allow-openembedded-to-build.patch | 34 - ...k-to-libmaliit-1-0-in-inputcontext-plugin.patch | 23 .../maliit/maliit-framework-qt5/qt5.3-fix.patch| 43 ++

[oe] [meta-oe][PATCH] V2 libop: compile issue files missing in B and packaging issue

2014-06-05 Thread Armin Kuster
needed to copy over a file from S to B. remove packaging requirement for /usr/bin/scsh. Not needed (see link) https://lists.balabit.hu/pipermail/syslog-ng/2000-August/000795.html Signed-off-by: Armin Kuster akus...@mvista.com --- meta-oe/recipes-support/libol/libol_0.3.18.bb | 10 ++ 1

[oe] [PATCH] python-m2crypto: avoid swig problem

2014-06-05 Thread Chong Lu
Swig is used to generate C source and it has trouble processing opensslconf.h sometimes. So, we help it out when multilib variants exist. For native builds, the variant header will never exist. Specific multi-lib header files might be named *-32.h or *-n32.h, so we check for both names. We also