[oe] [meta-python2][PATCH] python-tqdm: add target RDEPENDS

2020-01-24 Thread Tim Orling
* Missing target run-time dependencies: - python-lang (functools) - python-logging - python-numbers - python-subprocess Signed-off-by: Tim Orling --- recipes-devtools/python/python-tqdm_4.41.1.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git

[oe] [meta-python2][PATCH] python-pyrsistent: add target RDEPENDS

2020-01-24 Thread Tim Orling
* Missing target run-time dependency: - python-numbers Signed-off-by: Tim Orling --- recipes-devtools/python/python-pyrsistent_0.15.7.bb | 4 1 file changed, 4 insertions(+) diff --git a/recipes-devtools/python/python-pyrsistent_0.15.7.bb

[oe] [meta-python2][PATCH] python-javaobj-py3: add RDEPENDS

2020-01-24 Thread Tim Orling
* Missing target run-time dependencies: - python-lang (functools) - python-logging * Missing general run-time dependencies: - python-enum34 - python-typing Signed-off-by: Tim Orling --- recipes-devtools/python/python-javaobj-py3_0.4.0.1.bb | 10 ++ 1 file changed, 10

[oe] [meta-python][PATCH 2/2] python-twisted.inc: add missing core dependencies

2020-01-24 Thread Trevor Gamblin
/usr/bin/twistd doesn't execute correctly if the pyhamcrest, pdb, and getpass modules are not present, so add them to core RDEPENDS. Also reformat the RDEPENDS list across multiple lines for easier reading. Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python-twisted.inc |

[oe] [meta-python][PATCH 1/2] python3-pyhamcrest: add recipe

2020-01-24 Thread Trevor Gamblin
meta-python used to have a recipe for pyhamcrest, but only for python2. Since it got moved to meta-python2 recently, add an equivalent python3-pyhamcrest recipe to meta-python. Signed-off-by: Trevor Gamblin --- .../python/python3-pyhamcrest_1.9.0.bb | 10 ++ 1 file

Re: [oe] [OE-core] python2-less meta-openembedded build results

2020-01-24 Thread Khem Raj
On 1/20/20 8:51 AM, Andrey Zhizhikin wrote: On Mon, Jan 20, 2020 at 4:52 PM Khem Raj wrote: Hi all Recently py2 is removed from oe-core, So I did quick patches to get a world build going. And here are initial failures, please help out with recipes your can or care for. Eventually, the

Re: [oe] [meta-oe][PATCH 1/2] dlt-daemon: add initial recipe based on meta-ivi branch (with lots of changes)

2020-01-24 Thread Khem Raj
On 1/24/20 5:43 AM, Gianfranco Costamagna wrote: From: Gianfranco Costamagna dlt-daemon is useful on embedded systems as a logging system fails to build with musl [1], perhaps its missing including pthread.h [1] https://errors.yoctoproject.org/Errors/Details/308000/ Signed-off-by:

[oe] [PATCH v2 0/2] [meta-java] inherit python native

2020-01-24 Thread Kraag Gorim
Building openjdk with python and meta-java on their zeus releases revealed some problems regarding python. Multiple package make use of python to build or for configuration. Cacao even gets python patched into its tools which is late on used by other packages. To avoid requring having python set

[oe] [PATCH v2 1/2] [meta-java] java-library: inherit python native

2020-01-24 Thread Kraag Gorim
Several components make use of python in their build process. To not rely on python being part of the HOSTTOOLS python should be inherited. Signed-off-by: Kraag Gorim --- classes/java-library.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/java-library.bbclass

[oe] [PATCH v2 2/2] [meta-java] icedtea7-native: inherit python native

2020-01-24 Thread Kraag Gorim
icedtea7-native relys on python to enable building it. Therefor it should inherit python instead of assuming python being part of HOSTTOOLS. Signed-off-by: Kraag Gorim --- recipes-core/icedtea/icedtea7-native.inc | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [oe] [PATCH 2/2] icedtea7-native: inherit python native

2020-01-24 Thread Alexander Kanavin
Python 2.x just went out of support. Can we somehow make it use Python 3.x please? Alex On Fri, 24 Jan 2020 at 16:43, Kraag Gorim wrote: > icedtea7-native relys on python to enable building it. Therefor it > should inherit python instead of assuming python being part of > HOSTTOOLS. > >

[oe] [PATCH 2/2] icedtea7-native: inherit python native

2020-01-24 Thread Kraag Gorim
icedtea7-native relys on python to enable building it. Therefor it should inherit python instead of assuming python being part of HOSTTOOLS. Signed-off-by: Kraag Gorim --- recipes-core/icedtea/icedtea7-native.inc | 1 + 1 file changed, 1 insertion(+) diff --git

