Re: [oe] [meta-xfce][PATCH] xfwm4: fix gcc -Wincompatible-pointer-types

2024-06-11 Thread Kai Kang via lists.openembedded.org
On 6/11/24 14:08, Khem Raj wrote: On Mon, Jun 10, 2024 at 4:38 AM Kai Kang via lists.openembedded.org wrote: From: Kai Kang Fix xfwm4 incompatible pointer type error with gcc option -Wincompatible-pointer-types: | ../../xfwm4-4.18.0/src/startup_notification.c:139:57: error: passing argument

[oe] [meta-oe] [PATCH 41/43] squashfs-tools-ng: upgrade 1.2.0 -> 1.3.1

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - gensquashfs: apply xattr file also when using a pack file - Fix broken C++ guard in rbtree.h - fixed fragment table size typo - rdsquashfs: improve unpacking error message on Windows - rdsquashfs: add a workaround for unpacking forbidden filenames on Win

[oe] [meta-oe] [PATCH 40/43] sdmon: upgrade 0.8.1 -> 0.9.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Add support for Adata cards - Merge pull request - Fix type warnings - fixe types and count - Add support for Innodisk cards - Modify Adata code - Move SB code - Merge branch 'master' into J-Twin-patch-1 - Fix Maximum erase count for Transcend cards - Fix

[oe] [meta-networking] [PATCH 43/43] usbredir: upgrade 0.13.0 -> 0.14.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - usbredirect: Fix redirecting identical devices - usbredirect: Fix CPU tight loop when run as TCP server - usbredirect: Fix some minor memory leaks - usbredirect: Add documentation about bus-device option - usbredirtestclient: Fix build on MacOS 10.5 Si

