[oe] [meta-oe][PATCH v2] ctags: Use PACKAGECONFIG for build options

2021-05-20 Thread Robert Joslyn
Make the dependencies optional via PACKAGECONFIG where possible to make it easier for users to enable or disable them as desired. Set the new PACKAGECONFIG defaults to recreate what was built previously. The configure script does not have a manpages option, resulting in a warning: ctags-5.

Re: [oe] [meta-oe][PATCH] ctags: Recipe cleanup

2021-05-20 Thread Khem Raj
On Thu, May 20, 2021 at 8:19 PM Robert Joslyn wrote: > > > > On May 20, 2021, at 6:34 PM, Khem Raj wrote: > > > > On Thu, May 20, 2021 at 6:25 PM Robert Joslyn > > wrote: > >> > >> The configure script does not have a manpages option, resulting in a > >> warning: > >>ctags-5.9.20210502.0

Re: [oe] [meta-oe][PATCH] ctags: Recipe cleanup

2021-05-20 Thread Robert Joslyn
> On May 20, 2021, at 6:34 PM, Khem Raj wrote: > > On Thu, May 20, 2021 at 6:25 PM Robert Joslyn > wrote: >> >> The configure script does not have a manpages option, resulting in a >> warning: >>ctags-5.9.20210502.0-r0 do_configure: QA Issue: ctags: invalid >> PACKAGECONFIG: manpages

[oe] [meta-python] [PATCH] python3-engineio: upgrade 3.13.0 -> 4.2.0

2021-05-20 Thread zangrc
Add runtime dependency to resolve errors that occurred when import engineio. Signed-off-by: Zang Ruochen --- ...-engineio_3.13.0.bb => python3-engineio_4.2.0.bb} | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-engineio_3.13

Re: [oe] [meta-oe][PATCH] ctags: Recipe cleanup

2021-05-20 Thread Khem Raj
On Thu, May 20, 2021 at 6:25 PM Robert Joslyn wrote: > > The configure script does not have a manpages option, resulting in a > warning: > ctags-5.9.20210502.0-r0 do_configure: QA Issue: ctags: invalid > PACKAGECONFIG: manpages [invalid-packageconfig] > > Since there does not seem to be a

[oe] [meta-python] [PATCH v2] python3-pulsectl: upgrade 21.3.4 -> 21.5.17

2021-05-20 Thread zangrc
pulseaudio is an empty package. It needs libpulse.so to run, which is provided by libpulse package. When running python3-pulsectl, It needs the modules in python3-ctypes. Signed-off-by: Zang Ruochen --- ...hon3-pulsectl_21.3.4.bb => python3-pulsectl_21.5.17.bb} | 7 +-- 1 file changed, 5 i

[oe] [meta-oe][PATCH] ctags: Recipe cleanup

2021-05-20 Thread Robert Joslyn
The configure script does not have a manpages option, resulting in a warning: ctags-5.9.20210502.0-r0 do_configure: QA Issue: ctags: invalid PACKAGECONFIG: manpages [invalid-packageconfig] Since there does not seem to be any man pages or documentation related configuration options, remove

Re: [oe] [meta-python][PATCH v3] python3-ujson: fix ptests

2021-05-20 Thread Randy MacLeod
On 2021-05-20 1:26 p.m., Trevor Gamblin wrote: meta-python/recipes-devtools/python/https://urldefense.com/v3/__http://python3-ujson_4.0.2.bb__;!!AjveYdw8EvQ!Noe4q3gDBm5wNSPv1Zzd-3WVXg-D4b24UxkEE0vFRw5JdHAeJAendj18feLXLhSGfRassg$ | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) Ugh!

[oe] [meta-python][PATCH v3] python3-ujson: fix ptests

2021-05-20 Thread Trevor Gamblin
- Add python3-json and python3-pytest to ptest RDEPENDS - Correct test file path in run-ptest Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-ujson/run-ptest | 2 +- meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb | 2 ++ 2 files changed, 3 insertions(+)

[oe] [meta-python][PATCH v2] python3-ujson: fix ptests

2021-05-20 Thread Trevor Gamblin
- Add python3-json and python3-pytest to ptest RDEPENDS - Correct test file in run-ptest to be test_ujson.py instead of tests.py Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-ujson/run-ptest | 2 +- meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb | 2 +

Re: [oe] [meta-python][PATCH] python3-ujson: fix ptests

