Re: [oe] [meta-java][PATCH] openjdk-8: 'do_unpack_remove_X11_wrappers' confuses pyro bitbake parser

2018-07-17 Thread Richard Leitner
Hi, thank you for your patch! Please see my comments below... On 07/17/2018 09:20 PM, Matthew McClain wrote: Renaming the function to anything else allows the recipe to be parsed. The problem appears to be the word "_remove_". This affects both the sumo and master branches. In the subject

[oe] [meta-oe][PATCH] python-py.inc: add ${PYTHON_PN}-setuptools-scm-native to DEPENDS

2018-07-17 Thread mingli.yu
From: Mingli Yu Add ${PYTHON_PN}-setuptools-scm-native to DEPENDS to avoid download during do_compile Signed-off-by: Mingli Yu --- meta-python/recipes-devtools/python/python-py.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python-py.inc

[oe] [meta-java][PATCH] openjdk-8: 'do_unpack_remove_X11_wrappers' confuses pyro bitbake parser

2018-07-17 Thread Matthew McClain
Renaming the function to anything else allows the recipe to be parsed. The problem appears to be the word "_remove_". This affects both the sumo and master branches. Signed-off-by: Matthew McClain --- recipes-core/openjdk/openjdk-8-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [oe] [meta-python][PATCH] python-py: update to version 1.5.4

2018-07-17 Thread Tim Orling
A recent change upstream added a dependency on ${PYTHON_PN}-setuptools-scm: https://github.com/pytest-dev/py/commit/aebd1abcc4e4ae69fe69bc0c4fd273fcbfd32731#diff-2eeaed663bd0d25b7e608891384b7298 > On Jul 9, 2018, at 10:08 AM, Derek Straka wrote: > > Signed-off-by: Derek Straka > --- >

[oe] [meta-oe][PATCH] libmxml: update to current git master (ba3cca8)

2018-07-17 Thread Richard Leitner
Update the Mini-XML library to a 2.12 pre-release version which integrates the needed patches for OE. Therefore remove those patches from here. Furthermore avoid using autoheader as suggested by mxml's author: https://github.com/michaelrsweet/mxml/pull/223 Signed-off-by: Richard Leitner

[oe] [meta-multimedia][PATCH] tinyalsa: Add -fPIC to compile flags

2018-07-17 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb index 72094b6fa..157e4c91f

Re: [oe] [meta-qt5][PATCH] qfilesystemengine_unix.cpp: optionally disable use of statx(2)

2018-07-17 Thread Martin Jansa
On Mon, Jul 16, 2018 at 11:22:21AM +0200, Rasmus Villemoes wrote: > When used inside an unprivileged docker container, statx(2) gets > rejected with -EPERM by the default seccomp profile, unless the host > runs an almost-bleeding edge version of docker (at least 18.04). That > causes most qt apps,

[oe] [meta-qt5][PATCH] qfilesystemengine_unix.cpp: optionally disable use of statx(2)

2018-07-17 Thread Rasmus Villemoes
When used inside an unprivileged docker container, statx(2) gets rejected with -EPERM by the default seccomp profile, unless the host runs an almost-bleeding edge version of docker (at least 18.04). That causes most qt apps, qmake in particular, to fail. While the qt release notes do mention this