[oe] [meta-oe] [PATCH 42/43] tslib: upgrade 1.22 -> 1.23

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: * new filter module: 'module crop' * some build and security fixes * improved release procedure Signed-off-by: Wang Mingyu --- meta-oe/recipes-graphics/tslib/{tslib_1.22.bb => tslib_1.23.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-oe] [PATCH 39/43] sanlock: upgrade 3.9.2 -> 3.9.3

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - skip delay when same host acquires delta lease - improve handling our_host_name Signed-off-by: Wang Mingyu --- .../sanlock/{sanlock_3.9.2.bb => sanlock_3.9.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipe

[oe] [meta-oe] [PATCH 38/43] remmina: upgrade 1.4.34 -> 1.4.35

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == * Fix build for openssl-1.1 * Allow running an SSH command when connecting via ssh tunnel * Check if WINPR_ASSERT is defined * [REM-3047] fix issue compiling with gcc-14 * Fix crash caused by enabling disablepasswordstoring * Revert setting loadbalanceinfo

[oe] [meta-oe] [PATCH 37/43] qpdf: upgrade 11.8.0 -> 11.9.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: * Add ENABLE_COVERAGE cmake option to assist with generating coverage reports. * From M. Holger: add QPDFObjectHandle::writeJSON to directly write a JSON representation to a pipeline. * set the actual value based on the allowable non-/Off value in the

[oe] [meta-python] [PATCH 36/43] python3-xlsxwriter: upgrade 3.1.9 -> 3.2.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu License-Update: Copyright year updated to 2024. Changelog: - Add :func:'embed_image()' worksheet method to embed images in cells. - Fix issue where a horizontal alignment format was ignored if indentation was also set. Signed-off-by: Wang Mingyu --- ...ython3-

[oe] [meta-python] [PATCH 35/43] python3-typeguard: upgrade 4.2.1 -> 4.3.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Added support for checking against static protocols - Fixed some compatibility problems when running on Python 3.13 - Fixed test suite incompatibility with pytest 8.2 - Fixed pytest plugin crashing on pytest version older than v7.0.0 (even if it's just

[oe] [meta-python] [PATCH 34/43] python3-tomlkit: upgrade 0.12.3 -> 0.12.5

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Remove the extra minus sign added to the float value after calculation. - Fix unexpected newline added after accessing the out-of-order table. - Support | and |= operator for tables, and support + and += operator for arrays. - Fix an index error when s

[oe] [meta-python] [PATCH 21/43] python3-py7zr: upgrade 0.20.8 -> 0.21.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: Speed up extraction when number of files is large Signed-off-by: Wang Mingyu --- .../python/{python3-py7zr_0.20.8.bb => python3-py7zr_0.21.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-py7zr_0.20.8

[oe] [meta-python] [PATCH 32/43] python3-stevedore: upgrade 5.1.0 -> 5.2.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - pre-commit: Integrate bandit - pre-commit: Bump versions - reno: Update master for unmaintained/yoga - Bump hacking - Update python classifier in setup.cfg - Update master for stable/2023.2 Signed-off-by: Wang Mingyu --- .../{python3-stevedore_5.1.0.b

[oe] [meta-python] [PATCH 33/43] python3-sympy: upgrade 1.12 -> 1.12.1

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://github.com/sympy/sympy/wiki/release-notes-for-1.12.1 Signed-off-by: Wang Mingyu --- .../python/{python3-sympy_1.12.bb => python3-sympy_1.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-s

[oe] [meta-python] [PATCH 26/43] python3-pyyaml-include: upgrade 1.3.2 -> 2.1

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Remove custom PyYAML types definition module, use that from types-PyYAML instead. - Add mypy hook in pre-commit - Better type hints/annotations - Better type hints - Some optimizations and bugfix - Add py.typed file, make the package PEP-561 friendly -

[oe] [meta-python] [PATCH 30/43] python3-sh: upgrade 2.0.6 -> 2.0.7

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = - Fix sh.glob arguments - Misc modernizations Signed-off-by: Wang Mingyu --- .../python/{python3-sh_2.0.6.bb => python3-sh_2.0.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sh_2.0.

[oe] [meta-python] [PATCH 20/43] python3-prompt-toolkit: upgrade 3.0.43 -> 3.0.45

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Improve performance of 'GrammarCompleter' (faster deduplication of completions). - Accept 'os.PathLike' in 'FileHistory' (typing fix). - Fix memory leak in filters. - Improve performance of progress bar formatters. - Fix compatibility when a SIGINT han

[oe] [meta-python] [PATCH 31/43] python3-snagboot: upgrade 1.2 -> 1.3

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === treewide: -- support passing USB paths (e.g. 3-1.2) to snagboot instead of vid:pid addresses i.MX: --- Drop libhidapi dependency and add custom HID implementation Add support for i.MX53 SoCs AM335x: --- Improve POSIX compliance of setup s

[oe] [meta-python] [PATCH 29/43] python3-sdbus: upgrade 0.11.1 -> 0.12.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Fixed async D-Bus properties not having a proper generic typing. - Fixed build not working when systemd has a minor version suffix. - Fixed being unable to name arguments in D-Bus introspection when - method has no return arguments. - Fixed serving D-Bu

[oe] [meta-python] [PATCH 24/43] python3-pymongo: upgrade 4.6.1 -> 4.7.2

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = Fixed a bug where PyMongo could not be used with the Nuitka compiler. Signed-off-by: Wang Mingyu --- .../{python3-pymongo_4.6.1.bb => python3-pymongo_4.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devt

[oe] [meta-python] [PATCH 27/43] python3-redis: upgrade 5.0.1 -> 5.0.4

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Make it possible to customize SSL ciphers - Fix breaking change: message in LockError is now optional - Allow setting the minimum SSL version - Add modules support to Async RedisCluster Signed-off-by: Wang Mingyu --- .../python/{python3-redis_5.0.1.b

[oe] [meta-python] [PATCH 25/43] python3-pyroute2: upgrade 0.7.10 -> 0.7.12

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - cli: move readline import to the script - ci: update tools versions - ci: generic make test target, update docs - ci: rename Linux python sessions in nox - nl80211: decoder improvements - remote: fix dump() on RemoteIPRoute - ndb: add ensure() call - et

[oe] [meta-python] [PATCH 13/43] python3-httpcore: upgrade 1.0.3 -> 1.0.5

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Handle EndOfStream exception for anyio backend. - Allow trio 0.25.* series in package dependancies. - Add target request extension. - Fix support for connection Upgrade and CONNECT when some data in the stream has been read. Signed-off-by: Wang Mingyu

[oe] [meta-python] [PATCH 23/43] python3-pybind11-json: upgrade 0.2.13 -> 0.2.14

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Require CMake 3.5 of higher - refactor: remove redundant move Signed-off-by: Wang Mingyu --- ...-pybind11-json_0.2.13.bb => python3-pybind11-json_0.2.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/pyth

[oe] [meta-python] [PATCH 28/43] python3-rich: upgrade 13.7.0 -> 13.7.1

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: Updated the widths of some characters Signed-off-by: Wang Mingyu --- .../{python3-rich_13.7.0.bb => python3-rich_13.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python-rich/{python3-rich_13.7.0.bb =>

[oe] [meta-python] [PATCH 15/43] python3-msgpack: upgrade 1.0.7 -> 1.0.8

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - exclude C/Cython files from wheel - Build pure Python wheel for minor architectures. - update Cython to 3.0.8 Signed-off-by: Wang Mingyu --- .../{python3-msgpack_1.0.7.bb => python3-msgpack_1.0.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 dele

[oe] [meta-python] [PATCH 17/43] python3-openpyxl: upgrade 3.1.2 -> 3.1.3

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Column name caches are slow and use a lot of memory - Improved handling of duplicate named styles - Rich-text can be saved if lxml is not installed - Documentation for sheet views is incorrect - Timedeltas not read properly in read-only mode - List of f

[oe] [meta-python] [PATCH 22/43] python3-pyalsaaudio: upgrade 0.10.0 -> 0.11.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = - Fixed Mixer.getvolume() returning outdated value - Fixed PCM crashing with some sample formats due to buffer size miscalculation - Fixed PCM.read() ignoring overruns (regression in 0.10.0) - Reverted to PCM.write() not throwing an exception on playback buf

[oe] [meta-python] [PATCH 19/43] python3-pdm: upgrade 2.15.3 -> 2.15.4

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Build wheel from sdist if available, to make sure sdist is built properly. This behavior is consistent with pypa/build. - Fix the issue of self-referencing extra dependencies failing to be resolved for local packages. - Fix an issue of max recursion d

[oe] [meta-python] [PATCH 18/43] python3-pdm-backend: upgrade 2.1.8 -> 2.3.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Remove support for python 3.7 and older - Add tag_filter as a way to pre-filter tags - Error about dynamic project version - ci: CI matrix on macos latest - Use Literal type for valid target values Signed-off-by: Wang Mingyu --- ...ython3-pdm-backend_

[oe] [meta-python] [PATCH 16/43] python3-netaddr: upgrade 1.2.1 -> 1.3.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Add partial address expansion in IPNetwork via the expand_partial switch, this enables opting into pre-1.1.0 behavior - Fix running the test suite on musl systems - Fix IPAddress IPv6 parsing with ZEROFILL enabled - Fix handling of the NOHOST flag in th

[oe] [meta-python] [PATCH 14/43] python3-ipython: upgrade 8.24.0 -> 8.25.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - replaces the unicode micro symbol with greek letter mu, visually identical but should fix nfkc normalisations issues. - introduces "intersphinx_registry" as a new dependency which is recommended only to build documentation. Signed-off-by: Wang Ming

[oe] [meta-python] [PATCH 10/43] python3-google-api-python-client: upgrade 2.130.0 -> 2.131.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.131.0 Signed-off-by: Wang Mingyu --- ...t_2.130.0.bb => python3-google-api-python-client_2.131.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/

[oe] [meta-python] [PATCH 11/43] python3-hexbytes: upgrade 1.0.0 -> 1.2.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Add to_0x_hex() method to provide a quick, explicit way to get an 0x-prefixed string - Change the name of master branch to main - Merge template updates, notably adding py312 support Signed-off-by: Wang Mingyu --- .../{python3-hexbytes_1.0.0.bb => p

[oe] [meta-python] [PATCH 12/43] python3-html2text: upgrade 2020.1.16 -> 2024.2.26

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Fixes #409: IndexError on empty strong mark. - Fix #332: Insert at most one space for multiple emphasis - Feature #318: Make padded tables more similar to pandoc's pipe_tables. - Add support for Python 3.9. - Fix extra line breaks inside html link text (

[oe] [meta-python] [PATCH 09/43] python3-future: upgrade 0.18.3 -> 1.0.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu License-Update: Copyright year updated to 2024. Changelog: == - Small updates to the docs - Add SECURITY.md describing security policy - Fix pasteurize: NameError: name 'unicode' is not defined - Move CI to GitHub Actions - Add setuptools to requirements for building do

[oe] [meta-python] [PATCH 08/43] python3-evdev: upgrade 1.6.1 -> 1.7.1

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Provide fallback value for FF_MAX_EFFECTS, which fixes the build on EL 7 - Add #ifdef guards around UI_GET_SYSNAME to improve kernel compatibility - Wait up to two seconds for uinput devices to appear. - Respect the CPATH/C_INCLUDE_PATH environment vari

[oe] [meta-python] [PATCH 05/43] python3-coverage: upgrade 7.4.1 -> 7.5.3

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Performance improvements for combining data files, especially when measuring line coverage. A few different quadratic behaviors were eliminated. - Performance improvements for generating HTML reports, with a side benefit of reducing memory use, closi

[oe] [meta-python] [PATCH 06/43] python3-email-validator: upgrade 2.1.0 -> 2.1.1

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Fixed typo 'marking' instead of 'marketing' in case-insensitive mailbox name list. - When DNS-based deliverability checks fail, in some cases exceptions are now thrown with raise ... from for better nested exception tracking. - Fixed tests to work when

[oe] [meta-python] [PATCH 07/43] python3-eth-hash: upgrade 0.6.0 -> 0.7.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: Merge template updates, notably adding py312 support and testing docs build for all formats Signed-off-by: Wang Mingyu --- .../{python3-eth-hash_0.6.0.bb => python3-eth-hash_0.7.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/re

[oe] [meta-python] [PATCH 02/43] python3-autoflake: upgrade 2.2.1 -> 2.3.1

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Update pre-commit config - github/workflows/main: use pre-commit/action - Always set encoding when reading setup.cfg Signed-off-by: Wang Mingyu --- .../{python3-autoflake_2.2.1.bb => python3-autoflake_2.3.1.bb} | 2 +- 1 file changed, 1 insertion(+),

[oe] [meta-python] [PATCH 03/43] python3-bidict: upgrade 0.23.0 -> 0.23.1

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Fix a regression in 0.23.0 that could defeat type inference of a bidict's key type and value type when running in Python 3.8 or 3.9. Signed-off-by: Wang Mingyu --- .../{python3-bidict_0.23.0.bb => python3-bidict_0.23.1.bb} | 2 +- 1 file changed, 1 inserti

[oe] [meta-python] [PATCH 04/43] python3-cantools: upgrade 39.4.4 -> 39.4.5

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: Fix J1939 SPN parsing Signed-off-by: Wang Mingyu --- .../{python3-cantools_39.4.4.bb => python3-cantools_39.4.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cantools_39.4.4.bb => python3-cantools_

[oe] [meta-python] [PATCH 01/43] python3-anyio: upgrade 4.3.0 -> 4.4.0

2024-06-11 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://anyio.readthedocs.io/en/stable/versionhistory.html Signed-off-by: Wang Mingyu --- .../python/{python3-anyio_4.3.0.bb => python3-anyio_4.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-any

[oe] [meta-python][PATCH] python3-pyyaml-include: support native and nativesdk build

2024-06-11 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Signed-off-by: Randy MacLeod --- .../recipes-devtools/python/python3-pyyaml-include_1.3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_1.3.2.bb b/meta-python/recipes-devtools/python/py

Re: [oe] [PATCH] python3-pyyaml-include: support native and nativesdk build

2024-06-11 Thread Randy MacLeod via lists.openembedded.org
[oe] [PATCH] python3-pyyaml-include: support native and nativesdk build oops, I forgot the meta-python prefix. fixing. ../Randy On 2024-06-11 9:22 p.m., Randy MacLeod via lists.openembedded.org wrote: From: Randy MacLeod Signed-off-by: Randy MacLeod --- .../recipes-devtools/python/python3-

[oe] [PATCH] python3-pyyaml-include: support native and nativesdk build

2024-06-11 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Signed-off-by: Randy MacLeod --- .../recipes-devtools/python/python3-pyyaml-include_1.3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_1.3.2.bb b/meta-python/recipes-devtools/python/py

[oe] [PATCH] dfu-util: allow building nativesdk variant

2024-06-11 Thread Rasmus Villemoes via lists.openembedded.org
It can be quite useful to include dfu-util along with any other tools needed for bootstrapping in the SDK. Signed-off-by: Rasmus Villemoes --- meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb

[oe] [meta-python][scarthgap][PATCH] python3-grpcio: backport abseil-cpp RISC-V fix

2024-06-11 Thread Scott Murray
Backport upstream abseil-cpp fix[1] for SIGILL crash on RISC-V with 6.6 and newer kernels. The patch has been tweaked to apply on top of the existing patch stack to the vendored copy of abseil-cpp. [1]: https://github.com/abseil/abseil-cpp/commit/7335a36d Signed-off-by: Scott Murray --- ...ale

[oe] [meta-python][PATCH] python3-grpcio: backport abseil-cpp RISC-V fix

2024-06-11 Thread Scott Murray
Backport upstream abseil-cpp fix[1] for SIGILL crash on RISC-V with 6.6 and newer kernels. The patch has been tweaked to apply on top of the existing patch stack to the vendored copy of abseil-cpp. [1]: https://github.com/abseil/abseil-cpp/commit/7335a36d Signed-off-by: Scott Murray --- ...ale

[oe] [meta-oe][master][scarthgap][PATCH] abseil-cpp: backport RISC-V fix

2024-06-11 Thread Scott Murray
Backport upstream fix[1] for SIGILL crash on RISC-V with 6.6 and newer kernels. The patch has been tweaked to apply on top of the existing stack. [1]: https://github.com/abseil/abseil-cpp/commit/7335a36d Signed-off-by: Scott Murray --- ...aledcycleclock-remove-RISC-V-support.patch | 82 +++

[oe] [meta-oe][PATCH] usbguard: upgrade 1.1.2 -> 1.1.3

2024-06-11 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Drop patch 0001-include-missing-cstdint.patch because it was merged upstream. See this commit in usbguard: * 22b1e08 Fix build for GCC 13 + make GitHub Actions cover build with GCC 13 (#586) Signed-off-by: Christophe Vu-Brugier --- .../0001-include-missing-cstdin

[oe] [meta-multimedia][PATCH 2/2] pipewire: update 1.0.6 -> 1.0.7

2024-06-11 Thread Markus Volk
This is a small bugfix release that is API and ABI compatible with previous 1.0.x releases. - Fix a potential race/crash. - Fix some problems with negotiation of large integers and floats. - Fix JACK sysex MIDI event handling. - Some more smaller fixes and improvements. - Fix a potentia

[oe] [meta-multimedia][PATCH 1/2] wireplumber: update 0.5.2 -> 0.5.3

2024-06-11 Thread Markus Volk
WirePlumber 0.5.3 ~ Fixes: - Fixed a long standing issue that would cause many device nodes to have inconsistent naming, with a '.N' suffix (where N is a number >= 2) being appended at seemingly random times (#500) - Fixed an issue that would cause unavailable device

Re: [oe] [meta-oe][master][scarthgap][PATCH] tipcutils: add systemd service file

2024-06-11 Thread Vijay Anusuri via lists.openembedded.org
Thanks Martin. As we explicitly loading tipc kernel module, it's better to use modules-load.d . I will send the v2 patch. Thanks & Regards, Vijay On Tue, Jun 11, 2024 at 2:38 PM Martin Hundebøll wrote: > Hi, > > On Tue, 2024-06-11 at 12:38 +0530, Vijay Anusuri via > lists.openembedded.org w

[oe] [meta-oe][PATCH] iwd: update 2.16 -> 2.18

2024-06-11 Thread Markus Volk
ver 2.18: Fix issue with handling BSS with invalid HE capabilities. Fix issue with neighbor reports with invalid country codes. Fix issue with EAP-TTLS Start packets with L flag set. Add support for enabling SAE for AP mode operation. ver 2.17: Fix issue wit

Re: [oe] [meta-oe][master][scarthgap][PATCH] tipcutils: add systemd service file

2024-06-11 Thread Martin Hundeb?ll
Hi, On Tue, 2024-06-11 at 12:38 +0530, Vijay Anusuri via lists.openembedded.org wrote: > From: Vijay Anusuri > > Add systemd service file for tipcutils > > Signed-off-by: Vijay Anusuri > --- >  .../tipcutils/tipcutils/tipcutils.service    | 12 > >  meta-oe/recipes-extended

Re: [oe] [meta-oe][PATCH] libgpiod-1.x: Fix build on musl

2024-06-11 Thread Bartosz Golaszewski
On Tue, Jun 11, 2024 at 9:35 AM Bartosz Golaszewski via lists.openembedded.org wrote: > > On Tue, Jun 11, 2024 at 6:58 AM Khem Raj via lists.openembedded.org > wrote: > > > > get a patch backported to fix the build > > > > Signed-off-by: Khem Raj > > Cc: Bartosz Golaszewski > > --- I made a bu

[oe] [PATCH 2/2] libgpiod: disable C++ tests for libgpiod v1.6.x

2024-06-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Catch2 recipe is moving to version 3 of the Catch2 API which will make the C++ tests in libgpiod uncompatible. libgpiod v2 as ported to the new interface but v1.6.x will not be so just disable building the C++ tests. Signed-off-by: Bartosz Golaszewski --- .../0001-bin

[oe] [PATCH 1/2] libgpiod: update to v1.6.5

2024-06-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This release contains a build fix for environments that require libgen.h to be included for basename() and don't pull it implicitly with any other header. Signed-off-by: Bartosz Golaszewski --- .../libgpiod/{libgpiod_1.6.4.bb => libgpiod_1.6.5.bb} | 2 +- 1

Re: [oe] [meta-oe] tree broken source link

2024-06-11 Thread Alexander Kanavin
I said that only about meta-xilinx. If you want things fixed in meta-openembedded, then please send a patch. Maintainers for meta-oe are unpaid volunteers and do not owe you a fix. Alex On Tue, 11 Jun 2024 at 10:26, Livius via lists.openembedded.org wrote: > > You said it need to be reported and

Re: [oe] [meta-oe] tree broken source link

2024-06-11 Thread Livius
You said it need to be reported and maintainer will solve it, i am not a maintainer for this. Now it is up to you to solve it, please do it. A patch would be most welcome also from the real maintainers who have to care about it. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to thi

Re: [oe] [meta-oe][PATCH] libgpiod-1.x: Fix build on musl

2024-06-11 Thread Bartosz Golaszewski
On Tue, Jun 11, 2024 at 6:58 AM Khem Raj via lists.openembedded.org wrote: > > get a patch backported to fix the build > > Signed-off-by: Khem Raj > Cc: Bartosz Golaszewski > --- > ...nclude-missing-libgen.h-for-basename.patch | 25 +++ > .../libgpiod/libgpiod_1.6.4.bb

[oe] [meta-oe][master][scarthgap][PATCH] tipcutils: add systemd service file

2024-06-11 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Add systemd service file for tipcutils Signed-off-by: Vijay Anusuri --- .../tipcutils/tipcutils/tipcutils.service| 12 meta-oe/recipes-extended/tipcutils/tipcutils_git.bb | 9 - 2 files changed, 20 insertions(+), 1 deletion(-) create mode