2021-05-20 Thread Trevor Gamblin
On 2021-05-20 1:22 p.m., Trevor Gamblin wrote: - Add python3-json and python3-pytest to ptest RDEPENDS - Correct test file path from tests/https://urldefense.com/v3/__http://tests.py__;!!AjveYdw8EvQ!I6Uvf8dLizvkzD7FmeBcSZtFlL32HSOz5O2PA5IchaAEnuDf12dLNR8s7pd8Pr2M1_LI_A$ to tests/https://urld

[oe] [meta-python][PATCH] python3-ujson: fix ptests

2021-05-20 Thread Trevor Gamblin
- Add python3-json and python3-pytest to ptest RDEPENDS - Correct test file path from tests/tests.py to tests/test_ujson.py in run-ptest Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-ujson/run-ptest | 2 +- meta-python/recipes-devtools/python/python3-ujson_4.0.2

[oe] [meta-python][PATCH 2/3] python3-watchdog: Upgrade 2.1.1 -> 2.1.2

2021-05-20 Thread Leon Anavi
Upgrade to release 2.1.2: - [mac] Fix relative path handling for non-recursive watch. - [windows] On PyPy, events happening right after start() were missed. Add a workaround for that. Signed-off-by: Leon Anavi --- .../{python3-watchdog_2.1.1.bb => python3-watchdog_2.1.2.bb}| 2 +- 1 file

[oe] [meta-python][PATCH 1/3] python3-pywbem: Upgrade 1.1.3 -> 1.2.0

2021-05-20 Thread Leon Anavi
Upgrade to release 1.2.0 with bug fixes and enhancements: - Finalized the pywbem mock support - Logging: Added a value 'off' for the log destination in the pywbem.configure_logging() function that disables logging - Improved exception handling during the parsing of CIM-XML responses received f

[oe] [meta-python][PATCH 3/3] python3-click: Upgrade 8.0.0 -> 8.0.1

2021-05-20 Thread Leon Anavi
Upgrade to release 8.0.1: - Mark top-level names as exported so type checking understand imports in user projects. - Annotate Context.obj as Any so type checking allows all operations on the arbitrary object. - Fix some types that weren’t available in Python 3.6.0. - Fix type checking for iter

[oe] [meta-oe][PATCH] opencv: Disable tbb on riscv/musl

2021-05-20 Thread Khem Raj
getcontext|setcontext functionality is provided via libucontext for musl but this library is not yet ported to RISCV Signed-off-by: Khem Raj --- meta-oe/recipes-support/opencv/opencv_4.5.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb b

[oe] [meta-python][PATCH] python3-asyncio-glib: new package

2021-05-20 Thread Bartosz Golaszewski
Add a recipe for asyncio-glib - an interface between asyncio and the GLib event loop for Python. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-asyncio-glib_0.1.bb| 11 +++ 2 files changed, 12 insert

Re: [oe] [meta-python] [PATCH] python3-pulsectl: upgrade 21.3.4 -> 21.5.17

2021-05-20 Thread Khem Raj
Thanks for your contribution On 5/20/21 2:11 AM, zangrc wrote: Signed-off-by: Zang Ruochen --- ...hon3-pulsectl_21.3.4.bb => python3-pulsectl_21.5.17.bb} | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pulsectl_21.3.4.bb =>

[oe] [meta-python] [PATCH] python3-pulsectl: upgrade 21.3.4 -> 21.5.17

2021-05-20 Thread zangrc
Signed-off-by: Zang Ruochen --- ...hon3-pulsectl_21.3.4.bb => python3-pulsectl_21.5.17.bb} | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pulsectl_21.3.4.bb => python3-pulsectl_21.5.17.bb} (75%) diff --git a/meta-python/recipes-

[oe] [meta-python] [PATCH] python3-protobuf: upgrade 3.14.0 -> 3.17.0

2021-05-20 Thread zangrc
Signed-off-by: Zang Ruochen --- .../{python3-protobuf_3.14.0.bb => python3-protobuf_3.17.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-protobuf_3.14.0.bb => python3-protobuf_3.17.0.bb} (92%) diff --git a/meta-python/recipes-dev

[oe] [meta-python] [PATCH] python3-itsdangerous: upgrade 2.0.0 -> 2.0.1

2021-05-20 Thread zangrc
Signed-off-by: Zang Ruochen --- ...on3-itsdangerous_2.0.0.bb => python3-itsdangerous_2.0.1.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-itsdangerous_2.0.0.bb => python3-itsdangerous_2.0.1.bb} (78%) diff --git a/meta-python/reci