[oe] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2024-01-22 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer

Re: [oe] Add python3-apscheduler #error

2024-01-22 Thread Khem Raj
On Mon, Jan 22, 2024 at 7:33 PM Tim Orling wrote: > > This project uses setuptools.build_meta: > https://github.com/agronholm/apscheduler/blob/master/pyproject.toml#L6 > > Instead of “inherit setuptools3” please use “inherit > python_setuptools_build_meta” > https://git.yoctoproject.org/poky/tree

Re: [oe] Add python3-apscheduler #error

2024-01-22 Thread Tim Orling
This project uses setuptools.build_meta: https://github.com/agronholm/apscheduler/blob/master/pyproject.toml#L6 Instead of “inherit setuptools3” please use “inherit python_setuptools_build_meta” https://git.yoctoproject.org/poky/tree/meta/classes-recipe/python_setuptools_build_meta.bbclass If you

Re: [oe] Add python3-apscheduler #error

2024-01-22 Thread wangmy
I tried DEPENDS += "python3-pip-native", but there is an error: | ERROR Missing dependencies: | setuptools_scm If I tried DEPENDS += "python3-pip-native \ python3-setuptools-scm-native" the compile succeeded.   -- Best Regards --

[oe] [meta-oe][PATCH 2/2] i2cdev: Set PV correctly

2024-01-22 Thread Khem Raj
based on https://github.com/costad2/i2cdev/blob/master/version.h Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb b/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb index b2b

[oe] [meta-oe][PATCH 1/2] uftrace: Upgrade to 0.15

2024-01-22 Thread Khem Raj
Added RISCV64 support Release Notes [1] [1] https://github.com/namhyung/uftrace/releases/tag/v0.15 Signed-off-by: Khem Raj --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb| 2 +- .../uftrace/{uftrace_0.14.bb => uftrace_0.15.bb} | 4 ++-- 2 files changed, 3 insert

Re: [oe] [meta-oe][PATCH 1/3] lua: add recipe for lua-5.2

2024-01-22 Thread Khem Raj
this fails to build. https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3547/steps/14/logs/stdio On Mon, Jan 22, 2024 at 11:31 AM Markus Volk wrote: > > mpv only supports lua-5.2 and luajit. Add lua-5.2 to unblock gui build > for platforms that dont support luajit > > Signed-off-b

[oe] [meta-oe] [PATCH] tesseract: upgrade 5.3.3 -> 5.3.4

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: * Fixes for scrollview * Fixes for autoconf, clang and sw builds * Improve OCR for an image URL * Fail on curl download errors * New parameter curl_cookiefile * Set User-Agent: header field in HTTP request for curl downloads * Output directory list

[oe] [meta-oe] [PATCH] smemstat: upgrade 0.02.12 -> 0.02.13

