[oe] [PATCH 1/2 V3] networkmanager: fix gobject-introspection/musl and cleanup

2018-04-17 Thread Andreas Müller
This adresses the comments for recent patch which updated nm to 1.10.6 and is a follow-up for [1]. * Make gobject-introspection work by skipping creation of gobject-introspection specific documentation. This fixes networkmanager-applet regression. * Cleanup patches: Remove current musl patches

[oe] [PATCH 2/2] libtevent: add libtirpc to DEPENDS

2018-04-17 Thread Andreas Müller
musl build fails with: | Checking for header rpc/rpc.h: no | Checking for header rpc/nettype.h: no | Checking for libtirpc headers: not found | Checking for libntirpc headers

[oe] [meta-qt5][PATCH V3] qtbase: add -no-opengl to configure by default

2018-04-17 Thread Hongxu Jia
The qtbase detect oepngl by default and report error if opengl is not exist. ... ERROR: The OpenGL functionality tests failed! ... Remove no-opengl's PACKAGECONFIG, and add -no-opengl to configure by default, it could be override by gl and gles2's PACKAGECONFIG. Such as `./configure -no-opengl

[oe] [meta-oe][PATCH v2 4/4] libgpiod: add support for v1.x series

2018-04-17 Thread Bartosz Golaszewski
Add a recipe for libgpiod v1.0.1. It can live next to the one for v0.3.3. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_1.0.1.bb | 4 1 file changed, 4 insertions(+) create mode 100644 meta-oe/recipes-support/libgpiod/libgpiod_1.0.1.bb

[oe] [meta-oe][PATCH v2 3/4] libgpiod: bump version to v0.3.3

2018-04-17 Thread Bartosz Golaszewski
This is a bug fix release of the v0.3.x series. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_0.3.2.bb | 4 meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb | 4 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH v2 2/4] libgpiod: split recipe into .inc and .bb files

2018-04-17 Thread Bartosz Golaszewski
The build works the same for v0.x and v1.x series - leave only the hashes in the .bb file and put everything else into .inc. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod.inc | 21 ++ .../libgpiod/libgpiod_0.3.2.bb

[oe] [meta-oe][PATCH v2 0/4] libgpiod: support for v1.0 series

2018-04-17 Thread Bartosz Golaszewski
I recently released a new major version of libgpiod in which the initial API was heavily reworked. Since it's no longer compatible with v0.3.3 but I know there are users of the latter and I also intend on supporting it for some time, I thought we should have both versions in recipes-support. This

[oe] [meta-oe][PATCH v2 1/4] libgpiod: include the version in the recipe filename

2018-04-17 Thread Bartosz Golaszewski
As the first step in supporting both v0.x and v1.x series: include the version in the recipe filename. Signed-off-by: Bartosz Golaszewski --- .../recipes-support/libgpiod/{libgpiod.bb => libgpiod_0.3.2.bb} | 2 -- 1 file changed, 2 deletions(-) rename

Re: [oe] [meta-qt5][PATCH V2] qtbase: add disable option to opengl PACKAGECONFIG

2018-04-17 Thread Hongxu Jia
On 2018年04月17日 18:39, Martin Jansa wrote: How does this work with gles2 PACKAGECONFIG? It was intentionally like this to implement tri-state options (desktop, es2, no). Yes, you are right //Hongxu On Tue, Apr 17, 2018 at 11:17 AM, Hongxu Jia

[oe] [meta-qt5][PATCH] packagegroup-qt5-toolchain-target/qttranslations: fix nothing provides qttranslations-qtconfig

2018-04-17 Thread Hongxu Jia
It failed to build meta-toolchain-qt5: ... Error: Problem: conflicting requests - nothing provides qttranslations-qtconfig needed by packagegroup-qt5-toolchain-target-1.0-r0.noarch ... The upstream removed qtconfig translations: ... commit a6b3446cb023e7b3a5f8aa12ea0d650d2b804334 Author:

[oe] [PATCH] gpsd: upgrade to 3.17

2018-04-17 Thread Nicolas Dechesne
This is based on out of tree recipe in meta-medusa-dist, from Tristan Ramseyer. Tested on Dragonboard 410c. Signed-off-by: Nicolas Dechesne --- ...prefix-includepy-with-sysroot-and-drop-sy.patch | 52 -- .../0001-include-sys-ttydefaults.h.patch

[oe] [meta-networking][rocko][PATCH] civetweb: Add new recipe for v1.10 version

2018-04-17 Thread Krzysztof Kozlowski
Add recipe for CivetWeb: easy to use, powerful, C/C++ embeddable web server with optional CGI, SSL and Lua support, under MIT license. CivetWeb provides C and C++ libraries and a standalone server binary. Signed-off-by: Krzysztof Kozlowski ---

Re: [oe] [meta-qt5][PATCH V2] qtbase: add disable option to opengl PACKAGECONFIG

2018-04-17 Thread Martin Jansa
How does this work with gles2 PACKAGECONFIG? It was intentionally like this to implement tri-state options (desktop, es2, no). On Tue, Apr 17, 2018 at 11:17 AM, Hongxu Jia wrote: > The qtbase detect oepngl by default and report error if not found, > add disable option

[oe] [meta-qt5][PATCH V2] qtbase: add disable option to opengl PACKAGECONFIG

2018-04-17 Thread Hongxu Jia
The qtbase detect oepngl by default and report error if not found, add disable option while explicitly disable it. Remove useless no-opengl PACKAGECONFIG Signed-off-by: Hongxu Jia --- recipes-qt/qt5/qtbase_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[oe] [meta-qt5][PATCH] qtbase: add disable option to opengl PACKAGECONFIG

2018-04-17 Thread Hongxu Jia
The qtbase detect oepngl by default and report error if not found, add disable option while explicitly disable it. Signed-off-by: Hongxu Jia --- recipes-qt/qt5/qtbase_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-xfce][PATCH] xfce4-notifyd: fix parallel build issue

2018-04-17 Thread Andreas Müller
On Tue, Apr 17, 2018 at 9:27 AM, Hongxu Jia wrote: > While do an out-of-tree build, if xfce4-notifyd-config is not created > in time, there is a compile failure: > ... > |LC_ALL=C intltool-merge -d -u -c ./po/.intltool-merge-cache > ../xfce4-notifyd-0.4.0/po

[oe] [meta-networking][PATCH 2/2] opensaf: Fix warnings found with gcc8

2018-04-17 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ch-std-ifstream-failure-by-reference.patch | 69 ...0001-Fix-string-overflow-in-snprintf.patch | 75 + .../0002-Fix-format-truncation-errors.patch | 102 ++ .../opensaf/opensaf_5.18.02.bb

[oe] [meta-networking][PATCH 1/2] memcached: Upgrade to 1.5.7

2018-04-17 Thread Khem Raj
Signed-off-by: Khem Raj --- .../memcached/{memcached_1.5.0.bb => memcached_1.5.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/memcached/{memcached_1.5.0.bb => memcached_1.5.7.bb} (92%) diff --git

[oe] [meta-xfce][PATCH] xfce4-notifyd: fix parallel build issue

2018-04-17 Thread Hongxu Jia
While do an out-of-tree build, if xfce4-notifyd-config is not created in time, there is a compile failure: ... |LC_ALL=C intltool-merge -d -u -c ./po/.intltool-merge-cache ../xfce4-notifyd-0.4.0/po ../xfce4-notifyd-0.4.0/xfce4-notifyd-config/ xfce4-notifyd-config.desktop.in