Re: [oe] [meta-oe][PATCH] yad: new package

2019-09-12 Thread Khem Raj
Hi Bartosz On Thu, Sep 12, 2019 at 12:00 AM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > This adds a recipe for yad (Yet Another Dialog) - a command-line utility > allowing to display configurable dialog windows from shell scripts and > parse the input from users. > >

Re: [oe] [meta-oe][PATCH] yad: new package

2019-09-12 Thread Bartosz Golaszewski
czw., 12 wrz 2019 o 09:16 Khem Raj napisał(a): > > Hi Bartosz > > On Thu, Sep 12, 2019 at 12:00 AM Bartosz Golaszewski wrote: > > > > From: Bartosz Golaszewski > > > > This adds a recipe for yad (Yet Another Dialog) - a command-line utility > > allowing to display configurable dialog windows

[oe] [meta-oe][PATCH] yad: new package

2019-09-12 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This adds a recipe for yad (Yet Another Dialog) - a command-line utility allowing to display configurable dialog windows from shell scripts and parse the input from users. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-graphics/yad/yad_4.1.bb | 18

Re: [oe] [meta-python][PATCH 2/2] python3-networkx: add recipe

2019-09-12 Thread Mittal, Anuj
On Wed, 2019-09-11 at 21:44 -0700, Khem Raj wrote: > On Wed, Sep 11, 2019 at 6:34 PM Anuj Mittal > wrote: > > networkx only supports python3 starting v2.3. Move the common code > > to > > .inc and remove python-2to3 RDEPENDS which is no longer needed: > > > >

[oe] [meta-python][PATCH v2] python3-networkx: add recipe

2019-09-12 Thread Anuj Mittal
networkx only supports python3 starting v2.3. Move the common code to .inc and remove python-2to3 RDEPENDS which is no longer needed: https://github.com/networkx/networkx/commit/4e611d7ea90c20864daba912d6118220d5bbddf3 Signed-off-by: Anuj Mittal ---

Re: [oe] [meta-oe][PATCH] yad: new package

