[oe] [meta-oe][PATCH 1/2] devmem2: Change source URL to regain access to it

2017-06-01 Thread Martin Siegumfeldt
From: Nicolas Ferre Change URL due to connexion error on the original page. As the header of the new devmem2.c source file has changed, change the signature and the LIC_FILES_CHKSUM specificaiton. Signed-off-by: Nicolas Ferre

[oe] [meta-python][PATCH 2/2] python-cffi: Upgrade to 1.10.0

2017-06-01 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-cffi.inc | 4 ++-- .../python/{python-cffi_1.9.1.bb => python-cffi_1.10.0.bb}| 0 .../python/{python3-cffi_1.9.1.bb => python3-cffi_1.10.0.bb} | 0 3 files changed, 2

[oe] [meta-oe][PATCH 1/2] audiofile: Inherit pkgconfig instead of binconfig

2017-06-01 Thread Khem Raj
Fixes build with musl ../audiofile-0.3.6/configure: line 16964: PKG_PROG_PKG_CONFIG: command not found ../audiofile-0.3.6/configure: line 16971: syntax error near unexpected token `FLAC,' Signed-off-by: Khem Raj --- meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb |

[oe] [PATCH] openvpn: Upgrade 2.3.9 -> 2.4.2

2017-06-01 Thread Fan Xin
Signed-off-by: Fan Xin --- .../recipes-support/openvpn/{openvpn_2.3.9.bb => openvpn_2.4.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-networking/recipes-support/openvpn/{openvpn_2.3.9.bb => openvpn_2.4.2.bb} (93%) diff --git

Re: [oe] URL of devmem2

2017-06-01 Thread Martin Siegumfeldt
From: Leonardo Sandoval Sent: Wednesday, May 31, 2017 17:17 To: Martin Siegumfeldt Cc: openembedded-devel@lists.openembedded.org Subject: Re: [oe] URL of devmem2     On Tue, 2017-05-30 at 20:10 +, Martin Siegumfeldt wrote: > Hi, > > > Is there

Re: [oe] [meta-oe][PATCH] Upgrade zsh to 5.3.1

2017-06-01 Thread Leonardo Sandoval
please 1. send the patch with git-send-email and 2. when formating the patch, use git format-patch -M, this way git will detect renames (which are upgrades in this context) Leo On Thu, 2017-06-01 at 12:59 -0400, Branden Archer wrote: > Attached please find a patch to consider for the zsh recipe

[oe] [meta-filesystems][PATCH] fuse: update 2.9.4 to 2.9.7

2017-06-01 Thread Kyle Russell
--- .../recipes-support/fuse/{fuse_2.9.4.bb => fuse_2.9.7.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-filesystems/recipes-support/fuse/{fuse_2.9.4.bb => fuse_2.9.7.bb} (89%) diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb

Re: [oe] [meta-qt5][PATCH] Upgrade to Qt 5.9.0

2017-06-01 Thread Martin Jansa
${BUILD_CC} for host's CC On Thu, Jun 1, 2017 at 6:30 PM, Khem Raj wrote: > Export cc=${CC} or some such in recipe > > On Thu, Jun 1, 2017 at 6:17 AM Samuli Piippo > wrote: > > > On 01.06.2017 15:57, Daniel Mack wrote: > > > On 06/01/2017 02:35 PM,

[oe] [meta-oe][PATCH] Upgrade zsh to 5.3.1

2017-06-01 Thread Branden Archer
Attached please find a patch to consider for the zsh recipe which upgrades zsh from 5.0.5 to 5.3.1. The rationale for upgrading the recipe is in part to pick up a potential security related fix in 5.0.7 from 2014 as well as pick up additional features and bug fixes. Thanks, - Branden From

[oe] [meta-python][PATCH 8/8] python-pyroute: Add support for python3

2017-06-01 Thread Moritz Fischer
Extend recipe to support python3 Signed-off-by: Moritz Fischer --- .../recipes-devtools/python/python-pyroute2.inc| 26 ++ .../python/python-pyroute2_0.3.22.bb | 26 ++ .../python/python3-pyroute2_0.3.22.bb

[oe] [meta-python][PATCH 7/8] python-netaddr: Add support for python3

2017-06-01 Thread Moritz Fischer
Extend recipe to support python3 Signed-off-by: Moritz Fischer --- meta-python/recipes-devtools/python/python-netaddr.inc| 8 meta-python/recipes-devtools/python/python-netaddr_0.7.19.bb | 10 ++

[oe] [meta-python][PATCH 2/8] python-greenlet: Add support for python3

2017-06-01 Thread Moritz Fischer
Extend recipe to support python3 as well Signed-off-by: Moritz Fischer --- meta-python/recipes-devtools/python/python-greenlet.inc | 9 + .../recipes-devtools/python/python-greenlet_0.4.12.bb| 12 ++--

[oe] [meta-python][PATCH 6/8] python-mprpc: Add support for python3

2017-06-01 Thread Moritz Fischer
Extend recipe to add support for python3 Signed-off-by: Moritz Fischer --- .../python-mprpc/python-mprpc.inc | 17 + .../python-mprpc/python-mprpc_0.1.13.bb | 19 ++-

[oe] [meta-python][PATCH 5/8] python-gsocketpool: Add support for python3

2017-06-01 Thread Moritz Fischer
Extend recipe to support python3 Signed-off-by: Moritz Fischer --- .../python-gsocketpool/python-gsocketpool.inc | 16 .../python-gsocketpool/python-gsocketpool_0.1.5.bb | 18 ++

[oe] [meta-python][PATCH 3/8] python-msgpack: Add support for python3

2017-06-01 Thread Moritz Fischer
Extend recipe to support python3 Signed-off-by: Moritz Fischer --- meta-python/recipes-devtools/python/python-msgpack.inc | 9 + meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb | 11 ++-

[oe] [meta-python][PATCH 4/8] python-gevent: Add support for python3

2017-06-01 Thread Moritz Fischer
Extends recipe to support python3 Signed-off-by: Moritz Fischer --- .../recipes-devtools/python/python-gevent.inc | 34 ++ .../recipes-devtools/python/python-gevent_1.2.1.bb | 29 ++ .../python/python3-gevent_1.2.1.bb

[oe] [meta-python][PATCH 1/8] python-pyudev: Add possibility to build python3-pyudev

2017-06-01 Thread Moritz Fischer
Extend recipe to support python3 as well. Signed-off-by: Moritz Fischer --- .../recipes-devtools/python/python-pyudev.inc | 22 .../python/python-pyudev_0.21.0.bb | 24 ++ .../python/python3-pyudev_0.21.0.bb

Re: [oe] [meta-qt5][PATCH] Upgrade to Qt 5.9.0

2017-06-01 Thread Khem Raj
Export cc=${CC} or some such in recipe On Thu, Jun 1, 2017 at 6:17 AM Samuli Piippo wrote: > On 01.06.2017 15:57, Daniel Mack wrote: > > On 06/01/2017 02:35 PM, Samuli Piippo wrote: > >> Parts of the chromium is built for the host and requires gcc-multilib to > >> be

Re: [oe] [meta-qt5][PATCH] Upgrade to Qt 5.9.0

2017-06-01 Thread Daniel Mack
On 06/01/2017 03:16 PM, Samuli Piippo wrote: > On 01.06.2017 15:57, Daniel Mack wrote: >> On 06/01/2017 02:35 PM, Samuli Piippo wrote: >>> Parts of the chromium is built for the host and requires gcc-multilib to >>> be installed when building on a x64 host. I should have noted that in >>> commit

Re: [oe] [meta-qt5][PATCH] Upgrade to Qt 5.9.0

2017-06-01 Thread Samuli Piippo
On 01.06.2017 15:57, Daniel Mack wrote: On 06/01/2017 02:35 PM, Samuli Piippo wrote: Parts of the chromium is built for the host and requires gcc-multilib to be installed when building on a x64 host. I should have noted that in commit message. My /usr/bin/cc is a symlink to gcc Hmm, same

Re: [oe] [meta-qt5][PATCH] Upgrade to Qt 5.9.0

2017-06-01 Thread Daniel Mack
On 06/01/2017 02:35 PM, Samuli Piippo wrote: > Parts of the chromium is built for the host and requires gcc-multilib to > be installed when building on a x64 host. I should have noted that in > commit message. > > My /usr/bin/cc is a symlink to gcc Hmm, same here, but that's not the case when

Re: [oe] [meta-qt5][PATCH] Upgrade to Qt 5.9.0

2017-06-01 Thread Samuli Piippo
On 01.06.2017 10:30, Daniel Mack wrote: On 05/31/2017 08:40 AM, Samuli Piippo wrote: * adapt QtWebEngine recipe to use GN instead of GYP * add QtRemoteObjects as a new Qt module * update available QtBase configure arguments * remove obsolete patches * patch all .pc files to remove build paths *

[oe] [meta-oe][PATCH] poco: make cmake packages relocatable

2017-06-01 Thread Pascal Bach
Before the path to the dependencies was hard coded into the generated PocoConfig.cmake file. This causes issues with sstate. This change overrides the libraries with just the library names and thus let's the linker take care of finding them. Signed-off-by: Pascal Bach

Re: [oe] URL of devmem2

2017-06-01 Thread Martin Siegumfeldt
From: Martin Siegumfeldt Sent: Wednesday, May 31, 2017 21:15 To: Leonardo Sandoval Cc: openembedded-devel@lists.openembedded.org Subject: Re: [oe] URL of devmem2   From: Leonardo Sandoval Sent: Wednesday, May 31, 2017 17:17 To: Martin Siegumfeldt Cc:

Re: [oe] [meta-qt5][PATCH] Upgrade to Qt 5.9.0

2017-06-01 Thread Daniel Mack
On 05/31/2017 08:40 AM, Samuli Piippo wrote: > * adapt QtWebEngine recipe to use GN instead of GYP > * add QtRemoteObjects as a new Qt module > * update available QtBase configure arguments > * remove obsolete patches > * patch all .pc files to remove build paths > * include generated QML cache