Re: [oe] [PATCH][meta-webserver] nginx: handle systemd service file

2017-01-28 Thread Alexandre Belloni
On 27/01/2017 at 11:14:41 -0800, Khem Raj wrote: > > > On 1/27/17 11:06 AM, Alexandre Belloni wrote: > > Inherit the systemd class so the service file is properly handled. > > Note that by default, the service file will be installed but not enabled. > > > > Signed-off-by: Alexandre Belloni

Re: [oe] [meta-perl][PATCH] libnet-ssleay-perl: fix build error

2017-01-28 Thread Khem Raj
On Sat, Jan 28, 2017 at 12:09 PM, Armin Kuster wrote: > ../../libexec/i586-oe-linux/gcc/i586-oe-linux/6.3.0/ld: cannot find -lssl > -lcrypto -lz > | collect2: error: ld returned 1 exit status > | Makefile:492: recipe for target 'blib/arch/auto/Net/SSLeay/SSLeay.so' failed >

Re: [oe] ***SPAM*** Re: [meta-browser][PATCH v2] chromium-wayland: update to 53.0.2785.14

2017-01-28 Thread Khem Raj
Hi Herve Yes please send a V2 with suggested changes. On Sat, Jan 28, 2017 at 7:05 AM, Herve Jourdain wrote: > Hi Khem, > > Shall I generate a proper patch with the proper header? Or should Jacobo add > that to his patch? > I'm not even sure the patch is accepted on

[oe] [meta-python][PATCH] python-pyopenssl: Don't overwrite inherited dependencies

2017-01-28 Thread Andreas Oberritter
Otherwise setuptools won't be found. Signed-off-by: Andreas Oberritter --- meta-python/recipes-devtools/python/python-pyopenssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pyopenssl.inc

[oe] [meta-python][PATCH] python-cffi: Don't overwrite inherited dependencies

2017-01-28 Thread Andreas Oberritter
Otherwise setuptools won't be found. Signed-off-by: Andreas Oberritter --- meta-python/recipes-devtools/python/python-cffi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-cffi.inc

[oe] [meta-perl][PATCH] libnet-ssleay-perl: fix build error

2017-01-28 Thread Armin Kuster
../../libexec/i586-oe-linux/gcc/i586-oe-linux/6.3.0/ld: cannot find -lssl -lcrypto -lz | collect2: error: ld returned 1 exit status | Makefile:492: recipe for target 'blib/arch/auto/Net/SSLeay/SSLeay.so' failed | make: *** [blib/arch/auto/Net/SSLeay/SSLeay.so] Error 1 Signed-off-by: Armin Kuster

Re: [oe] ***SPAM*** Re: [meta-browser][PATCH v2] chromium-wayland: update to 53.0.2785.14

2017-01-28 Thread Herve Jourdain
Hi Khem, Shall I generate a proper patch with the proper header? Or should Jacobo add that to his patch? I'm not even sure the patch is accepted on master yet. Cheers, Herve > On 28 Jan 2017, at 01:51, Khem Raj wrote: > > > > On 1/27/17 6:06 AM, Julien Brianceau