[oe] [PATCH 1/2] java-library: inherit python native

2020-01-24 Thread Kraag Gorim
Several components make use of python in their build process. To not rely on python being part of the HOSTTOOLS python should be inherited. Signed-off-by: Kraag Gorim --- classes/java-library.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/java-library.bbclass

[oe] [PATCH 0/2] [meta-java] inherit python native

2020-01-24 Thread Kraag Gorim
Building openjdk with python and meta-java on their zeus releases revealed some problems regarding python. Multiple package make use of python to build or for configuration. Cacao even gets python patched into its tools which is late on used by other packages. To avoid requring having python set

Re: [oe] [meta-oe][PATCH 2/2] mosquitto: apply upstream proposed patches to use cmake build system, simplifying a lot the build and install process.

2020-01-24 Thread akuster808
On 1/24/20 5:43 AM, Gianfranco Costamagna wrote: > From: Gianfranco Costamagna > > Signed-off-by: Gianfranco Costamagna > Signed-off-by: Gianfranco Costamagna > Signed-off-by: Gianfranco Costamagna > --- > .../mosquitto/files/1568.patch| 66 +++ >

[oe] [meta-oe][PATCH 1/2] dlt-daemon: add initial recipe based on meta-ivi branch (with lots of changes)

2020-01-24 Thread Gianfranco Costamagna
From: Gianfranco Costamagna dlt-daemon is useful on embedded systems as a logging system Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- ...execute-processes-as-a-specific-user.patch | 95 +++

[oe] [meta-oe][PATCH 2/2] mosquitto: apply upstream proposed patches to use cmake build system, simplifying a lot the build and install process.

2020-01-24 Thread Gianfranco Costamagna
From: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../mosquitto/files/1568.patch| 66 +++ .../mosquitto/files/1569.patch| 24 +++

Re: [oe] [meta-java] openjre-8: java from master/master-next crashes on startup

2020-01-24 Thread Jacob Kroon
On 1/24/20 12:44 PM, Richard Leitner wrote: On Fri, Jan 24, 2020 at 12:37:58PM +0100, Jacob Kroon wrote: On 1/24/20 11:37 AM, Richard Leitner wrote: ... I've just pushed a temporary branch named "g0hl1n/wip-jdk8u242ga" to the meta-java repository [1]. It contains (as you might have guessed)

Re: [oe] [meta-java] openjre-8: java from master/master-next crashes on startup

2020-01-24 Thread Richard Leitner
On Fri, Jan 24, 2020 at 12:37:58PM +0100, Jacob Kroon wrote: > On 1/24/20 11:37 AM, Richard Leitner wrote: ... > > I've just pushed a temporary branch named "g0hl1n/wip-jdk8u242ga" to > > the meta-java repository [1]. It contains (as you might have guessed) > > the update to openjdk 8u242ga. > >

Re: [oe] [meta-java] openjre-8: java from master/master-next crashes on startup

2020-01-24 Thread Jacob Kroon
Hi Richard, On 1/24/20 11:37 AM, Richard Leitner wrote: Hi Jacob, On Tue, Jan 21, 2020 at 09:01:01AM +0100, Jacob Kroon wrote: On 1/21/20 8:12 AM, Richard Leitner wrote: On Tue, Jan 21, 2020 at 08:00:48AM +0100, Jacob Kroon wrote: Hi Richard, I still can't use openjre-8 in either warrior,

Re: [oe] [meta-java] openjre-8: java from master/master-next crashes on startup

2020-01-24 Thread Richard Leitner
Hi Jacob, On Tue, Jan 21, 2020 at 09:01:01AM +0100, Jacob Kroon wrote: > On 1/21/20 8:12 AM, Richard Leitner wrote: > > On Tue, Jan 21, 2020 at 08:00:48AM +0100, Jacob Kroon wrote: > > > Hi Richard, > > > > > > I still can't use openjre-8 in either warrior, zeus or master builds, due > > > to >

[oe] [meta-python2][PATCH 1/2] python-pyconnman: add target RDEPENDS

2020-01-24 Thread Tim Orling
* Missing run-time dependencies: - python-numbers - python-future Signed-off-by: Tim Orling --- .../python-pyconnman/python-pyconnman_0.2.0.bb| 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git

[oe] [meta-python2][PATCH 2/2] python-future: add target RDEPENDS

2020-01-24 Thread Tim Orling
* Missing run-time dependency: - python-misc (future_builtins) Signed-off-by: Tim Orling --- recipes-devtools/python/python-future_0.18.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/python/python-future_0.18.2.bb b/recipes-devtools/python/python-future_0.18.2.bb