Re: [oe] [meta-oe][PATCH v3] pgpool2: Added a new recipe.

2023-03-15 Thread Khem Raj
fails layer compliance check stdio: ERROR: Nothing PROVIDES 'libmemcached' (but /home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-oe/recipes-support/pgpool2/pgpool2_4.4.1.bb DEPENDS on or otherwise requires it) stdio: ERROR: Required build target 'meta-world-pkgdata' has no buildab

[oe][meta-networking][PATCH] ntp: drop the deprecated ntpdate

2023-03-15 Thread Zhixiong Chi
The combination of ntpd and sntp now implements the functions of ntpdate, which has been deprecated. Now we don't need ntpdate anymore, and we can use the following command 'ntpd -q -g -x' instead. So drop the related section of ntpdate now. Signed-off-by: Zhixiong Chi --- .../recipes-support/nt

[oe] [meta-oe][PATCH] libssh: add ptest

2023-03-15 Thread Yi Zhao
Results: $ ptest-runner libssh START: ptest-runner 2023-03-16T02:56 BEGIN: /usr/lib/libssh/ptest PASS: torture_bind_config PASS: torture_buffer PASS: torture_bytearray PASS: torture_callbacks PASS: torture_channel PASS: torture_config PASS: torture_crypto PASS: torture_hashes PASS: torture_init PAS

[oe] [meta-oe][PATCH v3] pgpool2: Added a new recipe.

2023-03-15 Thread leimaohui
Pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It is distributed under a license similar to BSD and MIT. It provides the following features. Signed-off-by: Lei Maohui --- ...0001-Fix-build-error-when-build-this-file.patch | 32 +

Re: [oe] [meta-python][PATCH 2/4] python3-patchelf: New recipe

2023-03-15 Thread Zoltan Boszormenyi
2023. 03. 15. 18:49 keltezéssel, Zoltan Boszormenyi via lists.openembedded.org írta: 2023. 03. 15. 15:18 keltezéssel, Zoltan Boszormenyi via lists.openembedded.org írta: 2023. 03. 15. 13:42 keltezéssel, Ross Burton írta: On 15 Mar 2023, at 08:04, Zoltan Boszormenyi via lists.openembedded.org

Re: [oe] [meta-python][PATCH 1/4] python_setuptools_build_meta_mesonpy.bbclass: New class

2023-03-15 Thread Ross Burton
On 15 Mar 2023, at 14:16, Böszörményi Zoltán wrote: > > 2023. 03. 15. 13:46 keltezéssel, Ross Burton írta: >> On 15 Mar 2023, at 08:04, Zoltan Boszormenyi via lists.openembedded.org >> wrote: >>> Some python modules (e.g. SciPy, scikit-image) use meson-python >>> (a.k.a. mesonpy) in pyproject.t

Re: [oe] [meta-python][PATCH 2/4] python3-patchelf: New recipe

2023-03-15 Thread Zoltan Boszormenyi
2023. 03. 15. 15:18 keltezéssel, Zoltan Boszormenyi via lists.openembedded.org írta: 2023. 03. 15. 13:42 keltezéssel, Ross Burton írta: On 15 Mar 2023, at 08:04, Zoltan Boszormenyi via lists.openembedded.org wrote: +++ b/meta-python/recipes-devtools/python/python3-patchelf_0.17.2.1.bb @@ -0,0

[oe] [meta-gnome][PATCH] libuser: upgrade v0.63 -> v0.64

2023-03-15 Thread Sakib Sajal
Removed patch which is contained in new version: 0003-python-Compilation-warnings-update.patch Signed-off-by: Sakib Sajal --- ...3-python-Compilation-warnings-update.patch | 84 --- .../{libuser_0.63.bb => libuser_0.64.bb} | 5 +- 2 files changed, 2 insertions(+), 87 dele

[oe] [meta-oe][PATCH] tk: inherit pkgconfig

2023-03-15 Thread Justin Bronder
I noticed that xft was not getting enabled as expected because the recipe was using pkg-config from the host. Signed-off-by: Justin Bronder --- meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.10

Re: [oe] [meta-python][PATCH 2/4] python3-patchelf: New recipe