2019-09-12 Thread Khem Raj
On Thu, Sep 12, 2019 at 12:22 AM Bartosz Golaszewski wrote: > > czw., 12 wrz 2019 o 09:16 Khem Raj napisał(a): > > > > Hi Bartosz > > > > On Thu, Sep 12, 2019 at 12:00 AM Bartosz Golaszewski wrote: > > > > > > From: Bartosz Golaszewski > > > > > > This adds a recipe for yad (Yet Another

[oe] [PATCH 1/2] python3-fasteners: Initial commit of 0.15

2019-09-12 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-fasteners_0.15.bb| 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-fasteners_0.15.bb diff --git

[oe] [PATCH 2/2] python3-python-vlc: Initial commit of 3.0.7110

2019-09-12 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-python-vlc_3.0.7110.bb| 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-python-vlc_3.0.7110.bb diff --git

Re: [oe] [meta-multimedia][PATCH] mycroft: Make rdep on alsa-oss conditional on glibc

2019-09-12 Thread Adrian Bunk
On Thu, Sep 12, 2019 at 01:18:31PM -0700, Khem Raj wrote: > alsa-oss does not build for musl so its marked incompatible for musl >... > # Mycroft uses Alsa, PulseAudio and Flac > -RDEPENDS_${PN} += "alsa-oss alsa-utils alsa-plugins alsa-tools" > +RDEPENDS_${PN} += "alsa-utils alsa-plugins

[oe] [PATCH][meta-oe] evtest: update to 1.34

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta-oe/recipes-test/evtest/{evtest_git.bb => evtest_1.34.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta-oe/recipes-test/evtest/{evtest_git.bb => evtest_1.34.bb} (84%) diff --git a/meta-oe/recipes-test/evtest/evtest_git.bb

[oe] [PATCH][meta-oe] jsonrpc: update to 1.2.0

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../jsonrpc/{jsonrpc_git.bb => jsonrpc_1.2.0.bb} | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) rename meta-oe/recipes-devtools/jsonrpc/{jsonrpc_git.bb => jsonrpc_1.2.0.bb} (83%) diff --git

[oe] [PATCH][meta-oe] libnice: update to 0.1.16

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../farsight/{libnice_0.1.14.bb => libnice_0.1.16.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/farsight/{libnice_0.1.14.bb => libnice_0.1.16.bb} (90%) diff --git

[oe] [PATCH][meta-oe] libuv: update to 1.32.0

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libuv/{libuv_1.27.0.bb => libuv_1.32.0.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libuv/{libuv_1.27.0.bb => libuv_1.32.0.bb} (80%) diff --git

[oe] [PATCH][meta-oe] analyze-suspend: update to 5.5

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{analyze-suspend_5.3.bb => analyze-suspend_5.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-benchmark/analyze-suspend/{analyze-suspend_5.3.bb => analyze-suspend_5.5.bb} (94%) diff --git

[oe] [PATCH][meta-oe] ddrescue: update to 1.24

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../ddrescue/{ddrescue_1.22.bb => ddrescue_1.24.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-extended/ddrescue/{ddrescue_1.22.bb => ddrescue_1.24.bb} (90%) diff --git

[oe] [PATCH][meta-oe] fmt: update to 6.0.0

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta-oe/recipes-support/fmt/{fmt_5.3.0.bb => fmt_6.0.0.bb} | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/fmt/{fmt_5.3.0.bb => fmt_6.0.0.bb} (67%) diff --git a/meta-oe/recipes-support/fmt/fmt_5.3.0.bb

[oe] [PATCH][meta-oe] libopus: update to 1.3.1

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libopus/{libopus_1.1.3.bb => libopus_1.3.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-multimedia/libopus/{libopus_1.1.3.bb => libopus_1.3.1.bb} (94%) diff --git

[oe] [meta-multimedia][PATCH] mycroft: Make rdep on alsa-oss conditional on glibc

2019-09-12 Thread Khem Raj
alsa-oss does not build for musl so its marked incompatible for musl Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.3.bb

[oe] [PATCH][meta-oe] libev: update to 4.27

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libev/{libev_4.25.bb => libev_4.27.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libev/{libev_4.25.bb => libev_4.27.bb} (79%) diff --git

[oe] [PATCH][meta-oe] libsass: update to 3.6.1

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../sass/{libsass_git.bb => libsass_3.6.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/sass/{libsass_git.bb => libsass_3.6.1.bb} (65%) diff --git a/meta-oe/recipes-support/sass/libsass_git.bb

[oe] [PATCH][meta-oe] libsocketcan: update to 0.0.11

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{libsocketcan_0.0.10.bb => libsocketcan_0.0.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/socketcan/{libsocketcan_0.0.10.bb => libsocketcan_0.0.11.bb} (88%) diff --git

[oe] [PATCH][meta-oe] avro-c: update to 1.9.1

2019-09-12 Thread Oleksandr Kravchuk
Removed patch was upstreamed. Signed-off-by: Oleksandr Kravchuk --- ...avro-c-Fix-build-with-clang-compiler.patch | 37 --- .../avro/{avro-c_1.8.1.bb => avro-c_1.9.1.bb} | 6 +-- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644

[oe] [PATCH][meta-oe] capnproto: update to 0.7.0

2019-09-12 Thread Oleksandr Kravchuk
License checksum changed due to minor change to the LICENSE file mentioning other contributors (see @64db3a6def96453f775d). Signed-off-by: Oleksandr Kravchuk --- .../capnproto/{capnproto_0.6.1.bb => capnproto_0.7.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [PATCH][meta-oe] libdvdread: update to 6.0.1

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{libdvdread_5.0.3.bb => libdvdread_6.0.1.bb} | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta-oe/recipes-multimedia/libdvdread/{libdvdread_5.0.3.bb => libdvdread_6.0.1.bb} (71%) diff --git

[oe] [PATCH][meta-oe] libburn: update to 1.5.0

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libburn/{libburn_1.4.0.bb => libburn_1.5.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-multimedia/libburn/{libburn_1.4.0.bb => libburn_1.5.0.bb} (68%) diff --git

[oe] [PATCH][meta-oe] libmodplug: update to 0.8.9.0

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{libmodplug_0.8.8.5.bb => libmodplug_0.8.9.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-multimedia/libmodplug/{libmodplug_0.8.8.5.bb => libmodplug_0.8.9.0.bb} (80%) diff --git

[oe] [PATCH][meta-oe] tree: update to 1.8.0

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta-oe/recipes-support/tree/{tree_1.7.0.bb => tree_1.8.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/tree/{tree_1.7.0.bb => tree_1.8.0.bb} (80%) diff --git a/meta-oe/recipes-support/tree/tree_1.7.0.bb

[oe] [PATCH][meta-oe] xclock: update to 1.0.9

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xorg-app/{xclock_1.0.5.bb => xclock_1.0.9.bb}| 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xclock_1.0.5.bb => xclock_1.0.9.bb} (63%) diff --git

[oe] [PATCH][meta-oe] xmag: update to 1.0.6

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xorg-app/{xmag_1.0.5.bb => xmag_1.0.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xmag_1.0.5.bb => xmag_1.0.6.bb} (68%) diff --git

Re: [oe] [PATCH][meta-oe] avro-c: update to 1.9.1

2019-09-12 Thread Khem Raj
https://errors.yoctoproject.org/Errors/Details/270130/ On Thu, Sep 12, 2019 at 1:00 PM Oleksandr Kravchuk wrote: > > Removed patch was upstreamed. > > Signed-off-by: Oleksandr Kravchuk > --- > ...avro-c-Fix-build-with-clang-compiler.patch | 37 --- > .../avro/{avro-c_1.8.1.bb

[oe] [PATCH][meta-oe] pcsc-lite: update to 1.8.25

2019-09-12 Thread Oleksandr Kravchuk
License checksum was changed due to removed license info about remove code (see @0984e0f4a03e5e29bb5725b6f149f56c9e9c73c2). Signed-off-by: Oleksandr Kravchuk --- .../pcsc-lite/{pcsc-lite_1.8.22.bb => pcsc-lite_1.8.25.bb} | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename

[oe] [PATCH][meta-oe] xfontsel: update to 1.0.6

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xorg-app/{xfontsel_1.0.5.bb => xfontsel_1.0.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xfontsel_1.0.5.bb => xfontsel_1.0.6.bb} (73%) diff --git

[oe] [PATCH][meta-oe] xcursorgen: update to 1.0.7

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xcursorgen/{xcursorgen_1.0.5.bb => xcursorgen_1.0.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xcursorgen/{xcursorgen_1.0.5.bb => xcursorgen_1.0.7.bb} (69%) diff --git

[oe] [PATCH][meta-oe] xmessage: update to 1.0.5

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xorg-app/{xmessage_1.0.4.bb => xmessage_1.0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xmessage_1.0.4.bb => xmessage_1.0.5.bb} (60%) diff --git

Re: [oe] [meta-python] [PATCH] python-pytest: upgrade 3.4.2 -> 5.1.1

2019-09-12 Thread Koppolu, Chanakya
Hello Chao, Looks like there are multiple runtime modules missing. Here is the log with the latest packages: 02:30:39 ERRR2/v3rnE#1test_rt_smoke.py#_test @hxj7-eced|jfsrtse02/mbt-02a: console: root@intel-corei7-64:~# python3 -m pytest /tests/smoke/ |& tee smoke_test.log 02:30:39

[oe] [PATCH][meta-oe] xorg-sgml-doctools: update to 1.11

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{xorg-sgml-doctools_1.7.bb => xorg-sgml-doctools_1.11.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-doc/{xorg-sgml-doctools_1.7.bb => xorg-sgml-doctools_1.11.bb} (58%) diff --git

Re: [oe] [meta-multimedia][PATCH] mycroft: Make rdep on alsa-oss conditional on glibc

2019-09-12 Thread Khem Raj
On Thu, Sep 12, 2019 at 2:12 PM Adrian Bunk wrote: > > On Thu, Sep 12, 2019 at 01:18:31PM -0700, Khem Raj wrote: > > alsa-oss does not build for musl so its marked incompatible for musl > >... > > # Mycroft uses Alsa, PulseAudio and Flac > > -RDEPENDS_${PN} += "alsa-oss alsa-utils alsa-plugins

[oe] [meta-multimedia][PATCH V2] mycroft: Remove alsa-oss from rdeps

2019-09-12 Thread Khem Raj
It seems to only need pulseaudio alsa plugins and alsa-oss does not build for musl so its marked incompatible for musl so lets remove it Signed-off-by: Khem Raj --- v2: Delete alsa-oss from rdeps completely meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.3.bb | 2 +- 1 file changed, 1