[oe] [meta-oe][PATCH] mariadb: replace the CC with CC_VERSION and CXX with CXX_VERSION

2016-09-28 Thread wenzong.fan
From: Yue Tao mysqlbug.sh is a bug report script. It makes a report with the build information, including gcc version. The CC is the local path of gcc, which is useless for bug report, and the path may expose private information, so change it to CC_VERSION.

Re: [oe] [meta-networking][PATCH] ntp : Add openssl to default PACKAGECONFIG options

2016-09-28 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Khem Raj > Sent: Thursday, September 29, 2016 12:38 AM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe]

[oe] [meta-webserver][PATCH] webmin: ensure correct PERLLIB path

2016-09-28 Thread Qi.Chen
From: Chen Qi Signed-off-by: Chen Qi --- meta-webserver/recipes-webadmin/webmin/webmin_1.801.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-webserver/recipes-webadmin/webmin/webmin_1.801.bb

Re: [oe] [meta-oe][krogoth][PATCH] python-cassandra-driver: add recipe for version 3.6.0

2016-09-28 Thread akuster808
Ruben, On 09/28/2016 12:26 PM, Ruben De Smet wrote: Hi, Any chance these things could get merged? Would be for both upstream and krogoth. Sorry, Stable releases do not accept the addition of new packages. regards, Armin They do depend on my pypi: update the base pypi url to use the

Re: [oe] [meta-networking][PATCH] mbedtls: separate general .inc and version-specific recipe

2016-09-28 Thread Roman Alyautdin
Hi Martin, should I prepare "mbedtls.inc patch" against 1.3.17 in master-next branch or you found my explanation was not reasonable? Martin: Which version do you need that it requires adding .inc instead of adding such version to meta-networking? Roman: There is a need of mbed TLS 2.3.0,

[oe] [meta-oe][PATCH 1/1] ttf-lklug: use fedora24 for source

2016-09-28 Thread Joe Slater
The checksums of the fedora25 rpm do not match those in the recipe. We use the fedora24 version instead. The extracted gz file is the same for both versions. Signed-off-by: Joe Slater --- .../ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb |2 +- 1 file changed, 1

Re: [oe] [meta-oe][krogoth][PATCH] python-cassandra-driver: add recipe for version 3.6.0

2016-09-28 Thread Ruben De Smet
Hi, Any chance these things could get merged? Would be for both upstream and krogoth. They do depend on my pypi: update the base pypi url to use the package info without requiring the hash backport. Ruben On 08/22/2016 04:34 PM, Ruben De Smet wrote: > A Python library for Apache Cassandra >

Re: [oe] [meta-networking][PATCH] ntp : Add openssl to default PACKAGECONFIG options

2016-09-28 Thread Khem Raj
Is this the common usecase ? On Sep 27, 2016 7:35 PM, wrote: > From: Jackie Huang > > Add openssl to default PACKAGECONFIG options so ntp > is configured to have crypto support by default. > > Signed-off-by: Jackie Huang

Re: [oe] [PATCH 9/9] physfs: move to sources found at github/supertux

2016-09-28 Thread Andreas Müller
On Wed, Sep 28, 2016 at 2:35 PM, Martin Jansa wrote: > On Tue, Sep 27, 2016 at 07:55:33AM +0200, Andreas Müller wrote: >> It seems that physfs is still maintained there and has the functionality >> required by latest supertux. >> >> Signed-off-by: Andreas Müller

Re: [oe] [PATCH 9/9] physfs: move to sources found at github/supertux

2016-09-28 Thread Martin Jansa
On Tue, Sep 27, 2016 at 07:55:33AM +0200, Andreas Müller wrote: > It seems that physfs is still maintained there and has the functionality > required by latest supertux. > > Signed-off-by: Andreas Müller > --- > .../physfs/files/0001-fix-build-with-gcc-6.patch |

[oe] [meta-networking][PATCHv1] nfacct: added nfacct recipe to meta-networking

2016-09-28 Thread Oliver Graute
this patch adds nfacct to meta-networking --- meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb diff --git

[oe] [meta-networking][PATCH] libnetfilter-acct: added new recipe for libnetfilter-acct 1.0.3

