Re: [oe] [PATCH] imagemagick: upgrade from 6.9.2 to 7.0.2

2016-08-19 Thread Randy MacLeod
On 2016-08-15 06:28 AM, Martin Jansa wrote: On Mon, Aug 08, 2016 at 05:41:34PM -0400, Randy MacLeod wrote: The copyright end year update made the LICENSE file checksum change. That line is in the middle of the file so the license checksum has been updated rather than specifying two ranges of

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

2016-08-19 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

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

2016-08-19 Thread Kyle Russell
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 --- recipes-core/rhino/rhino_1.7r4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [meta-webserver][PATCHv3 2/2] nginx.inc: use 4 spaces for indentation

2016-08-19 Thread Gyorgy Szombathelyi
From: Martin Jansa * like any other sane recipes do Signed-off-by: Martin Jansa Signed-off-by: Gyorgy Szombathelyi --- meta-webserver/recipes-httpd/nginx/nginx.inc | 194 ++- 1 file changed, 98

Re: [oe] [meta-java][PATCH] openjdk-8-cross.inc: Fix QA error caused by missing hash

2016-08-19 Thread Khem Raj
> On Aug 19, 2016, at 6:24 AM, Erkka Kääriä wrote: > > Some openjdk makefiles (e.g. vm.make) only use CFLAGS as their linker > flags. This means that the oe-specific linker flags are lost. This in > particular causes issues with the recent oe-core commit a98a81808, which

Re: [oe] [meta-networking][PATCH 1/3] ifenslave: fix QA warning for GNU_HASH

2016-08-19 Thread Khem Raj
> On Aug 19, 2016, at 3:09 AM, André Draszik wrote: > > On Fr, 2016-08-19 at 18:04 +0800, Yi Zhao wrote: >> Set LDFLAGS explicitly for do_compile >> >> Signed-off-by: Yi Zhao >> --- >> meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb | 2 +-

Re: [oe] [meta-java][PATCH] openjdk-8-cross.inc: Fix QA error caused by missing hash

2016-08-19 Thread Otavio Salvador
On Fri, Aug 19, 2016 at 10:24 AM, Erkka Kääriä wrote: > Some openjdk makefiles (e.g. vm.make) only use CFLAGS as their linker > flags. This means that the oe-specific linker flags are lost. This in > particular causes issues with the recent oe-core commit a98a81808, which

[oe] [meta-java][PATCH] openjdk-8-cross.inc: Fix QA error caused by missing hash

2016-08-19 Thread Erkka Kääriä
Some openjdk makefiles (e.g. vm.make) only use CFLAGS as their linker flags. This means that the oe-specific linker flags are lost. This in particular causes issues with the recent oe-core commit a98a81808, which intentionally poisons the linker hash style, so that any recipes that do not use the

[oe] [meta-oe][PATCH] nodejs, arm: map TUNE_FEATURES to --with-arm-fpu parameters

2016-08-19 Thread Pascal Bach
The same code is used in the nodejs recipe from meta-nodejs Signed-off-by: Pascal Bach --- meta-oe/recipes-devtools/nodejs/nodejs_4.4.7.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.4.7.bb

[oe] [meta-oe][PATCH] nodejs: use shared zlib instead of bundled one

2016-08-19 Thread Pascal Bach
Signed-off-by: Pascal Bach --- meta-oe/recipes-devtools/nodejs/nodejs_4.4.7.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.4.7.bb b/meta-oe/recipes-devtools/nodejs/nodejs_4.4.7.bb index

[oe] [meta-oe][PATCH] poco: update to 1.7.4

2016-08-19 Thread Pascal Bach
Signed-off-by: Pascal Bach --- meta-oe/recipes-support/poco/{poco_1.7.3.bb => poco_1.7.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/poco/{poco_1.7.3.bb => poco_1.7.4.bb} (98%) diff --git

[oe] [meta-oe][PATCH v2] testfloat: Fix No GNU_HASH in the elf binary warnings

2016-08-19 Thread Fahad Usman
These warnings are observed when testfloat is cross-compiled with certain external toolchains. Signed-off-by: Fahad Usman --- .../testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [OE-core] [RFT] gcc 6.2 RC1 update

2016-08-19 Thread Richard Purdie
On Tue, 2016-08-16 at 11:55 -0700, Khem Raj wrote: > Hi All > > I have put together recipe upgrade for upcoming gcc 6.2 release now > that it entered RC phase. With gcc 6.2 the recipes are using tarballs > instead of git fetcher as promised :) > Please help testing it out in your setups and

Re: [oe] [meta-networking][PATCH 1/3] ifenslave: fix QA warning for GNU_HASH

2016-08-19 Thread André Draszik
On Fr, 2016-08-19 at 18:04 +0800, Yi Zhao wrote: > Set LDFLAGS explicitly for do_compile > > Signed-off-by: Yi Zhao > --- >  meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[oe] [meta-networking][PATCH 3/3] iscsitarget: fix QA warning for GNU_HASH

2016-08-19 Thread Yi Zhao
Split kernel module and user space build. Ensure the LDFLAGS is passed when build user space code. Signed-off-by: Yi Zhao --- .../recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb| 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[oe] [meta-networking][PATCH 1/3] ifenslave: fix QA warning for GNU_HASH

2016-08-19 Thread Yi Zhao
Set LDFLAGS explicitly for do_compile Signed-off-by: Yi Zhao --- meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb

[oe] [meta-networking][PATCH 0/3] NO_GNU_HASH warning fixes

2016-08-19 Thread Yi Zhao
The following changes since commit 02a390b79bdc089eb583e443ee04f60bffd409eb: tnftp: tnftp20130505 -> tnftp20151004 (2016-08-16 21:26:15 -0400) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib yzhao/networking-hashfix

[oe] [meta-networking][PATCH 2/3] ipvsadm: fix QA warning for GNU_HASH

2016-08-19 Thread Yi Zhao
Add LDFLAGS variable to Makefile so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao --- .../ipvsadm/ipvsadm/makefile-add-ldflags.patch| 19 +++ .../recipes-support/ipvsadm/ipvsadm_1.26.bb | 1 + 2 files

[oe] [meta-oe][PATCH] libqb: 0.17.1 -> 0.17.2

2016-08-19 Thread Wang Xin
Upgrade libqb from 0.17.1 to 0.17.2. Signed-off-by: Wang Xin --- meta-oe/recipes-extended/libqb/{libqb_0.17.1.bb => libqb_0.17.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/libqb/{libqb_0.17.1.bb =>

[oe] [meta-filesystems][PATCH] yaffs2-utils: fix QA warning for GNU_HASH

2016-08-19 Thread Yi Zhao
Add LDFLAGS variable to Makefile so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao --- .../yaffs2/yaffs2-utils/makefile-add-ldflags.patch | 21 + .../recipes-filesystems/yaffs2/yaffs2-utils_git.bb | 5 - 2 files