[oe] [meta-oe][PATCH] xerces-c: Update SRC_URI

2018-08-22 Thread mingli.yu
From: lwang1 The source located under http://archive.apache.org/dist/xerces/c/3/sources/ now, change SRC_URI accordingly Signed-off-by: lwang1 Signed-off-by: Mingli Yu --- meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-java][PATCH 0/7] openjdk include cleanup

2018-08-22 Thread Richard Leitner
Hi, this is a note to let you know that I've just added this series to the master-next branch of the meta-java repository at git://git.yoctoproject.org/meta-java As soon as it has gone through some more testing it will likely be merged to the master branch. If you have any questions,

[oe] [meta-java][PATCH v3] icedtea: disable error format-overflow for gcc 7

2018-08-22 Thread Andreas Obergschwandtner
As no patch has been found in debian and hotspot repo for this issue we just disable this warning which was introduced with GCC 7. Also known as: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881824 Signed-off-by: Andreas Obergschwandtner --- Changes v3: + fixed the format-overflow

Re: [oe] [meta-java][PATCH 5/7] openjdk-7: remove version dependent stuff from openjdk-common

2018-08-22 Thread Richard Leitner
On 8/21/18 9:47 AM, Henning Heinold wrote: > On Mon, Aug 20, 2018 at 11:16:13PM +0200, Richard Leitner wrote: >> openjdk-common.inc should not contain any OpenJDK-7 dependet stuff. >> Therefore move it to the openjdk-7-common.inc. > > Hi, > > besides the typo, how about the following phrase >

Re: [oe] [meta-java][PATCH v2 1/5] layer.conf: stop OpenJDK-8(native) build dependencies from being installed

2018-08-22 Thread Richard Leitner
On 8/22/18 2:57 PM, André Draszik wrote: > On Wed, 2018-08-22 at 14:11 +0200, Richard Leitner wrote: >> Hi André, >> >> On 8/22/18 2:04 PM, André Draszik wrote: >>> Hi Richard, >>> >>> I've noticed that I had one more uncommitted but necessary patch lying >>> around to make the aarch32 port work

Re: [oe] [meta-java][PATCH v2 1/5] layer.conf: stop OpenJDK-8(native) build dependencies from being installed

2018-08-22 Thread André Draszik
On Wed, 2018-08-22 at 14:11 +0200, Richard Leitner wrote: > Hi André, > > On 8/22/18 2:04 PM, André Draszik wrote: > > Hi Richard, > > > > I've noticed that I had one more uncommitted but necessary patch lying > > around to make the aarch32 port work with musl. > > Thank you for noticing! > >

Re: [oe] [meta-java][PATCH v2 1/5] layer.conf: stop OpenJDK-8(native) build dependencies from being installed

2018-08-22 Thread Richard Leitner
Hi André, On 8/22/18 2:04 PM, André Draszik wrote: > Hi Richard, > > I've noticed that I had one more uncommitted but necessary patch lying > around to make the aarch32 port work with musl. Thank you for noticing! We should definitely add qemu test-images with musl. So similar issues pop up

Re: [oe] [meta-java][PATCH v2 1/5] layer.conf: stop OpenJDK-8(native) build dependencies from being installed

2018-08-22 Thread André Draszik
Hi Richard, I've noticed that I had one more uncommitted but necessary patch lying around to make the aarch32 port work with musl. Hope it's not too late for v3, but I can send a follow-up instead if you prefer. Cheers, Andre' On Wed, 2018-08-22 at 11:26 +0200, Richard Leitner wrote: > Hi, >

[oe] [meta-java][PATCH v3] openjdk-8: add aarch32 port 8u172b11

2018-08-22 Thread André Draszik
From: André Draszik Similar to the aarch64 build, we import the specific aarch32 port when building for ARMv7. We also add all the necessary patches to: * compile using gcc v8 * compile against musl This was tested on: * QEMU with cortex A7 emulation (using glibc) * real hardware (using musl)

Re: [oe] [meta-java][PATCH v2 1/5] layer.conf: stop OpenJDK-8(native) build dependencies from being installed

2018-08-22 Thread Richard Leitner
Hi, this is a note to let you know that I've just added this series to the master-next branch of the meta-java repository at git://git.yoctoproject.org/meta-java As soon as it has gone through some more testing it will likely be merged to the master branch. If you have any questions,

[oe] [meta-oe][PATCH] nmap: install ndiff

2018-08-22 Thread mingli.yu
From: Mingli Yu Currently, the ndiff isn't built and installed as ndiff is python2 compatible script and it checks PYTHON_VERSION to determine whether build and install ndiff in configure phase. Update to inherit pythonnative to let the PYTHON_VERSION to be 2 to let ndiff be built and

[oe] [meta-oe][morty][PATCH] libconfig: Fix broken src uri

2018-08-22 Thread Yi-Soo An
Signed-off-by: Yi-Soo An --- meta-oe/recipes-extended/libconfig/libconfig_1.5.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb index fb6e50e51..a0b3a9471