2023-03-15 Thread Zoltan Boszormenyi
2023. 03. 15. 13:42 keltezéssel, Ross Burton írta: On 15 Mar 2023, at 08:04, Zoltan Boszormenyi via lists.openembedded.org wrote: +++ b/meta-python/recipes-devtools/python/python3-patchelf_0.17.2.1.bb @@ -0,0 +1,31 @@ +# This is a dummy package needed by python3-meson-python I note the words

Re: [oe] [meta-python][PATCH 1/4] python_setuptools_build_meta_mesonpy.bbclass: New class

2023-03-15 Thread Zoltan Boszormenyi
2023. 03. 15. 13:46 keltezéssel, Ross Burton írta: On 15 Mar 2023, at 08:04, Zoltan Boszormenyi via lists.openembedded.org wrote: Some python modules (e.g. SciPy, scikit-image) use meson-python (a.k.a. mesonpy) in pyproject.toml: [build-system] build-backend = 'mesonpy' This class, t

[oe] [meta-python] [PATCH] python3-smpplib: upgrade 2.2.1 -> 2.2.2

2023-03-15 Thread wangmy
From: Wang Mingyu Changelog: == Added python 3.10 tests to CircleCI fix socket recv error being silently ignored Refactored Client.read_pdu() Refactored Client.send_pdu() increment sequence of commands as spec (fixes #214) Signed-off-by: Wang Mingyu --- .../{python3-smpplib_2.2.1.

[oe] [meta-python] [PATCH] python3-pykickstart: upgrade 3.44 -> 3.45

2023-03-15 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...{python3-pykickstart_3.44.bb => python3-pykickstart_3.45.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python-pykickstart/{python3-pykickstart_3.44.bb => python3-pykickstart_3.45.bb} (94%) di

[oe] [meta-python] [PATCH] python3-web3: upgrade 5.31.3 -> 5.31.4

2023-03-15 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-web3_5.31.3.bb => python3-web3_5.31.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-web3_5.31.3.bb => python3-web3_5.31.4.bb} (84%) diff --git a/meta-python/

[oe] [meta-python] [PATCH] python3-xlsxwriter: upgrade 3.0.8 -> 3.0.9

2023-03-15 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...{python3-xlsxwriter_3.0.8.bb => python3-xlsxwriter_3.0.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.0.8.bb => python3-xlsxwriter_3.0.9.bb} (82%) diff --git a/me

[oe] [meta-python] [PATCH] python3-unidiff: upgrade 0.7.4 -> 0.7.5

2023-03-15 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-unidiff_0.7.4.bb => python3-unidiff_0.7.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-unidiff_0.7.4.bb => python3-unidiff_0.7.5.bb} (85%) diff --git a/meta-pyt

[oe] [meta-python] [PATCH] python3-twitter: upgrade 4.12.1 -> 4.13.0

2023-03-15 Thread wangmy
From: Wang Mingyu Changelog: https://github.com/tweepy/tweepy/releases/tag/v4.13.0 Signed-off-by: Wang Mingyu --- .../{python3-twitter_4.12.1.bb => python3-twitter_4.13.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-twitter_4

[oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.2.0 -> 3.2.1

2023-03-15 Thread wangmy
From: Wang Mingyu Bug Fixes -- #884: Fixed hang in worksteal scheduler. Signed-off-by: Wang Mingyu --- ...hon3-pytest-xdist_3.2.0.bb => python3-pytest-xdist_3.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pytest-x

[oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.1.3 -> 3.2.0

2023-03-15 Thread wangmy
From: Wang Mingyu Changelog: = Add value <-> registers converter helpers. (#1413) Add pre-commit config (#1406) Make baud rate configurable for examples (#1410) Clean __init_ and update log module. (#1411) Simulator add calls functionality. (#1390) Add note about n

[oe] [meta-python] [PATCH] python3-openpyxl: upgrade 3.1.1 -> 3.1.2

2023-03-15 Thread wangmy
From: Wang Mingyu Changelog: == #1963 Cannot read worksheets in read-only mode with locally scoped definitions #1974 Empty custom properties cause invalid files Signed-off-by: Wang Mingyu --- .../{python3-openpyxl_3.1.1.bb => python3-openpyxl_3.1.2.bb}| 2 +- 1 file changed, 1 in

[oe] [meta-python] [PATCH] python3-pydantic: upgrade 1.10.5 -> 1.10.6

2023-03-15 Thread wangmy
From: Wang Mingyu Changelog: == - Implement logic to support creating validators from non standard callables by using defaults to identify them and unwrapping functools.partial and functools.partialmethod when checking the signature - Fix mypy plugin for v1.1.1, and fix dataclass_tran

[oe] [meta-python] [PATCH] python3-portion: upgrade 2.3.1 -> 2.4.0

2023-03-15 Thread wangmy
From: Wang Mingyu Changelog: == Added -- An AbstractDiscreteInterval class to ease the creation of specialized discrete intervals (experimental). A create_api function to generate an API similar to the one of portion but configured to use a given subclass of Interval (experimental

[oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.168.1 -> 2.4.169

2023-03-15 Thread wangmy
From: Wang Mingyu Changelog: == Changes - Bump changelog. - Bump version. - Bump templates. - Bump deps. Fix - Add local key in MISPTag. - Use pytest for the tests. Signed-off-by: Wang Mingyu --- .../{python3-pymisp_2.4.168.1.bb => python3-pymisp_2.4.169.bb} | 2 +- 1 file changed, 1

[oe] [meta-python] [PATCH] python3-paramiko: upgrade 3.0.0 -> 3.1.0

2023-03-15 Thread wangmy
From: Wang Mingyu Changelog: === -[Feature] #2173: Accept single tabs as field separators (in addition to single spaces) in for parity with OpenSSH’s KnownHosts parser. -[Feature] #2013: (solving #2009, plus others) Add an explicit channel_timeout keyword argument to paramiko.client.S

[oe] [meta-python] [PATCH] python3-msgpack: upgrade 1.0.4 -> 1.0.5

2023-03-15 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-msgpack_1.0.4.bb => python3-msgpack_1.0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-msgpack_1.0.4.bb => python3-msgpack_1.0.5.bb} (84%) diff --git a/meta-pyt

[oe] [meta-python] [PATCH] python3-gmqtt: upgrade 0.6.11 -> 0.6.12

2023-03-15 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-gmqtt_0.6.11.bb => python3-gmqtt_0.6.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gmqtt_0.6.11.bb => python3-gmqtt_0.6.12.bb} (81%) diff --git a/meta-pytho

[oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.80.0 -> 2.81.0

2023-03-15 Thread wangmy
From: Wang Mingyu Changelog: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu --- ...ent_2.80.0.bb => python3-google-api-python-client_2.81.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/

[oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230305.0 -> 6.0.20230312.0

2023-03-15 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ctags/{ctags_6.0.20230305.0.bb => ctags_6.0.20230312.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.0.20230305.0.bb => ctags_6.0.20230312.0.bb} (95%) diff --git a/meta-oe/recipes

[oe] [meta-oe] [PATCH] makeself: upgrade 2.4.5 -> 2.5.0

2023-03-15 Thread wangmy
From: Wang Mingyu Changelog: Adds improved support for NetBSD, OpenBSD Improved support for minimal Linux distributions such as Alpine Added bzip3 compression support Increased control over GPG signing via the GPG extra parameters Signed-off-by: Wang Mingyu --- .../makeself/{m

[oe] [meta-networking] [PATCH] rdma-core: upgrade 44.0 -> 45.0

2023-03-15 Thread wangmy
From: Wang Mingyu Changelog: == 53ee89b Merge pull request #1299 from zhuyj/dmabuf 95507d0 Merge pull request #1311 from EdwardSro/pr-pyverbs-tests 087deb5 irdma: Add support for ibv_reg_dmabuf_mr 6644617 Merge pull request #1309 from hz-cheng/master fe9e480 Merge pull

[oe] [meta-python] [PATCH] python3-gcovr: upgrade 5.2 -> 6.0

2023-03-15 Thread wangmy
From: Wang Mingyu License-Update: Copyright year updated to 2023. Changelog: == Breaking changes: -- Remove not allowed attributes function-rate, functions-covered and functions-valid from cobertura report. (:issue:'671') Remove "noncode" entries in JSON reports.

[oe] [meta-python] [PATCH] python3-bandit: upgrade 1.7.4 -> 1.7.5

2023-03-15 Thread wangmy
From: Wang Mingyu Changelog: === Add an example screen shot of Bandit to README #847 Bad link to screen shot #848 Use a constant for weak hashes #850 Group location line with code output #822 Fix line range using Python 3.8 end_lineno #821 Add classifier to indicat

[oe] [meta-oe] [PATCH] snappy upgrade 1.1.9 -> 1.1.10

2023-03-15 Thread wangmy
From: Wang Mingyu 0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch removed since it's not available in 1.1.10. Changelog: == * Performance improvements * Compilation fixes for various environments Signed-off-by: Wang Mingyu --- ...-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch |

[PATCH] [oe] [meta-networking] [PATCH] networkmanager: upgrade 1.42.0 -> 1.42.4

2023-03-15 Thread wangmy
From: Wang Mingyu 0001-libnm-std-aux-Adjust-signature-of-_nm_assert_fail_in.patch removed since it's not available in 1.42.4 Changelog: == * Fix a possible crash when [global-dns] is used and improve the documentation. * Documentation improvements. * Add build option to set the mobile-

Re: [oe] [meta-python][PATCH 1/4] python_setuptools_build_meta_mesonpy.bbclass: New class

2023-03-15 Thread Ross Burton
On 15 Mar 2023, at 08:04, Zoltan Boszormenyi via lists.openembedded.org wrote: > > Some python modules (e.g. SciPy, scikit-image) use meson-python > (a.k.a. mesonpy) in pyproject.toml: > >[build-system] >build-backend = 'mesonpy' > > This class, together with python3-meson-python and i

Re: [oe] [meta-python][PATCH 2/4] python3-patchelf: New recipe

2023-03-15 Thread Ross Burton
On 15 Mar 2023, at 08:04, Zoltan Boszormenyi via lists.openembedded.org wrote: > +++ b/meta-python/recipes-devtools/python/python3-patchelf_0.17.2.1.bb > @@ -0,0 +1,31 @@ > +# This is a dummy package needed by python3-meson-python I note the words “dummy package” > +DEPENDS = "python3-scikit-bu

[oe] kirkstone merge request: Mar 15th

2023-03-15 Thread Armin Kuster
The following changes since commit 82c75b466e55d7dca7a2364986ecb704cf63d141:   phoronix-test-suite: Fix CVE-2022-40704 (2023-02-16 07:30:46 -0500) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded kirkstone-next for you to fetch changes up to 9cf4ebeb3de5

[oe] [meta-oe] [PATCH V2] postgresql: Fix install conflict when enable multilib.

2023-03-15 Thread wangmy
From: Wang Mingyu Error: Transaction test error: file /usr/include/pg_config.h conflicts between attempted installs of lib32-libpq-dev-15.2-r0.armv7ahf_neon and libpq-dev-15.2-r0.aarch64 file /usr/include/pg_config_ext.h conflicts between attempted installs of lib32-libpq-dev-15.2-r0.armv7ahf_n

[oe] [meta-python][PATCH 3/4] python3-pyproject-metadata: New recipe

2023-03-15 Thread Zoltan Boszormenyi
Dependency of python3-meson-python. Signed-off-by: Zoltán Böszörményi --- .../python/python3-pyproject-metadata_0.7.1.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb diff --git a/meta-pyth

[oe] [meta-python][PATCH 4/4] python3-meson-python: New recipe

2023-03-15 Thread Zoltan Boszormenyi
Used by inherit python_setuptools_build_meta_mesonpy. Signed-off-by: Zoltán Böszörményi --- .../remove-hardcoded-setup-args.patch | 123 ++ .../use-installed-mesonpy.patch | 9 ++ .../python3-meson-python_0.13.0.pre0.bb | 26 3 files changed, 1

[oe] [meta-python][PATCH 1/4] python_setuptools_build_meta_mesonpy.bbclass: New class

2023-03-15 Thread Zoltan Boszormenyi
Some python modules (e.g. SciPy, scikit-image) use meson-python (a.k.a. mesonpy) in pyproject.toml: [build-system] build-backend = 'mesonpy' This class, together with python3-meson-python and its dependencies will allow building such modules. Signed-off-by: Zoltán Böszörményi --- ...py

[oe] [meta-python][PATCH 2/4] python3-patchelf: New recipe

2023-03-15 Thread Zoltan Boszormenyi
Dummy module to indicate the presence of patchelf. Used by python3-meson-python. The CMakeLists.txt file is a crippled copy from this patchelf python module's sources, removing almost everything, and adding a dummy install target, so do_install() doesn't fail. Signed-off-by: Zoltán Böszörményi -