Re: [oe] [PATCH 5/5] meson.bbclass: Use the correct C++ compiler when cross compiling

2017-03-10 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Khem Raj > Sent: den 11 mars 2017 06:12 > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [PATCH 5/5] meson.bbclass:

Re: [oe] [PATCH 5/5] meson.bbclass: Use the correct C++ compiler when cross compiling

2017-03-10 Thread Khem Raj
On 3/10/17 8:58 PM, Peter Kjellerstedt wrote: > --- > meta-oe/classes/meson.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-oe/classes/meson.bbclass b/meta-oe/classes/meson.bbclass > index e3489dd12..e27ed3906 100644 > --- a/meta-oe/classes/meson.bbclass >

[oe] [PATCH 2/5] meson.bbclass: Add support for more standard installation directories

2017-03-10 Thread Peter Kjellerstedt
A couple of more standard installation directories are supported with meson 0.37.1, so make sure they are configured. Signed-off-by: Peter Kjellerstedt --- meta-oe/classes/meson.bbclass | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

[oe] [PATCH 1/5] meson: Update to 0.37.1

2017-03-10 Thread Peter Kjellerstedt
Also make it possible to actually build the native version by avoiding the runtime dependencies. Signed-off-by: Peter Kjellerstedt --- meta-oe/recipes-devtools/meson/{meson_0.36.0.bb => meson_0.37.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

[oe] [PATCH 5/5] meson.bbclass: Use the correct C++ compiler when cross compiling

2017-03-10 Thread Peter Kjellerstedt
--- meta-oe/classes/meson.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/classes/meson.bbclass b/meta-oe/classes/meson.bbclass index e3489dd12..e27ed3906 100644 --- a/meta-oe/classes/meson.bbclass +++ b/meta-oe/classes/meson.bbclass @@ -52,7 +52,7 @@

[oe] [PATCH 3/5] meson.bbclass: Make changes to meson.build files trigger reconfiguration

2017-03-10 Thread Peter Kjellerstedt
When externalsrc.bbclass is used, any changes to meson.build files should trigger do_configure to be re-run. Signed-off-by: Peter Kjellerstedt --- meta-oe/classes/meson.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/classes/meson.bbclass

[oe] [PATCH 4/5] meson.bbclass: Support building for native

2017-03-10 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta-oe/classes/meson.bbclass | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/meta-oe/classes/meson.bbclass b/meta-oe/classes/meson.bbclass index 8da06da7f..e3489dd12 100644 ---

[oe] [meta-python][PATCH] libcec: update to version 4.0.1 and provide package for python3 wrapper

2017-03-10 Thread Pascal Bach
From: Pascal Bach Signed-off-by: Pascal Bach --- .../libcec/files/python-install-location.patch | 28 ++ meta-oe/recipes-extended/libcec/libcec_git.bb | 15 ++-- 2 files changed, 36 insertions(+), 7

Re: [oe] [meta-networking][PATCH] postfix: remove references to buildmachine paths in target makedefs.out

2017-03-10 Thread Andrea Adami
On Thu, Mar 9, 2017 at 3:11 AM, Yi Zhao wrote: > Clean the buildmachine paths in makedefs.out > > Signed-off-by: Yi Zhao > --- > meta-networking/recipes-daemons/postfix/postfix.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[oe] [PATCH][meta-oe] vim: add native BBCLASSEXTEND

2017-03-10 Thread Martin Jansa
* some recipes might use xxd * with stricter host binaries available in PATH: http://lists.openembedded.org/pipermail/openembedded-core/2017-March/133886.html we cannot use xxd from host and it's not so common to add it into HOSTTOOL_NONFATAL * there is also smaller solution for xxd -i