[oe] [meta-java] restore old way of setting cflags, etc in build

2016-07-08 Thread Rees, Kevron
The new way breaks building for us. This attached patch restores old method of setting cflags so building works. commit ff2ff83c0387a93599743e89c9d2d2367ca41454 Author: Kevron Rees Date: Thu Jul 7 12:42:33 2016 -0700 [icetea/openjdk] revert to old method of setting

Re: [oe] [meta-python][PATCH v2 5/5] python-setuptools-scm: Add python-setuptools-scm bb

2016-07-08 Thread Tim Orling
Built ok for beaglebone. NOTE: SRC_URI probably not required with Derek's pypi.bbclass patch https://patchwork.openembedded.org/patch/125551/ but I did not test for that. Acked-by: Tim Orling (Intel OpenSource Technology Center) < ticot...@gmail.com> On Mon, Jul 4, 2016 at 1:06 AM,

Re: [oe] [meta-python][PATCH v2 4/5] python-pytest-runner: Add python-pytest-runner bb

2016-07-08 Thread Tim Orling
Built ok for beaglebone. Acked-by: Tim Orling (Intel OpenSource Technology Center) < ticot...@gmail.com> On Mon, Jul 4, 2016 at 1:06 AM, wrote: > From: Mingli Yu > > * Add python-pytest-runner bb as python-mccabe depends > on

Re: [oe] [meta-python][PATCH v2 3/5] python-mccabe: Add python-pytest-runner dependency

2016-07-08 Thread Tim Orling
Built ok for beaglebone. Acked-by: Tim Orling (Intel OpenSource Technology Center) < ticot...@gmail.com> On Mon, Jul 4, 2016 at 1:06 AM, wrote: > From: Mingli Yu > > * Add python-pytest-runner dependency for python-mccabe > > Signed-off-by:

Re: [oe] [meta-python][PATCH v2 2/5] python-mock: Add python-pbr-native dependency

2016-07-08 Thread Tim Orling
Built ok for beaglebone. Acked-by: Tim Orling (Intel OpenSource Technology Center) < ticot...@gmail.com> On Mon, Jul 4, 2016 at 1:06 AM, wrote: > From: Mingli Yu > > * Add python-pbr-native dependency for python-mock > > Signed-off-by: Mingli

Re: [oe] [meta-python][PATCH v2 1/5] python-pbr: Add python-pbr bb

2016-07-08 Thread Tim Orling
Built ok for beaglebone. NOTE: Requires Derek's pypi.bbclass patch https://patchwork.openembedded.org/patch/125551/ or else fetcher failure. NOTE: SUMMARY is __strongly__ recommended (it helps with the layer index) http://www.openembedded.org/wiki/Styleguide Acked-by: Tim Orling (Intel

[oe] [meta-oe][PATCH] plymouth: remove virtual prefix for RPROVIDES

2016-07-08 Thread Joe MacDonald
The 'virtual' namespace is only intended to be used for build-time dependencies, not in the runtime package namespace. Signed-off-by: Joe MacDonald --- meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-python][PATCH 1/1] python-imaging: Add patch to fix host sysroot fails

2016-07-08 Thread Khem Raj
On Jul 8, 2016 8:44 AM, "Tim Orling" wrote: > > I built for beaglebone and saw the same error. I did not run-time test. > > Since this recipe does not include -native support, this patch seems ok. Native should work fine too. We do capture prefix in environment for all

Re: [oe] [meta-python][PATCH 1/1] python-imaging: Add patch to fix host sysroot fails

2016-07-08 Thread Tim Orling
I built for beaglebone and saw the same error. I did not run-time test. Since this recipe does not include -native support, this patch seems ok. I have a tingling "not quite the right fix" feeling about it, but...it does fix the error. I assume you have run-time tested? PIL is really old, any

[oe] [meta-java] icedtea7-native - IOException constructor compile error

2016-07-08 Thread Patrick Ohly
Hello! I'm trying to build openjdk8, using the master branches of OE and meta-java. Distro is Ostro, which configures: PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native" PREFERRED_PROVIDER_virtual/java-native = "cacao-native" PREFERRED_PROVIDER_virtual/javac-native =

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

2016-07-08 Thread Pascal Bach
Signed-off-by: Pascal Bach --- meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} (96%) diff --git

Re: [oe] [meta-python][PATCH] netmap: blacklist

2016-07-08 Thread Andrei Gherzan
On Fri, Jul 8, 2016 at 11:26 AM, Andrei Gherzan wrote: > From: Martin Jansa > Please ignore this. Sorry for the noise. > * it's broken for very long time > > Signed-off-by: Martin Jansa > Signed-off-by: Joe MacDonald

[oe] [meta-python][PATCH 1/1] python-imaging: Add patch to fix host sysroot fails

2016-07-08 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../python/python-imaging/remove-host-libdir.patch | 25 ++ .../python/python-imaging_1.1.7.bb | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-python][PATCH] netmap: blacklist

2016-07-08 Thread Andrei Gherzan
From: Martin Jansa * it's broken for very long time Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-kernel/netmap/netmap_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git