Re: [oe] [meta-oe][PATCH 3/3] php: add libgcc to the runtime depends

2017-10-30 Thread Andre McCurdy
On Wed, Sep 20, 2017 at 8:11 AM, Derek Straka wrote: > Avoids issues with 'libgcc_s.so.1 must be installed for pthread_cancel to > work' Does passing the "--enable-libgcc" php configure option fix that too? If so, maybe it's a better fix? > Signed-off-by: Derek Straka > --- > meta-oe/recipes-

Re: [oe] [meta-networking][PATCH 3/6] freediameter: add new recipe

2017-10-30 Thread akuster808
On 10/30/2017 11:11 AM, Joe MacDonald wrote: > From: Jackie Huang > > freeDiameter is an open source Diameter protocol > implementation. It provides an extensible platform > for deploying a Diameter network for your Authentication, > Authorization and Accounting needs. > > Signed-off-by: Jackie

Re: [oe] [meta-networking][PATCH 3/6] freediameter: add new recipe

2017-10-30 Thread Khem Raj
On Mon, Oct 30, 2017 at 11:11 AM, Joe MacDonald wrote: > From: Jackie Huang > > freeDiameter is an open source Diameter protocol > implementation. It provides an extensible platform > for deploying a Diameter network for your Authentication, > Authorization and Accounting needs. > > Signed-off-by

Re: [oe] [meta-networking][PATCH 2/6] lksctp-tools: update and remove from blacklist

2017-10-30 Thread Khem Raj
On Mon, Oct 30, 2017 at 11:11 AM, Joe MacDonald wrote: > Switching lksctp-tools to build from the upstream git repository rather > than a source tarball. At the same time we'll un-blacklist it since it > appears the gold-as-ld issue has been resolved underneath us, probably > related to a Debian

Re: [oe] [meta-networking][PATCH] arptables: Fix do_install task

2017-10-30 Thread Khem Raj
On Mon, Oct 30, 2017 at 10:32 AM, Fabio Berton wrote: > We need to set DESTDIR variable and run eo_runmake install to install all ^^ typo > arptables files. Without this the only file installed in package is > systemd unit. >

Re: [oe] [PATCH v3] spi-tools: Add version info

2017-10-30 Thread Khem Raj
On Mon, Oct 30, 2017 at 1:06 PM, akuster808 wrote: > > > On 10/29/2017 09:45 PM, Fan Xin wrote: >> Signed-off-by: Fan Xin >> --- >> meta-oe/recipes-support/spitools/spitools_git.bb | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb >>

Re: [oe] [meta-networking][PATCH 1/6] ddclient: new package

2017-10-30 Thread Khem Raj
On Mon, Oct 30, 2017 at 11:11 AM, Joe MacDonald wrote: > From: "Kinsella, Ray" > > Adding the package ddclient. DDClient updates Dynamic DNS servers with an IP > address. > Recipe is based on the original OE recipe found here. > > http://cgit.openembedded.org/openembedded/tree/recipes/ddclient/d

[oe] [meta-oe][PATCH] gpsd: add missing python-pygps RDEPENDS

2017-10-30 Thread Martin Kelly
Several runtime dependencies are missing from python-pygps. You can verify this by adding gps-utils to an image and running gpsfake, which will fail with python import errors. With this patch, gpsfake works correctly. Signed-off-by: Martin Kelly --- meta-oe/recipes-navigation/gpsd/gpsd_3.16.bb |

[oe] [meta-oe][PATCH] can-isotp: add recipe

2017-10-30 Thread Andrea Galbusera
Linux Kernel Module for ISO 15765-2:2016 CAN transport protocol. CAN Transport Protocol offers support for segmented Point-to-Point communication between CAN nodes via two defined CAN Identifiers. This protocol driver implements data transfers according to ISO 15765-2. This recipe provides can-is

Re: [oe] [PATCH v3] spi-tools: Add version info

2017-10-30 Thread akuster808
On 10/29/2017 09:45 PM, Fan Xin wrote: > Signed-off-by: Fan Xin > --- > meta-oe/recipes-support/spitools/spitools_git.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb > b/meta-oe/recipes-support/spitools/spitools_git.bb > index f808

[oe] [meta-networking][PATCH 4/6] net-snmp: support openssl without 3des

