[oe] [meta-oe][PATCH] openldap: 2.4.43 -> 2.4.44

2016-08-24 Thread Wang Xin
1)Upgrade openldap from 2.4.43 to 2.4.44. 2)Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the LICENSE has not been changed. Signed-off-by: Wang Xin --- .../openldap/{openldap_2.4.43.bb => openldap_2.4.44.bb} | 6 +++--- 1 file

[oe] [meta-oe][PATCH] libhugetlbfs: add libhugetlbfs-perl to RDEPENDS

2016-08-24 Thread mingli.yu
From: Mingli Yu * Add libhugetlbfs-perl to RDEPENDS for libhugetlbfs as some perl scripts in package libhugetlbfs depend on the perl module provided by libhugetlbfs-perl * Update the perl module install folder to $(LIBDIR64)/perl/${@get_perl_version(d)}/TLBC such

[oe] [meta-oe][PATCH] imagemagick: Upgrade 7.0.3 release to patch level 9

2016-08-24 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb

[oe] [meta-oe][PATCH] qwt: Use ${libdir} to install libraries.

2016-08-24 Thread Philip Balister
This lets qwt build and package for systems that use lib64. Signed-off-by: Philip Balister --- meta-oe/recipes-qt/qwt/qwt.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-qt/qwt/qwt.inc b/meta-oe/recipes-qt/qwt/qwt.inc index d3c4ed1..e1b260c 100644

Re: [oe] [meta-java][PATCH] Reimplement helper method for parallelizing JDK builds

2016-08-24 Thread Maxin B. John
Hi, On Wed, Aug 24, 2016 at 09:28:40AM -0400, Kyle Russell wrote: > Simplifies duplicated implementation across multiple recipes that all > inherited from java.bbclass. > > Previously implementation was not flexible in supporting other make > job-limiting flags (like -l for load) that are

[oe] [meta-java][PATCH] Reimplement helper method for parallelizing JDK builds