2024-01-22 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../smemstat/{smemstat_0.02.12.bb => smemstat_0.02.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/smemstat/{smemstat_0.02.12.bb => smemstat_0.02.13.bb} (90%) diff --git a/meta-oe/recipes-devt

[oe] [meta-oe] [PATCH] qpdf: upgrade 11.7.0 -> 11.8.0

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: === * Bug fix: treat references to older generations of objects as null. * When recovering a file's xref table, attempt to find xref streams if a traditional trailer dictionary is not found. * Add --set-page-labels command-line argument and supporting API.

[oe] [meta-python] [PATCH] python3-types-psutil: upgrade 5.9.5.17 -> 5.9.5.20240106

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: == Update typing_extensions imports in third-party stubs Signed-off-by: Wang Mingyu --- ...sutil_5.9.5.17.bb => python3-types-psutil_5.9.5.20240106.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python

[oe] [meta-python] [PATCH] python3-tox: upgrade 4.11.4 -> 4.12.1

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: == -Fix tox version requirement in docs -Fix Tox failing with --installpkg and multi testenvs Signed-off-by: Wang Mingyu --- .../python/{python3-tox_4.11.4.bb => python3-tox_4.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-p

[oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.39.1 -> 1.39.2

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: === -Fix timestamp in transaction created by OTel -Fix relative path in DB query source -Run more CI checks on 2.0 branch -Fix tracing TypeError for static and class methods -Fix missing ctx in Arq integration -Change data_category from check_in to monitor Si

[oe] [meta-python] [PATCH] python3-robotframework: upgrade 6.1.1 -> 7.0

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-7.0.rst Signed-off-by: Wang Mingyu --- ...n3-robotframework_6.1.1.bb => python3-robotframework_7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recip

[oe] [meta-python] [PATCH] python3-pychromecast: upgrade 13.0.8 -> 13.1.0

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: == -Increase homeassistant lovelace connect timeout and make it configurable -Add support for NRK TV and NRK Radio apps -Change logged precision of volume from 1 to 2 -Create ShakaPlayer Controller -Add date for removal of deprecated discovery functions -Mark

[oe] [meta-python] [PATCH] python3-pyatspi: upgrade 2.46.0 -> 2.46.1

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: * Fix some implicit function declarations and other compiler warnings in the tests. * Remove some unused code. * Update the README to describe the module's current status. Signed-off-by: Wang Mingyu --- .../{python3-pyatspi_2.46.0.bb => python3-pyats

[oe] [meta-python] [PATCH] python3-pdm: upgrade 2.11.2 -> 2.12.1

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: Hotfix: missing identifier attribute for package type fixer. Signed-off-by: Wang Mingyu --- .../python/{python3-pdm_2.11.2.bb => python3-pdm_2.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-

[oe] [meta-python] [PATCH] python3-ipython: upgrade 8.19.0 -> 8.20.0

2024-01-22 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-ipython_8.19.0.bb => python3-ipython_8.20.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ipython_8.19.0.bb => python3-ipython_8.20.0.bb} (88%) diff --git a/meta-p

[oe] [meta-python] [PATCH] python3-haversine: upgrade 2.8.0 -> 2.8.1

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: Use numpy kernel when using numba Signed-off-by: Wang Mingyu --- .../{python3-haversine_2.8.0.bb => python3-haversine_2.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-haversine_2.8.0.bb => pytho

[oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.113.0 -> 2.114.0

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: === https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu --- ...t_2.113.0.bb => python3-google-api-python-client_2.114.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recip

[oe] [meta-python] [PATCH] python3-git-pw: upgrade 2.5.0 -> 2.6.0

2024-01-22 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-git-pw_2.5.0.bb => python3-git-pw_2.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-git-pw_2.5.0.bb => python3-git-pw_2.6.0.bb} (82%) diff --git a/meta-pytho

[oe] [meta-python] [PATCH] python3-flask: upgrade 3.0.0 -> 3.0.1

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: === -Correct type for path argument to send_file. -Fix a typo in an error message for the flask run --key option. -Session data is untagged without relying on the built-in json.loads object_hook. -Address more type findings when using mypy strict mode. Signe

[oe] [meta-python] [PATCH] python3-eventlet: upgrade 0.34.2 -> 0.34.3

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: == * Fix security issue in the wsgi module related to RFC 9112 * Fix segfault, a new approach for greening existing locks * greendns: fix getaddrinfo parameter name * Fix deprecation warning on ssl.PROTOCOL_TLS * Pytests, fix error at teardown of TestGreenSock

[oe] [meta-python] [PATCH] python3-eth-utils: upgrade 2.3.1 -> 3.0.0

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: -Drop python 3.7 support -Merge updates from the project template, notably: use pre-commit for linting and change the name of the master branch to main -Correct booleans in pyproject.toml and add test for the presence of the eth_utils.__version__ attrib

[oe] [meta-python] [PATCH] python3-eth-typing: upgrade 3.5.2 -> 4.0.0

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: -Drop python 3.7 support -Merge updates from the project template, notably: use pre-commit for linting and change the name of the master branch to main -Fixed booleans in pyproject.toml and added a test for the presence of the eth_typing.__version__ att

Re: [oe] [meta-oe] [PATCH] ccid: upgrade 1.5.4 -> 1.5.5

2024-01-22 Thread Khem Raj
On Mon, Jan 22, 2024 at 4:52 PM wangmy wrote: > > From: Wang Mingyu > > 0001-Add-build-rule-for-README.patch > refreshed for 1.5.5 > > Changelog: > > - Add support of > - Alpha-Project ANGARA Token > - Broadcom Corp 58200 (idProduct: 0x5864) > - Broadcom Corp 58200 (idProduct:

[oe] [meta-python] [PATCH] python3-eth-abi: upgrade 4.2.1 -> 5.0.0

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: -Drop python 3.7 support -Merge updates from the project template, notably, use pre-commit for linting and change the name of the master branch to main -Corrected format of booleans in pyproject.toml and added a test for the presence of the eth_abi.__ve

[oe] [meta-python] [PATCH] python3-django: upgrade 5.0 -> 5.0.1

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: === -Reallowed, following a regression in Django 5.0, using a foreign key to a model with a primary key that is not AutoField in ModelAdmin.list_filter -Fixed a long standing bug in handling the RETURNING INTO clause that caused a crash when creating a model

[oe] [meta-python] [PATCH] python3-dbus-fast: upgrade 2.21.0 -> 2.21.1

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: Avoid expensive runtime inspection of known callables Signed-off-by: Wang Mingyu --- ...{python3-dbus-fast_2.21.0.bb => python3-dbus-fast_2.21.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-dbus-fas

[oe] [meta-python] [PATCH] python3-cbor2: upgrade 5.5.1 -> 5.6.0

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: https://cbor2.readthedocs.io/en/latest/versionhistory.html Signed-off-by: Wang Mingyu --- .../python/{python3-cbor2_5.5.1.bb => python3-cbor2_5.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cb

[oe] [meta-python] [PATCH] python3-cantools: upgrade 39.4.2 -> 39.4.3

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: == -Add type annotations to c_source.py -Enum newlines Signed-off-by: Wang Mingyu --- .../{python3-cantools_39.4.2.bb => python3-cantools_39.4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-

[oe] [meta-python] [PATCH] python3-beautifulsoup4: upgrade 4.12.2 -> 4.12.3

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: = * The Beautiful Soup documentation now has a Spanish translation * Fixed a regression such that if you set .hidden on a tag * Fixed a case where html.parser giving up on markup would result in an AssertionError instead of a ParserRejectedMarkup excep

[oe] [meta-python] [PATCH] python3-asyncinotify: upgrade 4.0.5 -> 4.0.6

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: === Resolve "Version bump for mirroring test" Signed-off-by: Wang Mingyu --- ...hon3-asyncinotify_4.0.5.bb => python3-asyncinotify_4.0.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-asyncinot

[oe] [meta-python] [PATCH] python3-absl: upgrade 2.0.0 -> 2.1.0

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: = -Added absl.flags.override_value function to provide FlagHolder with a construct to modify values. -Added a new method absltest.TestCase.assertDataclassEqual that tests equality of dataclass.dataclass objects with better error messages when the assert fai

[oe] [meta-oe] [PATCH] plocate: upgrade 1.1.20 -> 1.1.22

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: == - Revert the updatedb change in 1.1.21 that did not open pruned paths; it broke pruning of paths that were not at the root - Improve interactions between pruning and bind mount detection logic. - Pruned paths are now not opened, which can be useful in c

[oe] [meta-python] [PATCH] python3-xmlschema: upgrade 2.5.1 -> 3.0.1

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: == -Hotfix release for broken requirement -Set python-requires metadata to >=3.8 -Upgrade GitHub Actions License-Update: Copyright year updated to 2024. Signed-off-by: Wang Mingyu --- ...{python3-xmlschema_2.5.1.bb => python3-xmlschema_3.0.1.bb} | 4 ++--

[oe] [meta-python] [PATCH] python3-eth-keys: upgrade 0.4.0 -> 0.5.0

2024-01-22 Thread wangmy
From: Wang Mingyu License-Update: Copyright year updated to 2023. Changelog: === -Drop python 3.6 and 3.7 support -Add python 3.11 support -Merge template updates, notably using pre-commit for linting and change the name of the master branch to main Signed-off-by: Wang Mingyu --- ...

[oe] [meta-oe] [PATCH] sanlock: upgrade 3.8.5 -> 3.9.0

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: -sanlock: replace strncat for creating debug output -sanlock: reduce warnings -sanlock: fix direct_next_free missing init -sanlock: use product_uuid for host name -sanlock: add comment with timeout example -sanlock: skip short delay in delta lease reacqui

[oe] [meta-oe] [PATCH] redis: upgrade 7.2.3 -> 7.2.4

2024-01-22 Thread wangmy
From: Wang Mingyu 0001-src-Do-not-reset-FINAL_LIBS.patch 0006-Define-correct-gregs-for-RISCV32.patch lua-update-Makefile-to-use-environment-build-setting.patch refreshed for 7.2.4 Changelog: -(CVE-2023-41056) In some cases, Redis may incorrectly handle resizing of memory buffers wh

[oe] [meta-oe] [PATCH] python3-apscheduler: add new recipe

2024-01-22 Thread wangmy
From: Wang Mingyu Add a new recipe for python3-apscheduler, a task scheduler and task queue system for Python. Signed-off-by: Wang Mingyu --- .../python/python3-apscheduler_3.10.4.bb| 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-devtools/

[oe] [meta-oe] [PATCH] md4c: upgrade 0.4.8 -> 0.5.0

2024-01-22 Thread wangmy
From: Wang Mingyu License-Update: Copyright year updated to 2024. Changelog: https://github.com/mity/md4c/blob/master/CHANGELOG.md Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/md4c/{md4c_0.4.8.bb => md4c_0.5.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename me

[oe] [meta-oe] [PATCH] lshw: upgrade 02.19.2 -> 02.20

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: get rid of some snprintf warnings Signed-off-by: Wang Mingyu --- .../recipes-devtools/lshw/{lshw_02.19.2.bb => lshw_02.20.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/lshw/{lshw_02.19.2.bb => lshw_02.20.bb} (95%) d

[oe] [meta-oe] [PATCH] libyang: upgrade 2.1.128 -> 2.1.148

2024-01-22 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libyang/{libyang_2.1.128.bb => libyang_2.1.148.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/libyang/{libyang_2.1.128.bb => libyang_2.1.148.bb} (96%) diff --git a/meta-oe/recipes-extende

[oe] [meta-oe] [PATCH] dnfdragora: upgrade 2.1.5 -> 2.1.6

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: Fix issue #217 Update information' crash dnfdragora Signed-off-by: Wang Mingyu --- .../dnfdragora/{dnfdragora_2.1.5.bb => dnfdragora_2.1.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/dnfdragora/{dnfdragora_2.1.5

[oe] [meta-oe] [PATCH] capnproto: upgrade 1.0.1.1 -> 1.0.2

2024-01-22 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../capnproto/{capnproto_1.0.1.1.bb => capnproto_1.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/capnproto/{capnproto_1.0.1.1.bb => capnproto_1.0.2.bb} (93%) diff --git a/meta-oe/recipes-dev

[oe] [meta-networking] [PATCH] wireshark: upgrade 4.2.0 -> 4.2.2

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: -sharkd is not installed by the Windows installer. -Fuzz job crash output: fuzz-2024-01-01-7740.pcap. -Can't open a snoop file from the Open dialog box unless I select \"All files\" as the file type. -Add s4607 dissector to \"decode as\" -Updater for 4.2

[oe] [meta-gnome] [PATCH] gjs: upgrade 1.78.2 -> 1.78.3

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: == * GJS 1.78.2 causes all Gnome extensions preference settings windows to disappears after 3-7 seconds Signed-off-by: Wang Mingyu --- meta-gnome/recipes-gnome/gjs/{gjs_1.78.2.bb => gjs_1.78.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ren

[oe] [meta-oe] [PATCH] minicoredumper: upgrade 2.0.6 -> 2.0.7

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: === * Fix robust mutex list dumping if a robust mutex uses the PTHREAD_PRIO_INHERIT attribute. * Avoid bogus error messages when dumping registered data for non-crashing processes. Signed-off-by: Wang Mingyu --- .../{minicoredumper_2.0.6.bb => minicored

[oe] [meta-networking] [PATCH] lldpd: upgrade 1.0.17 -> 1.0.18

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: === - Fix memory leaks in EDP/FDP decoding when receiving some TLVs twice. - Do not set interface description continuously. - Use a different Netlink socket for changes and queries. Signed-off-by: Wang Mingyu --- .../recipes-daemons/lldpd/{lldpd_1.0.17.bb =

[oe] [meta-oe] [PATCH] libvpx: upgrade 1.13.1 -> 1.14.0

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: === Fix to missing prototypes from the rtcd header. Fix to segfault when total size is enlarged but width is smaller. Fix to the build for arm64ec using MSVC. Fix to copy BLOCK_8X8's mi to PICK_MODE_CONTEXT::mic. Fix to -Wshadow warnings. Fix to he

[oe] [meta-oe] [PATCH] libdecor: upgrade 0.2.1 -> 0.2.2

2024-01-22 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libdecor/{libdecor_0.2.1.bb => libdecor_0.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/libdecor/{libdecor_0.2.1.bb => libdecor_0.2.2.bb} (94%) diff --git a/meta-oe/recipes-graphics

[oe] [meta-oe] [PATCH] hwdata: upgrade 0.377 -> 0.378

2024-01-22 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-support/hwdata/{hwdata_0.377.bb => hwdata_0.378.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/hwdata/{hwdata_0.377.bb => hwdata_0.378.bb} (91%) diff --git a/meta-oe/recipes-support/hwdata/

[oe] [meta-oe] [PATCH] htop: upgrade 3.2.2 -> 3.3.0

2024-01-22 Thread wangmy
From: Wang Mingyu 0001-Use-pkg-config.patch refreshed for 3.3.0 Signed-off-by: Wang Mingyu --- .../recipes-support/htop/files/0001-Use-pkg-config.patch | 8 .../recipes-support/htop/{htop_3.2.2.bb => htop_3.3.0.bb} | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename meta

[oe] [meta-oe] [PATCH] gcr3: upgrade 3.41.1 -> 3.41.2

2024-01-22 Thread wangmy
From: Wang Mingyu 0001-meson.build-correctly-handle-disabled-ssh_agent-opti.patch refreshed for 3.41.2 Changelog: - ui: Add gcr.gresource.xml back into the build - misc: Several memory leaks were fixed - ci: Several CI fixes - Updated translations Signed-off-by: Wang Mingyu --- .

[oe] [meta-oe] [PATCH] ctags: upgrade 6.1.20231231.0 -> 6.1.20240114.0

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

[oe] [meta-oe] [PATCH] ccid: upgrade 1.5.4 -> 1.5.5

2024-01-22 Thread wangmy
From: Wang Mingyu 0001-Add-build-rule-for-README.patch refreshed for 1.5.5 Changelog: - Add support of - Alpha-Project ANGARA Token - Broadcom Corp 58200 (idProduct: 0x5864) - Broadcom Corp 58200 (idProduct: 0x5865) - Imprivata USB CCID - KAPELSE eS-KAP-Ad - Kapelse inSi

[oe] [meta-oe] [PATCH] btop: upgrade 1.2.13 -> 1.3.0

2024-01-22 Thread wangmy
From: Wang Mingyu Changelog: === * Added Gpu Support Linux * Added platform support for OpenBSD * Enable macos clang * Fix Apple Silicon CPUs misprinted * Cmake support for MacOS * Elementarish theme: color update according to Elementary palette * Add alternative key codes for Delete, Ins

Re: [oe] Add python3-apscheduler #error

2024-01-22 Thread Khem Raj
can you try adding DEPENDS += "python3-pip-native" On Mon, Jan 22, 2024 at 2:04 PM wrote: > > SUMMARY = "In-process task scheduler with Cron-like capabilities" > HOMEPAGE = "https://github.com/agronholm/apscheduler"; > > SECTION = "devel/python" > > LICENSE = "MIT" > LIC_FILES_CHKSUM = "file://L

[oe] Add python3-apscheduler #error

2024-01-22 Thread p35420102
SUMMARY = "In-process task scheduler with Cron-like capabilities" HOMEPAGE = "https://github.com/agronholm/apscheduler"; SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0e423eea5c91e7aa21bdb70184b3e53" PYPI_PACKAGE = "APScheduler" SRC_URI[sha256sum] = "e6df

[oe] [meta-oe][PATCH 3/3] luajit: allow to build on supported platforms

2024-01-22 Thread Markus Volk
According to documentation mips,mips64 and powerpc are supported platforms. Adjust accordingly This was tested to work for mips64, where luajit compiled without issue. Signed-off-by: Markus Volk --- meta-oe/recipes-devtools/luajit/luajit_git.bb | 5 + 1 file changed, 1 insertion(+), 4 delet

[oe] [meta-oe][PATCH 1/3] lua: add recipe for lua-5.2

2024-01-22 Thread Markus Volk
mpv only supports lua-5.2 and luajit. Add lua-5.2 to unblock gui build for platforms that dont support luajit Signed-off-by: Markus Volk --- .../lua/lua-5.2/Makefile-build-so.patch | 82 +++ .../recipes-devtools/lua/lua-5.2/lua.pc.in| 10 +++ .../recipes-devtools/lua/lu

[oe] [meta-oe][PATCH 2/3] mpv: make buildable with lua-5.2

2024-01-22 Thread Markus Volk
mpv only supports lua-5.2, so it seems to primarily support luajit. luajit is amazing and its performance compared to lua is outstanding but since it uses specific asm code, there are some platforms that are unsupported. Add luajit for the buildable platforms and fallback to lua-5.2 to unblock gui

[oe] [meta-networking][PATCH] dropwatch: add new recipe

2024-01-22 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Dropwatch is a utility to help developers and system administrators to diagnose problems in the Linux Networking stack, specifically their ability to diagnose where packets are getting dropped. References: * https://github.com/nhorman/dropwatch Signed-off-by: Christo

[oe] [meta-oe][PATCH] libtalloc, libtevent, libtdb, libldb: set PYTHONARCHDIR for waf to respect python libdir

2024-01-22 Thread Martin Jansa
* fixes installed-vs-shipped when libdir in target is different than in native python e.g. with multilib enabled: ERROR: QA Issue: libtdb: Files/directories were installed but not shipped in any package: /usr/lib/python3.12/site-packages/tdb.so /usr/lib/python3.12/site-packages/_tdb_text.py