Re: [oe] [OE-core] Language settings GTK (glibc?) problem

2016-02-04 Thread Andreas Müller
On Wed, Feb 3, 2016 at 5:01 PM, Andreas Müller wrote: > On Wed, Feb 3, 2016 at 3:50 PM, Richard Purdie > wrote: >> On Wed, 2016-02-03 at 12:49 +0100, Andreas Müller wrote: >>> Hi, >>> >>> while testing libreoffice language packets

[oe] [meta-qt5 PATCH] qt5-git.inc: Ensure we export the SRCREV as the module name

2016-02-04 Thread Otavio Salvador
For components which use multiple Git repositories (e.g QtWebEngine) it is important to have the module name exported so it can be referred in SRCREV_FORMAT. Signed-off-by: Otavio Salvador --- recipes-qt/qt5/qt5-git.inc | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [oe] [meta-qt5][PATCH] qt5: use common PACKAGECONFIG to build examples

2016-02-04 Thread Otavio Salvador
On Wed, Feb 3, 2016 at 1:12 PM, Samuli Piippo wrote: > Each Qt module's examples can now be enabled with PACKAGECONFIG. > Replace the webkit patch with a PACKAGECONFIG option and follow > common practice by not building QtWayland examples by default, > those can be

Re: [oe] [meta-python][PATCH] python-django: update package to 1.8.9

2016-02-04 Thread Dan McGregor
On 4 Feb 2016 11:23 a.m., "Armin Kuster" wrote: > > Update to a LTS version which might EOL in April 2018 > > The following security fixes are included; > CVE-2015-8213 > CVE-2015-5964 > CVE-2015-5963 > CVE-2015-5145 > CVE-2015-5144 > CVE-2015-5143 > CVE-2015-3982 >

Re: [oe] [meta-oe][PATCH] toybox: upgrade to 0.7.0

2016-02-04 Thread Khem Raj
> On Feb 2, 2016, at 9:43 PM, Khem Raj wrote: > > On Tue, Feb 2, 2016 at 6:11 PM, Alejandro Joya > wrote: >> +CFLAGS_prepend = "-I ${STAGING_DIR_HOST}${includedir_native}" > > why is a native include dir needed here ? this is same as

[oe] [meta-java][PATCH 3/5] jacl: fix license and add license files

2016-02-04 Thread jackie.huang
From: Jackie Huang license.amd(AMD): applies to the TJC compiler source and test files license.itcl(CDS): applies to the Itcl source and test files license.ucb(UCB): applies to portions of Jacl and Tcl Blend sources license.terms(SUN): applies to the other cource

[oe] [meta-java][PATCH 5/5] classpath: fix the license

2016-02-04 Thread jackie.huang
From: Jackie Huang There is no 'Classpath' license, set it as the same with classpath-native. Signed-off-by: Jackie Huang --- recipes-core/classpath/classpath.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-java][PATCH 1/5] jikes: fix the license name

2016-02-04 Thread jackie.huang
From: Jackie Huang The license is: IBM Public License Version 1.0 and it is named IPL-1.0 instead of IBM in common-licenses. Signed-off-by: Jackie Huang --- recipes-core/jikes/jikes_1.22.bb | 2 +- 1 file changed, 1 insertion(+), 1

[oe] [meta-java][PATCH 4/5] jlex: fix the license and add JLEX license file

2016-02-04 Thread jackie.huang
From: Jackie Huang The license statement is in the middle of source file Main.java, it's not correct to referrence the COREBASE MIT license in LIC_FILES_CHKSUM. Signed-off-by: Jackie Huang --- licenses/JLEX | 19

[oe] [meta-java][PATCH 2/5] cup: add the license file

2016-02-04 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- licenses/CUP | 20 1 file changed, 20 insertions(+) create mode 100644 licenses/CUP diff --git a/licenses/CUP b/licenses/CUP new file mode 100644 index

[oe] [meta-java][PATCH 0/5] Fix several license issues

2016-02-04 Thread jackie.huang
From: Jackie Huang Fixed the following license issues: WARNING: jikes-native: No generic license file exists for: IBM in any provider WARNING: cup-native: No generic license file exists for: CUP in any provider WARNING: jacl-native: No generic license file exists for:

[oe] [meta-webserver][PATCH 2/2] nginx: update to 1.9.10

