[oe] [meta-oe][PATCH] libeigen: update from 3.3.5 -> 3.3.7

2019-01-28 Thread Maxime Roussin-Bélanger
Signed-off-by: Maxime Roussin-Bélanger --- .../libeigen/{libeigen_3.3.5.bb => libeigen_3.3.7.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/libeigen/{libeigen_3.3.5.bb => libeigen_3.3.7.bb} (79%) diff --git a/meta-oe/recipes-support/libeige

Re: [oe] [meta-java][PATCH 2/2] openjdk-8: better interface invocations

2019-01-28 Thread Kyle Russell
I encountered the same problem on ARM, and arrived at the same upstream patch independently. Would you like me to send my meta-java patch prefixed with [sumo]? I'd be interested in having this fix backported, if you're still taking fixes for sumo. On Mon, Dec 17, 2018 at 10:12 AM Attie Grande <

[oe] [PATCH 2/2] libvncserver: make PACKAGECONFIG flags explicit

2019-01-28 Thread Randy MacLeod
Set all the PACKAGECONFIG enable/disable flags explicitly rather than rely on assumed defaults. This also makes it clear what the intended configuration is in log files. Signed-off-by: Randy MacLeod --- .../libvncserver/libvncserver_git.bb | 18 +- 1 file changed, 9 ins

[oe] [PATCH 1/2] libvncserver: Update to latest commit post 0.9.12

2019-01-28 Thread Randy MacLeod
Update to latest git HEAD rather than just 0.9.12 since that includes a fix for CVE-2018-15127. Support for lzo in addition to a bundled minilzo was added upstream so add a PACKAGECONFIG[lzo] and add it to the default config. Signed-off-by: Randy MacLeod --- meta-oe/recipes-graphics/libvncserve

[oe] [PATCH 1/2] ell: update to 0.17

2019-01-28 Thread Stefan Agner
From: Stefan Agner Signed-off-by: Stefan Agner --- meta-oe/recipes-core/ell/{ell_0.15.bb => ell_0.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/ell/{ell_0.15.bb => ell_0.17.bb} (88%) diff --git a/meta-oe/recipes-core/ell/ell_0.15.bb b/meta-oe/recipe

[oe] [PATCH 2/2] iwd: update to 0.14

2019-01-28 Thread Stefan Agner
From: Stefan Agner Signed-off-by: Stefan Agner --- meta-oe/recipes-connectivity/iwd/{iwd_0.12.bb => iwd_0.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/iwd/{iwd_0.12.bb => iwd_0.14.bb} (94%) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_0

Re: [oe] [PATCH] nodejs 8.14.0 -> 8.15.0

2019-01-28 Thread Jeroen Hofstee via Openembedded-devel
Hi, On 1/27/19 9:35 PM, Jeroen Hofstee wrote: > From: Matthijs Vader > > Update nodejs to latest 8.x stable release 8.15.0. > > Signed-off-by: Matthijs Vader > Signed-off-by: Jeroen Hofstee > --- > .../recipes-devtools/nodejs/{nodejs_8.14.0.bb => nodejs_8.15.0.bb}| 4 > ++-- > 1 file ch

Re: [oe] [meta-oe][PATCH 1/2] libkcapi: Fix missing bash (for apps) and unneeded checksums (for testapp) when building

2019-01-28 Thread Krzysztof Kozlowski
On Fri, 25 Jan 2019 at 21:51, Khem Raj wrote: > > Another approach could be remove bashism from the shell script which is > demanding it and ask for simple bin/sh I took a look at this approach and it would be not trivial work. Bashism appears in multiple places, starting from trivial function k

[oe] [PATCH] polkit: inherit distro_features_check

2019-01-28 Thread Stefan Agner
From: Stefan Agner Make the recently added REQUIRED_DISTRO_FEATURES effective by inheriting distro_features_check. Fixes: 97a1a55f4755 ("polkit: add polkit as a required distro feature") Signed-off-by: Stefan Agner --- meta-oe/recipes-extended/polkit/polkit_0.115.bb | 2 +- 1 file changed, 1 i

[oe] [PATCH] nodejs 8.14.0 -> 8.15.0

2019-01-28 Thread Jeroen Hofstee via Openembedded-devel
From: Matthijs Vader Update nodejs to latest 8.x stable release 8.15.0. Signed-off-by: Matthijs Vader Signed-off-by: Jeroen Hofstee --- .../recipes-devtools/nodejs/{nodejs_8.14.0.bb => nodejs_8.15.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devto