2017-10-30 Thread Joe MacDonald
From: Jackie Huang net-snmp enables 3des support by default and fails to build with distro feature openssl-no-weak-ciphers: | ../../net-snmp-5.7.3/snmplib/scapi.c:82:25: fatal error: openssl/des.h: No such file or directory | #include To fix the issue: * add a patch to include des.h only if

[oe] [meta-networking][PATCH 5/6] stunnel: fix compile error when openssl disable des support

2017-10-30 Thread Joe MacDonald
From: Kai Kang When openssl disable des support with configure option 'no-des', it doesn't provide des related header file and functions. That causes stunnel compile failed. Fix it by checking macro OPENSSL_NO_DES to use openssl des related library conditionaly. Signed-off-by: Kai Kang Signed-o

[oe] [meta-networking][PATCH 6/6] bridge-utils: update to v1.6

2017-10-30 Thread Joe MacDonald
Updating to the latest version (1.6) and taking the opportunity to clean up the old patches, switch to the upstream git repo for SRC_URI and make the requested change to the older AR patch from a while back. Signed-off-by: Joe MacDonald --- .../recipes-support/bridge-utils/bridge-utils.inc | 28

[oe] [meta-networking][PATCH 3/6] freediameter: add new recipe

2017-10-30 Thread Joe MacDonald
From: Jackie Huang freeDiameter is an open source Diameter protocol implementation. It provides an extensible platform for deploying a Diameter network for your Authentication, Authorization and Accounting needs. Signed-off-by: Jackie Huang Signed-off-by: Joe MacDonald --- ...murhash-algorith

[oe] [meta-networking][PATCH 1/6] ddclient: new package

2017-10-30 Thread Joe MacDonald
From: "Kinsella, Ray" Adding the package ddclient. DDClient updates Dynamic DNS servers with an IP address. Recipe is based on the original OE recipe found here. http://cgit.openembedded.org/openembedded/tree/recipes/ddclient/ddclient_3.6.3.bb with modifications based on the recipe at: https:

[oe] [meta-networking][PATCH 2/6] lksctp-tools: update and remove from blacklist

2017-10-30 Thread Joe MacDonald
Switching lksctp-tools to build from the upstream git repository rather than a source tarball. At the same time we'll un-blacklist it since it appears the gold-as-ld issue has been resolved underneath us, probably related to a Debian bug of the same form that was also resolved with a binutils upda

[oe] [meta-networking][PATCH 0/6] meta-networking patchwork cleanup

2017-10-30 Thread Joe MacDonald
When I started comparing the state of meta-networking/master to master-next and to patchwork's own view of pending meta-networking patches I found some disconnects. So I've been chipping away at this for the last few days, trying to bring everything in sync. I've rejected/accepted the patches in

[oe] [meta-networking][PATCH] arptables: Fix do_install task

2017-10-30 Thread Fabio Berton
We need to set DESTDIR variable and run eo_runmake install to install all arptables files. Without this the only file installed in package is systemd unit. Signed-off-by: Fabio Berton --- meta-networking/recipes-support/arptables/arptables_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 del

Re: [oe] [meta-browser] Modern Chromium with GN

2017-10-30 Thread Raphael Kubo da Costa
Trevor Woerner writes: > I was able to successfully build for the minnow board (x86_64), but > when I tried building for the 32-bit variant for raspberrypi3 I got: > > | install: cannot stat 'swiftshader/libEGL.so': No such file or directory > > during the do_install step for chromium itself.

[oe] State of bitbake world, Failed tasks 2017-10-29

2017-10-30 Thread Martin Jansa
A lot more issues reported for qemux86 this time, because now it's using musl TCLIBC in these world builds. This list isn't even complete, there were many more ERRORs being shown for components being skipped e.g. because systemd isn't compatible with musl (and then skipping everything depending on

Re: [oe] [meta-browser] Modern Chromium with GN

2017-10-30 Thread Jacobo Aragunde PĂ©rez
On 27/10/17 17:44, Trevor Woerner wrote: > ... > I was able to successfully build for the minnow board (x86_64), but > when I tried building for the 32-bit variant for raspberrypi3 I got: > > | install: cannot stat 'swiftshader/libEGL.so': No such file or directory > > during the do_install s