[oe] [meta-oe][PATCH] rsyslog: disable ptest as it requires python2

2020-02-03 Thread Chen Qi
Signed-off-by: Chen Qi --- meta-oe/recipes-extended/rsyslog/rsyslog_8.1911.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.1911.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.1911.0.bb index 29bba2d9a..b109e4dec 100644

Re: [oe] [meta-python][zeus][PATCH v2 1/2] python-twisted: add required RDEPENDS for twistd

2020-02-03 Thread Tim Orling
On Mon, Feb 3, 2020 at 8:30 PM Martin Jansa wrote: > Please send this fix to normal meta-python in meta-oe/zeus: > > http://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python-twisted.inc?h=zeus > > BTW: Why are you using meta-python2 with zeus branch? It imho

Re: [oe] [meta-python][zeus][PATCH v2 1/2] python-twisted: add required RDEPENDS for twistd

2020-02-03 Thread Martin Jansa
Please send this fix to normal meta-python in meta-oe/zeus: http://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python-twisted.inc?h=zeus BTW: Why are you using meta-python2 with zeus branch? It imho doesn't have anything which would be missing in

Re: [oe] [meta-python2][PATCH] python-six: Update to 1.14.0

2020-02-03 Thread Tim Orling
merged. thank you. On Mon, Feb 3, 2020 at 11:36 AM Khem Raj wrote: > Have its own checksums so its not tightly coupled to versions from > oe-core > > Signed-off-by: Khem Raj > --- > recipes-devtools/python/python-six_1.13.0.bb | 2 -- > recipes-devtools/python/python-six_1.14.0.bb | 6 ++

[oe] [meta-oe][PATCH] phoronix-test-suite: change python to python3-core in RDEPENDS

2020-02-03 Thread Chen Qi
The source codes are actually using python3 instead of python. Signed-off-by: Chen Qi --- .../phoronix-test-suite/phoronix-test-suite_9.2.1.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-python][zeus][PATCH v2 1/2] python-twisted: add required RDEPENDS for twistd

2020-02-03 Thread Tim Orling
Thank you for sorting :) I was looking at applying this to meta-python2 zeus and my checks (import every twisted and twisted.* module) didn't see any missing dependencies before this patch. Can you describe the need or give me a hint of a reproducer? I'm sure I'm missing something. On Fri, Jan

[oe] [meta-python][PATCH] python3-imageio: add a new package.

2020-02-03 Thread Naveen Saini
ImageIO is a Python library for doing basic I/O operations for images. This recipe is moved from meta-refkit-extra https://layers.openembedded.org/layerindex/recipe/68891/ upgraded from v2.2.0 -> v2.6.0 Signed-off-by: Ismo Puustinen Signed-off-by: Naveen Saini ---

[oe] [meta-multimedia][PATCH] vlc: Link with libatomic on rv64

2020-02-03 Thread Khem Raj
Fixes vlc-3.0.8/src/misc/picture_pool.c:200: undefined reference to `__atomic_fetch_add_2' vlc-3.0.8/src/audio_output/dec.c:201: undefined reference to `__atomic_exchange_1' Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb | 2 ++ 1 file changed, 2 insertions(+)

Re: [oe] systemd failing in master with Assertion clock_gettime(map_clock_id(clock_id), ) failed

2020-02-03 Thread Alex Kiernan
On Mon, Feb 3, 2020 at 10:17 PM Stefan Agner wrote: > > Hi All, > > On 2020-01-27 16:14, Alex Kiernan wrote: > > On Fri, Jan 24, 2020 at 12:22 AM Khem Raj wrote: > >> > >> On 1/23/20 4:13 PM, Alex Kiernan wrote: > >> > On Thu, Jan 23, 2020 at 10:09 AM Andreas Müller > >> > wrote: > >> >> > >>

Re: [oe] systemd failing in master with Assertion clock_gettime(map_clock_id(clock_id), ) failed

2020-02-03 Thread Stefan Agner
Hi All, On 2020-01-27 16:14, Alex Kiernan wrote: > On Fri, Jan 24, 2020 at 12:22 AM Khem Raj wrote: >> >> On 1/23/20 4:13 PM, Alex Kiernan wrote: >> > On Thu, Jan 23, 2020 at 10:09 AM Andreas Müller >> > wrote: >> >> >> >> On Thu, Jan 23, 2020 at 10:43 AM Alex Kiernan >> >> wrote: >> >>> >>

[oe] [meta-networking][PATCH] nng: Add recipe

2020-02-03 Thread Tom Rini
nng is the nanomsg project's rewrite of their libnanomsg library. Just like nanomsg it is a socket library that provides several common communication patterns. Unlike nanomsg it does not normally provide a number of tools and we do not attempt to add them here. We allow for optional mbedtls

[oe] [meta-python2][PATCH] python-six: Update to 1.14.0

2020-02-03 Thread Khem Raj
Have its own checksums so its not tightly coupled to versions from oe-core Signed-off-by: Khem Raj --- recipes-devtools/python/python-six_1.13.0.bb | 2 -- recipes-devtools/python/python-six_1.14.0.bb | 6 ++ 2 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644