Re: [oe] [meta-qt5][PATCH] nativesdk-qtbase: fix environment.d dir permission

2018-04-18 Thread Martin Jansa
Missing Signed-off-by and I might take alternative fix for this: https://patchwork.openembedded.org/patch/150133/ On Mon, Apr 16, 2018 at 3:43 PM, c-thaler wrote: > Fixed an issue with the nativesdk-cmake package, which sets the permission > of >

[oe] Most meta-qt5 patches on ML marked as Not Applicable on patchwork

2018-04-18 Thread Martin Jansa
Hi, who/What is marking them as such? Makes quite difficult to find out what's there for me to take into meta-qt5/master-next https://patchwork.openembedded.org/project/oe/patches/?submitter==*=qt5=both= I've used the mark the patches for other layers (other then meta-oe layers except

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

2018-04-18 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 --- Changes since v1: 1. Use SRCREC

Re: [oe] [meta-qt5][PATCH] nativesdk-qtbase: fix environment.d dir permission

2018-04-18 Thread Christian Thaler
Thanks for the advice. I have signed-off the DCO now. --- Fixed an issue with the nativesdk-cmake package, which sets the permission of /opt/.../environment.d to rwxr-xr-x. nativesdk-qtbase set the permission to rwxrwxr-x, leading to a conflict: Error: Transaction check error:   file

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

2018-04-18 Thread Andreas Müller
On Wed, Apr 18, 2018 at 11:07 AM, Hongxu Jia wrote: > While do an out-of-tree build, if dir panel-plugin is not created > in time, there is a compile failure: > ... > | intltool-merge -d -u -c ./po/.intltool-merge-cache > ../xfce4-screenshooter-1.9.1/po >

Re: [oe] Most meta-qt5 patches on ML marked as Not Applicable on patchwork

2018-04-18 Thread Otavio Salvador
On Wed, Apr 18, 2018 at 8:50 AM, Martin Jansa wrote: > Otavio: I think it's time we start using separate ML and gerrit for > meta-qt5, do you still have the public gerrit instance somewhere we can use? > I don't want to deal with patchwork anymore. We do. It is at

[oe] [meta-java][PATCH] Fix occasional build failures related to do_removebinaries

2018-04-18 Thread Mark Asselstine
Similar to commit a265b31ec7d0 [ant-native: Fix random build failure] we are seeing a very occasional build failure resulting in "do_removebinaries) failed with exit code '1'" This is a result of do_removebinaries() running in parallel with other tasks scheduled between do_unpack() and

Re: [oe] [meta-openwrt] systemd units for OpenWRT components

2018-04-18 Thread Khem Raj
On 4/17/18 11:51 PM, Pascal Bach wrote: Dear meta-openwrt maintainers I'm currently trying to use several OpenWRT components as standalone services. During this process I added some Systemd units for them. Thats perfectly alright, just ensure that they are covered under systemd

[oe] [meta-openwrt] systemd units for OpenWRT components

2018-04-18 Thread Pascal Bach
Dear meta-openwrt maintainers I'm currently trying to use several OpenWRT components as standalone services. During this process I added some Systemd units for them. Is this something that would be accepted in the meta-openwrt layer? If not I would have to put this into a separate layer which

[oe] [meta-qt5] [problem] Qt SDK Issue cstdlib:75:15: fatal error: stdlib.h: No such file or directory

2018-04-18 Thread Mustafa Özçelikörs
Hello everyone, This is my first post to this mailing list. I will be trying my hardest to explain a problem that has caused me a lot of headache until now. The Idea: My idea is to have a Qt SDK along my image which I can source and use to cross-compile Qt apps easily with CMake (rather than

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

2018-04-18 Thread Hongxu Jia
While do an out-of-tree build, if dir panel-plugin is not created in time, there is a compile failure: ... | intltool-merge -d -u -c ./po/.intltool-merge-cache ../xfce4-screenshooter-1.9.1/po ../xfce4-screenshooter-1.9.1/panel-plugin/screenshooter.desktop.in panel-plugin/screenshooter.desktop |

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

2018-04-18 Thread Khem Raj
On 4/17/18 5:15 AM, Krzysztof Kozlowski wrote: 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-networking][rocko][PATCH] civetweb: Add new recipe for v1.10 version

2018-04-18 Thread Krzysztof Kozlowski
On Wed, Apr 18, 2018 at 9:40 AM, Khem Raj wrote: > > > On 4/17/18 5:15 AM, Krzysztof Kozlowski wrote: >> >> 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

[oe] [meta-networking][PATCH 1/2] networkmanager: fix QA issue error for multilib

2018-04-18 Thread Yi Zhao
When enable multilib build, there is a QA Issue error: ERROR: networkmanager-1.10.6-r0 do_package: QA Issue: networkmanager: Files/directories were installed but not shipped in any package: /usr/lib/NetworkManager /usr/lib/NetworkManager/VPN /usr/lib/NetworkManager/conf.d Please set FILES

[oe] [meta-networking][PATCH 2/2] networkmanager-openvpn: fix QA issue error for multilib

2018-04-18 Thread Yi Zhao
When enable multilib build, there is a QA Issue error: ERROR: networkmanager-openvpn-1.2.8-r0 do_package: QA Issue: networkmanager-openvpn: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/NetworkManager /usr/lib/NetworkManager/VPN

Re: [oe] [meta-qt5][rocko][PATCH] qtbase: use mysql_config from correct path

2018-04-18 Thread Samuli Piippo
only needed on rocko and older. With recipe-sysroot it works correctly. On 19 April 2018 at 08:42, Martin Jansa wrote: > Is it needed in sumo and master branches as well? If yes, then it should be > applied there first. > > On Wed, Apr 18, 2018 at 12:04 PM, Samuli Piippo

[oe] [meta-qt5][rocko][PATCH] qtbase: use mysql_config from correct path

2018-04-18 Thread Samuli Piippo
mysql_config from host sysroot is found first which gives wrong paths for cross-compilation. Use it from crosscompile path instead. Change-Id: Ia1e7d8e0c582016130f595b1be279255e9d0b055 Signed-off-by: Samuli Piippo --- recipes-qt/qt5/qtbase_git.bb | 2 +- 1 file changed, 1

Re: [oe] [meta-qt5][rocko][PATCH] qtbase: use mysql_config from correct path

2018-04-18 Thread Martin Jansa
Is it needed in sumo and master branches as well? If yes, then it should be applied there first. On Wed, Apr 18, 2018 at 12:04 PM, Samuli Piippo wrote: > mysql_config from host sysroot is found first which gives wrong paths > for cross-compilation. Use it from crosscompile