2016-02-04 Thread Pascal Bach
--- .../recipes-httpd/nginx/{nginx_1.9.9.bb => nginx_1.9.10.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-webserver/recipes-httpd/nginx/{nginx_1.9.9.bb => nginx_1.9.10.bb} (95%) diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.9.9.bb

[oe] [meta-networking][PATCH] ntp: remove empty libexecdir to prevent potential QA issues

2016-02-04 Thread Mark Asselstine
Depending on the configuration used to build ntp it is possible to have an empty libexecdir. This can cause QA issues. Add a test at the end of install() to remove libexecdir if it is empty, thus avoiding the possibility of QA issues, regardless of configuration. Signed-off-by: Mark Asselstine

[oe] [meta-python][PATCH] python-django: update package to 1.8.9

2016-02-04 Thread Armin Kuster
Update to a LTS version which might EOL in April 2018 The following security fixes are included; CVE-2015-8213 CVE-2015-5964 CVE-2015-5963 CVE-2015-5145 CVE-2015-5144 CVE-2015-5143 CVE-2015-3982 CVE-2015-2317 CVE-2015-2316 CVE-2015-2241 LIC_FILES_CHKSUM changed do to:

Re: [oe] [meta-networking][PATCH] ntp: remove empty libexecdir to prevent potential QA issues

2016-02-04 Thread Mark Asselstine
On Thu, Feb 4, 2016 at 11:07 AM, Martin Jansa wrote: > On Thu, Feb 04, 2016 at 10:08:33AM -0500, Mark Asselstine wrote: >> Depending on the configuration used to build ntp it is possible to >> have an empty libexecdir. This can cause QA issues. Add a test at the >> end of

Re: [oe] [meta-networking][PATCH] ntp: remove empty libexecdir to prevent potential QA issues

2016-02-04 Thread Martin Jansa
On Thu, Feb 04, 2016 at 11:51:56AM -0500, Mark Asselstine wrote: > On Thu, Feb 4, 2016 at 11:07 AM, Martin Jansa wrote: > > On Thu, Feb 04, 2016 at 10:08:33AM -0500, Mark Asselstine wrote: > >> Depending on the configuration used to build ntp it is possible to > >> have an

[oe] [meta-webserver][PATCH 1/2] nginx: make nginx user and home directory configurable

2016-02-04 Thread Pascal Bach
This allows selecting a different user then "www" in a bbappend. It also allows to change the default value of "/var/www/localhost" to something else. --- meta-webserver/recipes-httpd/nginx/nginx_1.9.9.bb | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git

Re: [oe] [meta-networking][PATCH] ntp: remove empty libexecdir to prevent potential QA issues

2016-02-04 Thread Martin Jansa
On Thu, Feb 04, 2016 at 10:08:33AM -0500, Mark Asselstine wrote: > Depending on the configuration used to build ntp it is possible to > have an empty libexecdir. This can cause QA issues. Add a test at the > end of install() to remove libexecdir if it is empty, thus avoiding > the possibility of

Re: [oe] [meta-networking][PATCH] ntp: remove empty libexecdir to prevent potential QA issues

2016-02-04 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH] ntp: remove empty libexecdir to prevent potential QA issues] On 16.02.04 (Thu 18:07) Martin Jansa wrote: > On Thu, Feb 04, 2016 at 11:51:56AM -0500, Mark Asselstine wrote: > > On Thu, Feb 4, 2016 at 11:07 AM, Martin Jansa > > wrote: >

Re: [oe] [meta-oe][PATCH] toybox: upgrade to 0.7.0

2016-02-04 Thread Joya Cruz, Alejandro
On mar, 2016-02-02 at 21:43 -0800, Khem Raj wrote: > On Tue, Feb 2, 2016 at 6:11 PM, Alejandro Joya > wrote: > > +CFLAGS_prepend = "-I ${STAGING_DIR_HOST}${includedir_native}" > > why is a native include dir needed here ? I found that it was need to building with

[oe] [meta-networking][v2][PATCH] ntp: remove empty libexecdir to prevent potential QA issues

2016-02-04 Thread Mark Asselstine
Depending on the configuration used to build ntp it is possible to have an empty libexecdir. This can cause QA issues. Add a test at the end of install() to remove libexecdir if it is empty, thus avoiding the possibility of QA issues, regardless of configuration. Signed-off-by: Mark Asselstine