2016-08-24 Thread Kyle Russell
Simplifies duplicated implementation across multiple recipes that all inherited from java.bbclass. Previously implementation was not flexible in supporting other make job-limiting flags (like -l for load) that are typically passed in through PARALLEL_MAKE. (OpenJDK doesn't know about these other

Re: [oe] [meta-java][PATCH 2/2] Reimplement helper method for parallelizing JDK builds

2016-08-24 Thread Kyle Russell
Sure thing. On Wed, Aug 24, 2016, 9:00 AM Maxin B. John wrote: > Hi, > > On Fri, Aug 19, 2016 at 05:58:02PM -0400, Kyle Russell wrote: > > Simplifies duplicated implementation across multiple recipes that all > > inherited from java.bbclass. > > > > Previously

Re: [oe] [meta-java][PATCH 2/2] Reimplement helper method for parallelizing JDK builds

2016-08-24 Thread Maxin B. John
Hi, On Fri, Aug 19, 2016 at 05:58:02PM -0400, Kyle Russell wrote: > Simplifies duplicated implementation across multiple recipes that all > inherited from java.bbclass. > > Previously implementation was not flexible in supporting other make > job-limiting flags (like -l for load) that are

Re: [oe] [meta-java][PATCH 1/2] rhino-native should depend on classpath-native

2016-08-24 Thread Maxin B. John
Hi Kyle, On Fri, Aug 19, 2016 at 05:58:01PM -0400, Kyle Russell wrote: > rhino's do_compile task passes > ${STAGING_DATADIR_NATIVE}/classpath/glibj.zip to javac. This glibj.zip > archive comes from the classpath-native package. > > Signed-off-by: Kyle Russell > --- >

[oe] [meta-oe] gitpkgv: Fix $GITPKV for a single named git source

2016-08-24 Thread Clemens Lang
Hi, here's a patch that fixes gitpkgv.bbclass in situations where SRC_URI contains a single git repository with an explicit name set, i.e. SRC_URI = "git://...;name=foo" but SRCREV_FORMAT is not set. At the moment, this causes $GITPKGV to always be "default". If you use $GITPKGV in $PKGV,

[oe] [meta-oe][PATCH] gitpkgv: Fix $GITPKV for a single named git source

2016-08-24 Thread Clemens Lang
Recipes that fetch from a single git source, assign a name to this source and do not set SRCREV_FORMAT to this name will always get a GITPKGV value of "default", which causes version-going-backwards QA errors. Fix this by automatically determining a suitable SRCREV_FORMAT from the SRC_URI if none

[oe] [meta-oe][PATCH] nodejs: update to 4.5.0

2016-08-24 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta-oe/recipes-devtools/nodejs/{nodejs_4.4.7.bb => nodejs_4.5.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_4.4.7.bb => nodejs_4.5.0.bb} (96%) diff --git

[oe] Updates to meta-java (master, master-next) in 2016-08-24

2016-08-24 Thread Maxin B. John
Hi, I merged the following commits to master and master-next branches: commit 216481ba09c187d0b0fc8f864944af6ae026ff73 Author: Erkka Kääriä Date: Tue Aug 23 11:14:56 2016 +0300 openjdk-8: Fix QA error caused by a missing hash EXTRA_LDFLAGS were not used when

[oe] [meta-networking][PATCH] crda: fix QA Issue: No GNU_HASH in the elf binary

2016-08-24 Thread Stefan Müller-Klieser
Linking needs to respect LDFLAGS. Patch the Makefile. Signed-off-by: Stefan Müller-Klieser --- .../0001-Makefile-respect-LDFLAGS-for-libreg.patch | 29 ++ .../recipes-connectivity/crda/crda_3.18.bb | 1 + 2 files changed, 30

[oe] [meta-networking][PATCH 16/16] inetutils: fixes for ipv6 feature

2016-08-24 Thread jackie.huang
From: Jackie Huang * Rebase the patch fix-disable-ipv6.patch * Add PACKAGECONFIG for ipv6 and ping6 instead of using noipv6 in EXTRA_OECONF * Fix the do_install to avoid failure when ipv6 is disable Signed-off-by: Jackie Huang ---

[oe] [meta-webserver][PATCH 14/16] cherokee: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

[oe] [meta-networking][PATCH 08/16] tftp-hpa: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [meta-xfce][PATCH 15/16] xfce4-mailwatch-plugin: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- .../recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.2.0.bb| 3 +++ 1 file changed, 3 insertions(+) diff

[oe] [meta-oe][PATCH 12/16] iperf: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [meta-oe][PATCH 13/16] php: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-oe/recipes-devtools/php/php.inc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[oe] [meta-networking][PATCH 10/16] wolfssl: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [meta-networking][PATCH 11/16] znc: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-networking/recipes-irc/znc/znc_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [meta-networking][PATCH 09/16] tnftp: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-networking/recipes-support/tnftp/tnftp_20151004.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)

[oe] [meta-networking][PATCH 07/16] stunnel: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-networking/recipes-support/stunnel/stunnel_5.28.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)

[oe] [meta-networking][PATCH 06/16] squid: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-networking/recipes-daemons/squid/squid_3.5.20.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [meta-networking][PATCH 05/16] ntp: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-networking/recipes-support/ntp/ntp_4.2.8p8.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff

[oe] [meta-networking][PATCH 04/16] mtr: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-networking/recipes-support/mtr/mtr_0.86.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [meta-networking][PATCH 02/16] cyrus-sasl: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [meta-networking][PATCH 01/16] chrony: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-networking/recipes-support/chrony/chrony_2.4.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff

[oe] [meta-networking][PATCH 03/16] daq: control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-networking/recipes-connectivity/daq/daq_2.0.6.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [PATCH 00/16] control ipv6 support based on DISTRO_FEATURES

2016-08-24 Thread jackie.huang
From: Jackie Huang There is ipv6 configure option for these packages, and we need them to be controled by DISTRO_FEATURES. Tested with and without ipv6 in DISTRO_FEATURES on qemux86-64 and qemuarm. --- The following changes since commit

[oe] [meta-oe][PATCH] lua: 5.3.2 -> 5.3.3

2016-08-24 Thread Wang Xin
1) Upgrade lua from 5.3.2 to 5.3.3. 2) Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the LICENSE has not been changed. Signed-off-by: Wang Xin --- meta-oe/recipes-devtools/lua/{lua_5.3.2.bb => lua_5.3.3.bb} | 10 +- 1 file changed,