2016-09-28 Thread Oliver Graute
--- .../libnetfilter/libnetfilter-acct_1.0.3.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-networking/recipes-filter/libnetfilter/libnetfilter-acct_1.0.3.bb diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-acct_1.0.3.bb

[oe] [meta-oe][PATCH V2] edac-utils: add systemd support and required dependencies for edac

2016-09-28 Thread Dengke Du
Changed in V2: Change the title to eliminate confused. Add systemd unit files for edac-utils. Signed-off-by: Dengke Du --- meta-oe/recipes-support/edac-utils/edac-utils_git.bb | 14 +- meta-oe/recipes-support/edac-utils/files/edac.service | 11

Re: [oe] [meta-oe][PATCH] edac-utils: add systemd init script for edac

2016-09-28 Thread Dengke Du
Please ignore! Thanks //Dengke On 2016年09月28日 15:44, Dengke Du wrote: In order to add the systemd init script for edac, we need to add some perl module to make sure the correct startup. (LOCAL REV: NOT UPSTREAM) -- Send to meta-openembedded 20160928 Signed-off-by: Dengke Du <den

Re: [oe] [meta-networking][PATCH] phytool: Add recipe

2016-09-28 Thread Mike Looijmans
On 28-09-16 09:30, Mike Looijmans wrote: On 26-09-16 22:34, Martin Jansa wrote: 2 more issues: WARNING: phytool-1.0.1-r0 do_populate_lic: Could not copy license file phytool/1.0.1-r0/git/COPYING to phytool/1.0.1-r0/license-destdir/phytool/COPYING: [Errno 2] No such file or directory:

[oe] [meta-webserver][PATCH] webmin: Set PERLLIB to runtime path

2016-09-28 Thread wenzong.fan
From: Yue Tao This fixes: # on target $ grep PERLLIB /etc/webmin/start PERLLIB=/path/to/builddir/.../webmin/1.801-r0/image/usr/libexec/webmin Signed-off-by: Yue Tao Signed-off-by: Wenzong Fan ---

[oe] [PATCH v2] phytool: Add recipe

2016-09-28 Thread Mike Looijmans
A nice tool to directly read, write and interpret ethernet PHY data. Very useful when debugging PHY or MDIO problems, which ethtool does not do. Signed-off-by: Mike Looijmans --- v2: Add $bindir comment Add patch (pending upstream) to fix LDFLAGS warning Fix

Re: [oe] [meta-networking][PATCH] phytool: Add recipe

2016-09-28 Thread Mike Looijmans
On 26-09-16 22:34, Martin Jansa wrote: 2 more issues: WARNING: phytool-1.0.1-r0 do_populate_lic: Could not copy license file phytool/1.0.1-r0/git/COPYING to phytool/1.0.1-r0/license-destdir/phytool/COPYING: [Errno 2] No such file or directory: 'phytool/1.0.1-r0/git/COPYING' ERROR:

[oe] [meta-oe][PATCH] edac-utils: add systemd init script for edac

2016-09-28 Thread Dengke Du
In order to add the systemd init script for edac, we need to add some perl module to make sure the correct startup. (LOCAL REV: NOT UPSTREAM) -- Send to meta-openembedded 20160928 Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-oe/recipes-support/edac-utils/edac-utils_git.bb

[oe] [meta-webserver][PATCH 2/2] webmin: add systemd service file

2016-09-28 Thread Qi.Chen
From: Chen Qi Add systemd service file for webmin. Signed-off-by: Chen Qi --- .../recipes-webadmin/webmin/files/webmin.service | 14 ++ meta-webserver/recipes-webadmin/webmin/webmin_1.801.bb | 12 +++- 2 files

[oe] [meta-oe][PATCH 1/2] tftp-hpa: add systemd unit files

2016-09-28 Thread Qi.Chen
From: Chen Qi Add systemd unit files for tftp-hpa. Signed-off-by: Chen Qi --- .../recipes-daemons/tftp-hpa/files/tftpd-hpa.service | 10 ++ .../recipes-daemons/tftp-hpa/files/tftpd-hpa.socket | 8