[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_Bugs Also please
review:
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded and
how to create a bugzilla account at:
https://bugzilla.yoctoproject.org/createaccount.cgi

The idea is these bugs should be straight forward for a person to help work
on who doesn't have deep experience with the project. If anyone can help,
please take ownership of the bug and send patches! If anyone needs
help/advice there are people on irc who can likely do so, or some of the
more experienced contributors will likely be happy to help too.

Also, the triage team meets weekly and does its best to handle the bugs
reported into the Bugzilla. The number of people attending that meeting has
fallen, as have the number of people available to help fix bugs. One of the
things we hear users report is they don't know how to help. We (the triage
team) are therefore going to start reporting out the currently 420
unassigned or newcomer bugs.

We're hoping people may be able to spare some time now and again to help
out with these. Bugs are split into two types, "true bugs" where things
don't work as they should and "enhancements" which are features we'd want
to add to the system. There are also roughly four different "priority"
classes right now, “5.0”, “5.1”, "5.99" and "Future", the more
pressing/urgent issues being in "5.0" and then “5.1”.

Please review this link and if a bug is something you would be able to help
with either take ownership of the bug, or send me (sjolley.yp...@gmail.com)
an e-mail with the bug number you would like and I will assign it to you
(please make sure you have a Bugzilla account). The list is at:
https://wiki.yoctoproject.org/wiki/Bug_Triage_Archive#Unassigned_or_Newcomer_Bugs

Thanks,



*Stephen K. Jolley*

*Yocto Project Program Manager*

(*Cell*:(208) 244-4460

* *Email*: *s
jolley.yp...@gmail.com *

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108434): 
https://lists.openembedded.org/g/openembedded-devel/message/108434
Mute This Topic: https://lists.openembedded.org/mt/103903624/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



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/meta/classes-recipe/python_setuptools_build_meta.bbclass
>
> If you had used “devtool add” it would have detected this.
>

There is a patch here
https://lore.kernel.org/openembedded-devel/1705972804-25125-1-git-send-email-wan...@fujitsu.com/T/#u
which does the right things. Its also staged in master-next atm.
Please try that.

> On Mon, Jan 22, 2024 at 6:23 PM wangmy  wrote:
>>
>> 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
>> ---
>> Wang Mingyu
>> Development Dept.I
>> Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, 
>> Nanjing, 210012, China
>> TEL: +86+25-86630566-8568
>> COINS: 79988548
>> FAX: +86+25-83317685
>> MAIL: wan...@fujitsu.com
>> http://www.fujitsu.com/cn/fnst/
>>
>> > -Original Message-
>> > From: openembedded-devel@lists.openembedded.org
>> >  On Behalf Of Khem Raj
>> > Sent: Tuesday, January 23, 2024 8:24 AM
>> > To: p35420...@gmail.com
>> > Cc: openembedded-devel@lists.openembedded.org
>> > Subject: Re: [oe] Add python3-apscheduler #error
>> >
>> > 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://LICENSE.txt;md5=f0e423eea5c91e7aa21bdb70184b3e53"
>> > >
>> > > PYPI_PACKAGE = "APScheduler"
>> > >
>> > > SRC_URI[sha256sum] =
>> > "e6df071b27d9be898e486bc7940a7be50b4af2e9da7c08f0744a96d4bd4cef4a"
>> > >
>> > > RDEPENDS:${PN} += "\
>> > > python3-six \
>> > > python3-pytz \
>> > > python3-tzlocal \
>> > > "
>> > >
>> > > inherit pypi setuptools3
>> > >
>> > > ERROR: python3-apscheduler-3.10.4-r0 do_compile: 'python3 setup.py
>> > bdist_wheel ' execution failed.
>> > > ERROR: python3-apscheduler-3.10.4-r0 do_compile:
>> > > ExecutionError('/home/iot-yocto/build/tmp/work/armv8a-poky-linux/pytho
>> > > n3-apscheduler/3.10.4-r0/temp/run.do_compile.531694', 1, None, None)
>> > > ERROR: Logfile of failure stored in:
>> > > /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3
>> > > .10.4-r0/temp/log.do_compile.531694
>> > > Log data follows:
>> > > | DEBUG: Executing shell function do_compile
>> > > |
>> > /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10
>> > .4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/dist.py:
>> > 720: UserWarning: Usage of dash-separated 'upload-dir' will not be 
>> > supported in
>> > future versions. Please use the underscore name 'upload_dir' instead
>> > > |   warnings.warn(
>> > > |
>> > /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10
>> > .4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/installe
>> > r.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated.
>> > Requirements should be satisfied by a PEP 517 installer.
>> > > |   warnings.warn(
>> > > | /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler
>> > > | /3.10.4-r0/recipe-sysroot-native/usr/bin/python3-native/python3: No
>> > module named pip Traceback (most recent call last):
>> > > |   File
>> > "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
>> > 0.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/install
>> > er.py", line 82, in fetch_build_egg
>> > > | subprocess.check_call(cmd)
>> > > |   File
>> > "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
>> > 0.4-r0/recipe-sysroot-native/usr/lib/python3.10/subprocess.py", line 369, 
>> > in
>> > check_call
>> > > | raise CalledProcessError(retcode, cmd)
>> > > | subprocess.CalledProcessError: Command
>> > '['/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
>> > 0.4-r0/recipe-sysroot-native/usr/bin/python3-native/python3', '-m', 'pip',
>> > '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 
>> > '/tmp/tmpmh5cnujt',
>> > '--quiet', 'setuptools_scm']' returned non-zero exit status 1.
>> > > |
>> > > | The above exception was the direct cause of the following exception:
>> > > |
>> > > | Traceback (most recent call last):
>> > > |   File
>> > "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
>> > 0.4-r0/APScheduler-3.10.4/setup.py", line 10, in 
>> > > | setup(
>> > > |   F

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 had used “devtool add” it would have detected this.

On Mon, Jan 22, 2024 at 6:23 PM wangmy  wrote:

> 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
> ---
> Wang Mingyu
> Development Dept.I
> Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road,
> Nanjing, 210
> 012,
> China
> TEL: +86+25-86630566-8568
> COINS: 79988548
> FAX: +86+25-83317685
> MAIL: wan...@fujitsu.com
> http://www.fujitsu.com/cn/fnst/
>
> > -Original Message-
> > From: openembedded-devel@lists.openembedded.org
> >  On Behalf Of Khem Raj
> > Sent: Tuesday, January 23, 2024 8:24 AM
> > To: p35420...@gmail.com
> > Cc: openembedded-devel@lists.openembedded.org
> > Subject: Re: [oe] Add python3-apscheduler #error
> >
> > 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://LICENSE.txt;md5=f0e423eea5c91e7aa21bdb70184b3e53"
> > >
> > > PYPI_PACKAGE = "APScheduler"
> > >
> > > SRC_URI[sha256sum] =
> > "e6df071b27d9be898e486bc7940a7be50b4af2e9da7c08f0744a96d4bd4cef4a"
> > >
> > > RDEPENDS:${PN} += "\
> > > python3-six \
> > > python3-pytz \
> > > python3-tzlocal \
> > > "
> > >
> > > inherit pypi setuptools3
> > >
> > > ERROR: python3-apscheduler-3.10.4-r0 do_compile: 'python3 setup.py
> > bdist_wheel ' execution failed.
> > > ERROR: python3-apscheduler-3.10.4-r0 do_compile:
> > > ExecutionError('/home/iot-yocto/build/tmp/work/armv8a-poky-linux/pytho
> > > n3-apscheduler/3.10.4-r0/temp/run.do_compile.531694', 1, None, None)
> > > ERROR: Logfile of failure stored in:
> > > /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3
> > > .10.4-r0/temp/log.do_compile.531694
> > > Log data follows:
> > > | DEBUG: Executing shell function do_compile
> > > |
> > /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10
> >
> .4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/dist.py:
> > 720: UserWarning: Usage of dash-separated 'upload-dir' will not be
> supported in
> > future versions. Please use the underscore name 'upload_dir' instead
> > > |   warnings.warn(
> > > |
> > /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10
> >
> .4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/installe
> > r.py:27: SetuptoolsDeprecationWarning: setuptools.installer is
> deprecated.
> > Requirements should be satisfied by a PEP 517 installer.
> > > |   warnings.warn(
> > > | /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler
> > > | /3.10.4-r0/recipe-sysroot-native/usr/bin/python3-native/python3: No
> > module named pip Traceback (most recent call last):
> > > |   File
> > "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
> >
> 0.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/install
> > er.py", line 82, in fetch_build_egg
> > > | subprocess.check_call(cmd)
> > > |   File
> > "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
> > 0.4-r0/recipe-sysroot-native/usr/lib/python3.10/subprocess.py", line
> 369, in
> > check_call
> > > | raise CalledProcessError(retcode, cmd)
> > > | subprocess.CalledProcessError: Command
> >
> '['/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
> > 0.4-r0/recipe-sysroot-native/usr/bin/python3-native/python3', '-m',
> 'pip',
> > '--disable-pip-version-check', 'wheel', '--no-deps', '-w',
> '/tmp/tmpmh5cnujt',
> > '--quiet', 'setuptools_scm']' returned non-zero exit status 1.
> > > |
> > > | The above exception was the direct cause of the following exception:
> > > |
> > > | Traceback (most recent call last):
> > > |   File
> > "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
> > 0.4-r0/APScheduler-3.10.4/setup.py", line 10, in 
> > > | setup(
> > > |   File
> > "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
> >
> 0.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/__init
> > __.py", line 152, in setup
> > > | _install_setup_requires(attrs)
> > > |   File
> > "/home/iot-yocto/build/tmp/wor

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
---
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, 
Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wan...@fujitsu.com
http://www.fujitsu.com/cn/fnst/

> -Original Message-
> From: openembedded-devel@lists.openembedded.org
>  On Behalf Of Khem Raj
> Sent: Tuesday, January 23, 2024 8:24 AM
> To: p35420...@gmail.com
> Cc: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] Add python3-apscheduler #error
> 
> 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://LICENSE.txt;md5=f0e423eea5c91e7aa21bdb70184b3e53"
> >
> > PYPI_PACKAGE = "APScheduler"
> >
> > SRC_URI[sha256sum] =
> "e6df071b27d9be898e486bc7940a7be50b4af2e9da7c08f0744a96d4bd4cef4a"
> >
> > RDEPENDS:${PN} += "\
> > python3-six \
> > python3-pytz \
> > python3-tzlocal \
> > "
> >
> > inherit pypi setuptools3
> >
> > ERROR: python3-apscheduler-3.10.4-r0 do_compile: 'python3 setup.py
> bdist_wheel ' execution failed.
> > ERROR: python3-apscheduler-3.10.4-r0 do_compile:
> > ExecutionError('/home/iot-yocto/build/tmp/work/armv8a-poky-linux/pytho
> > n3-apscheduler/3.10.4-r0/temp/run.do_compile.531694', 1, None, None)
> > ERROR: Logfile of failure stored in:
> > /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3
> > .10.4-r0/temp/log.do_compile.531694
> > Log data follows:
> > | DEBUG: Executing shell function do_compile
> > |
> /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10
> .4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/dist.py:
> 720: UserWarning: Usage of dash-separated 'upload-dir' will not be supported 
> in
> future versions. Please use the underscore name 'upload_dir' instead
> > |   warnings.warn(
> > |
> /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10
> .4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/installe
> r.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated.
> Requirements should be satisfied by a PEP 517 installer.
> > |   warnings.warn(
> > | /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler
> > | /3.10.4-r0/recipe-sysroot-native/usr/bin/python3-native/python3: No
> module named pip Traceback (most recent call last):
> > |   File
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
> 0.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/install
> er.py", line 82, in fetch_build_egg
> > | subprocess.check_call(cmd)
> > |   File
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
> 0.4-r0/recipe-sysroot-native/usr/lib/python3.10/subprocess.py", line 369, in
> check_call
> > | raise CalledProcessError(retcode, cmd)
> > | subprocess.CalledProcessError: Command
> '['/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
> 0.4-r0/recipe-sysroot-native/usr/bin/python3-native/python3', '-m', 'pip',
> '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpmh5cnujt',
> '--quiet', 'setuptools_scm']' returned non-zero exit status 1.
> > |
> > | The above exception was the direct cause of the following exception:
> > |
> > | Traceback (most recent call last):
> > |   File
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
> 0.4-r0/APScheduler-3.10.4/setup.py", line 10, in 
> > | setup(
> > |   File
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
> 0.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/__init
> __.py", line 152, in setup
> > | _install_setup_requires(attrs)
> > |   File
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
> 0.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/__init
> __.py", line 147, in _install_setup_requires
> > | dist.fetch_build_eggs(dist.setup_requires)
> > |   File
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
> 0.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/dist.p
> y", line 809, in fetch_build_eggs
> > | resolved_dists = pkg_resources.working_set.resolve(
> > |   File
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.1
> 0.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pkg_resources/_
> _init__.py", line 771, in resolve
> > | dist = best[req.key] = en

[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 b2b5fda09e..57057c9bf5 100644
--- a/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb
+++ b/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "\
 
file://lsi2c/lsi2c.c;beginline=11;endline=24;md5=72486a5e192d6ac5c7e55a4a95e380a6
 \
 "
 
-PR = "git${SRCPV}"
+PV = "0.7.0+git"
 
 SRC_URI = "\
 git://github.com/costad2/i2cdev.git;protocol=https;branch=master \
-- 
2.43.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108430): 
https://lists.openembedded.org/g/openembedded-devel/message/108430
Mute This Topic: https://lists.openembedded.org/mt/103901905/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/uftrace/{uftrace_0.14.bb => uftrace_0.15.bb} 
(91%)

diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb 
b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index 1a588eb29c..740835b217 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -326,7 +326,7 @@ RDEPENDS:packagegroup-meta-oe-devtools:remove:mips64el = 
"luajit nodejs"
 RDEPENDS:packagegroup-meta-oe-devtools:remove:powerpc = "android-tools 
breakpad lshw luajit uftrace"
 RDEPENDS:packagegroup-meta-oe-devtools:remove:powerpc64 = "android-tools 
breakpad lshw luajit ply uftrace"
 RDEPENDS:packagegroup-meta-oe-devtools:remove:powerpc64le = "android-tools 
breakpad lshw luajit ply uftrace"
-RDEPENDS:packagegroup-meta-oe-devtools:remove:riscv64 = "breakpad 
concurrencykit heaptrack lshw ltrace luajit nodejs ply uftrace"
+RDEPENDS:packagegroup-meta-oe-devtools:remove:riscv64 = "breakpad 
concurrencykit heaptrack lshw ltrace luajit nodejs ply"
 RDEPENDS:packagegroup-meta-oe-devtools:remove:riscv32 = "breakpad 
concurrencykit heaptrack lshw ltrace luajit nodejs ply uftrace"
 RDEPENDS:packagegroup-meta-oe-devtools:remove:libc-musl:riscv32 = "php"
 RDEPENDS:packagegroup-meta-oe-devtools:remove:aarch64 = "concurrencykit"
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.14.bb 
b/meta-oe/recipes-devtools/uftrace/uftrace_0.15.bb
similarity index 91%
rename from meta-oe/recipes-devtools/uftrace/uftrace_0.14.bb
rename to meta-oe/recipes-devtools/uftrace/uftrace_0.15.bb
index 415cfe1b0f..e322557c30 100644
--- a/meta-oe/recipes-devtools/uftrace/uftrace_0.14.bb
+++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.15.bb
@@ -10,7 +10,7 @@ DEPENDS:append:libc-musl = " argp-standalone"
 
 inherit autotools
 
-SRCREV = "04d73dc31cafef4161321e3c2443a5490ef93018"
+SRCREV = "139e3f7afb1ab8efc42983569b1e9ae697565b0f"
 SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https"
 S = "${WORKDIR}/git"
 
@@ -36,7 +36,7 @@ do_configure() {
 FILES_SOLIBSDEV = ""
 FILES:${PN} += "${libdir}/*.so"
 
-COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm)"
+COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|riscv64)"
 
 # uftrace supports armv6 and above
 COMPATIBLE_HOST:armv4 = 'null'
-- 
2.43.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108429): 
https://lists.openembedded.org/g/openembedded-devel/message/108429
Mute This Topic: https://lists.openembedded.org/mt/103901904/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



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-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/lua-5.2/run-ptest| 19 +
>  meta-oe/recipes-devtools/lua/lua-5.2_5.2.3.bb | 67 +++
>  4 files changed, 178 insertions(+)
>  create mode 100644 
> meta-oe/recipes-devtools/lua/lua-5.2/Makefile-build-so.patch
>  create mode 100644 meta-oe/recipes-devtools/lua/lua-5.2/lua.pc.in
>  create mode 100644 meta-oe/recipes-devtools/lua/lua-5.2/run-ptest
>  create mode 100644 meta-oe/recipes-devtools/lua/lua-5.2_5.2.3.bb
>
> diff --git a/meta-oe/recipes-devtools/lua/lua-5.2/Makefile-build-so.patch 
> b/meta-oe/recipes-devtools/lua/lua-5.2/Makefile-build-so.patch
> new file mode 100644
> index 0..343d1ddd6
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/lua/lua-5.2/Makefile-build-so.patch
> @@ -0,0 +1,82 @@
> +Upstream-Status: Inappropriate [Upstream doesn't support so libs]
> +
> +diff -ru lua-5.2.1/Makefile lua-5.2.1.new/Makefile
> +--- a/Makefile 2012-05-17 16:05:54.0 +0200
>  b/Makefile 2012-09-12 22:39:07.162748096 +0200
> +@@ -38,16 +38,16 @@
> + # Convenience platforms targets.
> + PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris
> +
> ++# Lua version and release.
> ++V= 5.2
> ++R= $V.3
> ++
> + # What to install.
> + TO_BIN= lua luac
> + TO_INC= lua.h luaconf.h lualib.h lauxlib.h lua.hpp
> +-TO_LIB= liblua.a
> ++TO_LIB= liblua.a liblua.so.$(R)
> + TO_MAN= lua.1 luac.1
> +
> +-# Lua version and release.
> +-V= 5.2
> +-R= $V.3
> +-
> + # Targets start here.
> + all:  $(PLAT)
> +
> +@@ -63,7 +63,8 @@
> +   cd src && $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC)
> +   cd src && $(INSTALL_DATA) $(TO_LIB) $(INSTALL_LIB)
> +   cd doc && $(INSTALL_DATA) $(TO_MAN) $(INSTALL_MAN)
> +-
> ++  ln -sf ./liblua.so.$(R) $(INSTALL_LIB)/liblua.so.$(V)
> ++  ln -sf ./liblua.so.$(R) $(INSTALL_LIB)/liblua.so
> + uninstall:
> +   cd src && cd $(INSTALL_BIN) && $(RM) $(TO_BIN)
> +   cd src && cd $(INSTALL_INC) && $(RM) $(TO_INC)
> +diff -ru lua-5.2.1/src/luaconf.h lua-5.2.1.new/src/luaconf.h
> +--- lua-5.2.1/src/luaconf.h2012-05-11 16:14:42.0 +0200
>  lua-5.2.1.new/src/luaconf.h2012-09-12 22:40:27.986622772 +0200
> +@@ -100,7 +100,7 @@
> + #else /* }{ */
> +
> + #define LUA_VDIR  LUA_VERSION_MAJOR "." LUA_VERSION_MINOR "/"
> +-#define LUA_ROOT  "/usr/local/"
> ++#define LUA_ROOT  "/usr"
> + #define LUA_LDIR  LUA_ROOT "share/lua/" LUA_VDIR
> + #define LUA_CDIR  LUA_ROOT "lib/lua/" LUA_VDIR
> + #define LUA_PATH_DEFAULT  \
> +diff -ru lua-5.2.1/src/Makefile lua-5.2.1.new/src/Makefile
> +--- lua-5.2.1/src/Makefile 2012-03-09 17:32:16.0 +0100
>  lua-5.2.1.new/src/Makefile 2012-09-12 22:38:08.591386896 +0200
> +@@ -29,6 +29,7 @@
> + PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris
> +
> + LUA_A=liblua.a
> ++LUA_SO= liblua.so
> + CORE_O=   lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o 
> llex.o \
> +   lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o \
> +   ltm.o lundump.o lvm.o lzio.o
> +@@ -43,7 +44,7 @@
> + LUAC_O=   luac.o
> +
> + ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O)
> +-ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T)
> ++ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T) $(LUA_SO)
> + ALL_A= $(LUA_A)
> +
> + # Targets start here.
> +@@ -59,6 +60,12 @@
> +   $(AR) $@ $(BASE_O)
> +   $(RANLIB) $@
> +
> ++$(LUA_SO): $(CORE_O) $(LIB_O)
> ++  $(CC) -shared -ldl -Wl,-soname,$(LUA_SO).5.2 -o $@.5.2.3 $? -lm 
> $(MYLDFLAGS)
> ++
> ++
> ++
> ++
> + $(LUA_T): $(LUA_O) $(LUA_A)
> +   $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)
> +
> diff --git a/meta-oe/recipes-devtools/lua/lua-5.2/lua.pc.in 
> b/meta-oe/recipes-devtools/lua/lua-5.2/lua.pc.in
> new file mode 100644
> index 0..c26775fa7
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/lua/lua-5.2/lua.pc.in
> @@ -0,0 +1,10 @@
> +libdir=@LIBDIR@
> +includedir=@INCLUDEDIR@
> +
> +Name: Lua
> +Description: Lua language engine
> +Version: @VERSION@
> +Requires:
> +Libs: -L${libdir} -llua -lm -ldl
> +Cflags: -I${includedir}
> +
> diff --git a/meta-oe/recipes-devtools/lua/lua-5.2/run-ptest 
> b/meta-oe/recipes-devtools/lua/lua-5.2/run-ptest
> new file mode 100644
> index 0..8e085e1af
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/lua/lua-5.2/run-ptest
> @@ -0,0 +1,19 @@
> +#!/bin/sh
> +
> +cd test
> +lua -e"_U=true" all.lua > lua-test.tmp
> +
> +echo "--- test output ---"
> +cat lua-test.tmp
> +echo ""
> +echo ""
> +echo "--- ptest result ---"
> +
> +grep "final OK \!\!\!" lua-test.tmp > /dev

[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 from "combine_tessdata -d" to stdout
* Other small improvements for code and documentation.

Signed-off-by: Wang Mingyu 
---
 .../tesseract/{tesseract_5.3.3.bb => tesseract_5.3.4.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/tesseract/{tesseract_5.3.3.bb => 
tesseract_5.3.4.bb} (91%)

diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_5.3.3.bb 
b/meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb
similarity index 91%
rename from meta-oe/recipes-graphics/tesseract/tesseract_5.3.3.bb
rename to meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb
index e5310ae25..b32bf3451 100644
--- a/meta-oe/recipes-graphics/tesseract/tesseract_5.3.3.bb
+++ b/meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb
@@ -5,7 +5,7 @@ BUGTRACKER = "https://github.com/tesseract-ocr/tesseract/issues";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRCREV = "e082522c248d3121e466959a8ba4fd4f7ad1a525"
+SRCREV = "8ee020e14cf5be4e3f0e9beb09b6b050a1871854"
 SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108427): 
https://lists.openembedded.org/g/openembedded-devel/message/108427
Mute This Topic: https://lists.openembedded.org/mt/103901863/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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-devtools/smemstat/smemstat_0.02.12.bb 
b/meta-oe/recipes-devtools/smemstat/smemstat_0.02.13.bb
similarity index 90%
rename from meta-oe/recipes-devtools/smemstat/smemstat_0.02.12.bb
rename to meta-oe/recipes-devtools/smemstat/smemstat_0.02.13.bb
index 46dc94154..bf5c52fe5 100644
--- a/meta-oe/recipes-devtools/smemstat/smemstat_0.02.12.bb
+++ b/meta-oe/recipes-devtools/smemstat/smemstat_0.02.13.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 DEPENDS = "ncurses"
 
 SRC_URI = 
"git://github.com/ColinIanKing/smemstat.git;protocol=https;branch=master"
-SRCREV = "72efeb08ccdb22f57054279d25e3c522e8e1d4c3"
+SRCREV = "1edc560602aa116b96408110b8b9d66a4edef60e"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108426): 
https://lists.openembedded.org/g/openembedded-devel/message/108426
Mute This Topic: https://lists.openembedded.org/mt/103901852/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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.
  - QPDFJob::Config::setPageLabels
  - pdf_page_label_e enumerated type
  - QPDFPageLabelDocumentHelper::pageLabelDict
* Support comma-separated numeric values with --collate to select
 different group sizes from different files.
* Support "x" before a group in a numeric range to exclude a group
 from the previous group. Details are in the manual.
* When flattening annotations, preserve annotations without any appearance
 information at all, such as types /Link, /Popup, and /Projection.
* Detect overlong UTF-8 in the UTF-8 decoder, and fix detection of 8-bit
 characters in erroneous UTF-8 strings.

Signed-off-by: Wang Mingyu 
---
 .../recipes-printing/qpdf/{qpdf_11.7.0.bb => qpdf_11.8.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-printing/qpdf/{qpdf_11.7.0.bb => qpdf_11.8.0.bb} (94%)

diff --git a/meta-oe/recipes-printing/qpdf/qpdf_11.7.0.bb 
b/meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb
similarity index 94%
rename from meta-oe/recipes-printing/qpdf/qpdf_11.7.0.bb
rename to meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb
index 92655e3c6..a13c9a023 100644
--- a/meta-oe/recipes-printing/qpdf/qpdf_11.7.0.bb
+++ b/meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 DEPENDS = "zlib jpeg ${@bb.utils.contains('PACKAGECONFIG', 'gnutls', 'gnutls', 
'openssl', d)}"
 
 SRC_URI = "git://github.com/qpdf/qpdf.git;protocol=https;branch=main"
-SRCREV = "986d2485784d57d7a84cc5af50e67bde827b0dc9"
+SRCREV = "452e1f5c20ec6adf62cd296cb9dddacbc06e6ffa"
 
 inherit cmake pkgconfig gettext
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108425): 
https://lists.openembedded.org/g/openembedded-devel/message/108425
Mute This Topic: https://lists.openembedded.org/mt/103901817/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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/{python3-types-psutil_5.9.5.17.bb 
=> python3-types-psutil_5.9.5.20240106.bb} (74%)

diff --git 
a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.17.bb 
b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240106.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.17.bb
rename to 
meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240106.bb
index 055cecd64..b4b9c5119 100644
--- a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.17.bb
+++ b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240106.bb
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"f7d8769812d72a4b513d7ec9eb5580fe2f6013fc270394a603cb6534811f3e4d"
+SRC_URI[sha256sum] = 
"60b233fb613b41fe859526103dbda0b4812d7a16c5f791119ec7016fbe1c8128"
 
 BBCLASSEXTEND = "native"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108424): 
https://lists.openembedded.org/g/openembedded-devel/message/108424
Mute This Topic: https://lists.openembedded.org/mt/103901794/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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-python/recipes-devtools/python/{python3-tox_4.11.4.bb => 
python3-tox_4.12.1.bb} (92%)

diff --git a/meta-python/recipes-devtools/python/python3-tox_4.11.4.bb 
b/meta-python/recipes-devtools/python/python3-tox_4.12.1.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-tox_4.11.4.bb
rename to meta-python/recipes-devtools/python/python3-tox_4.12.1.bb
index 62c15a7db..6d092c6ff 100644
--- a/meta-python/recipes-devtools/python/python3-tox_4.11.4.bb
+++ b/meta-python/recipes-devtools/python/python3-tox_4.12.1.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://tox.readthedocs.org/";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7"
 
-SRC_URI[sha256sum] = 
"73a7240778fabf305aeb05ab8ea26e575e042ab5a18d71d0ed13e343a51d6ce1"
+SRC_URI[sha256sum] = 
"61aafbeff1bd8a5af84e54ef6e8402f53c6a6066d0782336171ddfbf5362122e"
 
 BBCLASSEXTEND = "native nativesdk"
 inherit pypi python_hatchling
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108423): 
https://lists.openembedded.org/g/openembedded-devel/message/108423
Mute This Topic: https://lists.openembedded.org/mt/103901788/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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

Signed-off-by: Wang Mingyu 
---
 ...ython3-sentry-sdk_1.39.1.bb => python3-sentry-sdk_1.39.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.39.1.bb => 
python3-sentry-sdk_1.39.2.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.1.bb 
b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.2.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.1.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.2.bb
index 9f421328b..9c3cf5860 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.1.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.2.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
${PYTHON_PN}-datetime \
 "
 
-SRC_URI[sha256sum] = 
"320a55cdf9da9097a0bead239c35b7e61f53660ef9878861824fd6d9b2eaf3b5"
+SRC_URI[sha256sum] = 
"24c83b0b41c887d33328a9166f5950dc37ad58f01c9f2fbff6b87a6f1094170c"
 
 PYPI_PACKAGE = "sentry-sdk"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108422): 
https://lists.openembedded.org/g/openembedded-devel/message/108422
Mute This Topic: https://lists.openembedded.org/mt/103901780/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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/recipes-devtools/python/{python3-robotframework_6.1.1.bb => 
python3-robotframework_7.0.bb} (92%)

diff --git 
a/meta-python/recipes-devtools/python/python3-robotframework_6.1.1.bb 
b/meta-python/recipes-devtools/python/python3-robotframework_7.0.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-robotframework_6.1.1.bb
rename to meta-python/recipes-devtools/python/python3-robotframework_7.0.bb
index 7fd2f2e88..ca301e46a 100644
--- a/meta-python/recipes-devtools/python/python3-robotframework_6.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-robotframework_7.0.bb
@@ -13,7 +13,7 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE_EXT = "zip"
 
-SRC_URI[sha256sum] = 
"3fa18f2596a4df2418c4b59abf43248327c15ed38ad8665f6a9a9c75c95d7789"
+SRC_URI[sha256sum] = 
"04623f758346c917db182e17591ffa474090560c02ed5a64343902e72b7b4bd5"
 
 RDEPENDS:${PN} += " \
 ${PYTHON_PN}-shell \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108421): 
https://lists.openembedded.org/g/openembedded-devel/message/108421
Mute This Topic: https://lists.openembedded.org/mt/103901775/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 discover_chromecasts as deprecated
-Update README.rst
-Fix known_hosts for older chromecasts
-Fix SSLContext settings
-Update README.rst to reflect refactoring of cast.device to cast.cast_info
-Fix deprecated call to ssl.SSLContext without specifying protocol 

Signed-off-by: Wang Mingyu 
---
 ...n3-pychromecast_13.0.8.bb => python3-pychromecast_13.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pychromecast_13.0.8.bb => 
python3-pychromecast_13.1.0.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_13.0.8.bb 
b/meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pychromecast_13.0.8.bb
rename to meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb
index dff1876c3..feae3174a 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_13.0.8.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
 
-SRC_URI[sha256sum] = 
"e4b7523db137f8de05eedcc6154113b68532848629442b448c2334fac966a447"
+SRC_URI[sha256sum] = 
"08e61a8b54bd2119d3c9ab1ec0136d3d8563aa97e0a3b57841588b9be60c2676"
 
 PYPI_PACKAGE = "PyChromecast"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108420): 
https://lists.openembedded.org/g/openembedded-devel/message/108420
Mute This Topic: https://lists.openembedded.org/mt/103901772/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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-pyatspi_2.46.1.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyatspi_2.46.0.bb => 
python3-pyatspi_2.46.1.bb} (94%)

diff --git a/meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb 
b/meta-python/recipes-devtools/python/python3-pyatspi_2.46.1.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb
rename to meta-python/recipes-devtools/python/python3-pyatspi_2.46.1.bb
index cd0e12ec8..2b6a6c2c0 100644
--- a/meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyatspi_2.46.1.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=db29218e6ba3794c56df7d4987dc7e4d \
 DEPENDS = "python3-dbus-native glib-2.0 dbus-glib libxml2 atk gtk+ 
python3-pygobject"
 
 SRC_URI = "git://github.com/GNOME/pyatspi2.git;protocol=https;branch=master"
-SRCREV = "c9cb2a2289a6eb1fb95b66c25d5351bfea54c47e"
+SRCREV = "8c69016b38d0e4caaf4c986938ea3410fb7351b6"
 
 S = "${WORKDIR}/git" 
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108419): 
https://lists.openembedded.org/g/openembedded-devel/message/108419
Mute This Topic: https://lists.openembedded.org/mt/103901764/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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-pdm_2.11.2.bb => 
python3-pdm_2.12.1.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.11.2.bb 
b/meta-python/recipes-devtools/python/python3-pdm_2.12.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-pdm_2.11.2.bb
rename to meta-python/recipes-devtools/python/python3-pdm_2.12.1.bb
index f8a593c2b..1ae40a7c4 100644
--- a/meta-python/recipes-devtools/python/python3-pdm_2.11.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pdm_2.12.1.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
 
-SRC_URI[sha256sum] = 
"5b31255c48d4aca596c73fb872a82848cbe8ff92f008712a9a264455247063ee"
+SRC_URI[sha256sum] = 
"39a2aba19986c945a79bf584c3775285e24e9c7f8ed8a603815b61c5fac5db4c"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108418): 
https://lists.openembedded.org/g/openembedded-devel/message/108418
Mute This Topic: https://lists.openembedded.org/mt/103901751/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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-python/recipes-devtools/python/python3-ipython_8.19.0.bb 
b/meta-python/recipes-devtools/python/python3-ipython_8.20.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-ipython_8.19.0.bb
rename to meta-python/recipes-devtools/python/python3-ipython_8.20.0.bb
index 87474e4ed..239d7deea 100644
--- a/meta-python/recipes-devtools/python/python3-ipython_8.19.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ipython_8.20.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
 
 PYPI_PACKAGE = "ipython"
 
-SRC_URI[sha256sum] = 
"ac4da4ecf0042fb4e0ce57c60430c2db3c719fa8bdf92f8631d6bd8a5785d1f0"
+SRC_URI[sha256sum] = 
"2f21bd3fc1d51550c89ee3944ae04bbc7bc79e129ea0937da6e6c68bfdbf117a"
 
 RDEPENDS:${PN} = "\
 ${PYTHON_PN}-setuptools \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108417): 
https://lists.openembedded.org/g/openembedded-devel/message/108417
Mute This Topic: https://lists.openembedded.org/mt/103901717/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 => 
python3-haversine_2.8.1.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.8.0.bb 
b/meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-haversine_2.8.0.bb
rename to meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb
index 0c7b414d9..e45ae7986 100644
--- a/meta-python/recipes-devtools/python/python3-haversine_2.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "Calculate the distance between 2 points on Earth"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
 
-SRC_URI[sha256sum] = 
"cca39afd2ae5f1e6ed9231b332395bb8afb2e0a64edf70c238c176492e60c150"
+SRC_URI[sha256sum] = 
"ab750caa0c8f2168bd7b00a429757a83a8393be1aa30f91c2becf6b523189e2a"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108416): 
https://lists.openembedded.org/g/openembedded-devel/message/108416
Mute This Topic: https://lists.openembedded.org/mt/103901699/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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/recipes-devtools/python/{python3-google-api-python-client_2.113.0.bb
 => python3-google-api-python-client_2.114.0.bb} (86%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.113.0.bb
 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.114.0.bb
similarity index 86%
rename from 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.113.0.bb
rename to 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.114.0.bb
index 4e6bb7daf..9564bff70 100644
--- 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.113.0.bb
+++ 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.114.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = 
"https://github.com/googleapis/google-api-python-client";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"bcffbc8ffbad631f699cf85aa91993f3dc03060b234ca9e6e2f9135028bd9b52"
+SRC_URI[sha256sum] = 
"e041bbbf60e682261281e9d64b4660035f04db1cccba19d1d68eebc24d1465ed"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108415): 
https://lists.openembedded.org/g/openembedded-devel/message/108415
Mute This Topic: https://lists.openembedded.org/mt/103901688/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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-python/recipes-devtools/python/python3-git-pw_2.5.0.bb 
b/meta-python/recipes-devtools/python/python3-git-pw_2.6.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-git-pw_2.5.0.bb
rename to meta-python/recipes-devtools/python/python3-git-pw_2.6.0.bb
index d060a922b..c0b6a6081 100644
--- a/meta-python/recipes-devtools/python/python3-git-pw_2.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-git-pw_2.6.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/getpatchwork/git-pw";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=26e1a171d943c64f00c51f90c256b9d4"
 
-SRC_URI[sha256sum] = 
"c60169f9566bd6710f9c0985a005a0c326460b739d3f2b5c5c71e85211584590"
+SRC_URI[sha256sum] = 
"e118e31bbe259ed9ae540d627cc563a6ece553d02aed11b1a92bbac408a0da0e"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108414): 
https://lists.openembedded.org/g/openembedded-devel/message/108414
Mute This Topic: https://lists.openembedded.org/mt/103901681/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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.

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-flask_3.0.0.bb => python3-flask_3.0.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask_3.0.0.bb => 
python3-flask_3.0.1.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-flask_3.0.0.bb 
b/meta-python/recipes-devtools/python/python3-flask_3.0.1.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-flask_3.0.0.bb
rename to meta-python/recipes-devtools/python/python3-flask_3.0.1.bb
index e0afd3718..0c6128c65 100644
--- a/meta-python/recipes-devtools/python/python3-flask_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask_3.0.1.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/mitsuhiko/flask/";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
 
-SRC_URI[sha256sum] = 
"cfadcdb638b609361d29ec22360d6070a77d7463dcb3ab08d2c2f2f168845f58"
+SRC_URI[sha256sum] = 
"6489f51bb3666def6f314e15f19d50a1869a19ae0e8c9a3641ffe66c77d42403"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Flask";
 UPSTREAM_CHECK_REGEX = "/Flask/(?P(\d+[\.\-_]*)+)"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108413): 
https://lists.openembedded.org/g/openembedded-devel/message/108413
Mute This Topic: https://lists.openembedded.org/mt/103901669/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 TestGreenSocket.test_full_duplex
* Skip test which uses Py cgi module
* Drop old code based on python < 3.7

Signed-off-by: Wang Mingyu 
---
 .../{python3-eventlet_0.34.2.bb => python3-eventlet_0.34.3.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eventlet_0.34.2.bb => 
python3-eventlet_0.34.3.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.34.2.bb 
b/meta-python/recipes-devtools/python/python3-eventlet_0.34.3.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-eventlet_0.34.2.bb
rename to meta-python/recipes-devtools/python/python3-eventlet_0.34.3.bb
index 86524da42..64db72b2d 100644
--- a/meta-python/recipes-devtools/python/python3-eventlet_0.34.2.bb
+++ b/meta-python/recipes-devtools/python/python3-eventlet_0.34.3.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
 
-SRC_URI[sha256sum] = 
"2115c7c6742e6893bf1347f82915572f8895c911cb5abaad4d3596a7daa847cc"
+SRC_URI[sha256sum] = 
"ed2d28a64414a001894b3baf5b650f2c9596b00d57f57d4d7a38f9d3d0c252e8"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108412): 
https://lists.openembedded.org/g/openembedded-devel/message/108412
Mute This Topic: https://lists.openembedded.org/mt/103901654/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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__ attribute
-Some users were experiencing encoding issues when parsing the networks
 json. Use UTF-8 explicitly.

Signed-off-by: Wang Mingyu 
---
 .../{python3-eth-utils_2.3.1.bb => python3-eth-utils_3.0.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eth-utils_2.3.1.bb => 
python3-eth-utils_3.0.0.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-eth-utils_2.3.1.bb 
b/meta-python/recipes-devtools/python/python3-eth-utils_3.0.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-eth-utils_2.3.1.bb
rename to meta-python/recipes-devtools/python/python3-eth-utils_3.0.0.bb
index 1f641832f..faca03865 100644
--- a/meta-python/recipes-devtools/python/python3-eth-utils_2.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-utils_3.0.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=6749008d847c14b9718949c2e24d5c0a"
 
-SRC_URI[sha256sum] = 
"56a969b0536d4969dcb27e580521de35abf2dbed8b1bf072b5c80770c4324e27"
+SRC_URI[sha256sum] = 
"8721869568448349bceae63c277b75758d11e0dc190e7ef31e161b89619458f1"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108411): 
https://lists.openembedded.org/g/openembedded-devel/message/108411
Mute This Topic: https://lists.openembedded.org/mt/103901634/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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__ attribute

Signed-off-by: Wang Mingyu 
---
 ...{python3-eth-typing_3.5.2.bb => python3-eth-typing_4.0.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eth-typing_3.5.2.bb => 
python3-eth-typing_4.0.0.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.5.2.bb 
b/meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-eth-typing_3.5.2.bb
rename to meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb
index c8044b389..3ca311db5 100644
--- a/meta-python/recipes-devtools/python/python3-eth-typing_3.5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-typing_4.0.0.bb
@@ -4,6 +4,6 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7"
 
-SRC_URI[sha256sum] = 
"22bf051ddfaa35ff827c30090de167e5c5b8cc6d343f7f35c9b1c7553f6ab64d"
+SRC_URI[sha256sum] = 
"9af0b6beafbc5c2e18daf19da5f5a68315023172c4e79d149e12ad10a3d3f731"
 
 inherit pypi setuptools3
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108410): 
https://lists.openembedded.org/g/openembedded-devel/message/108410
Mute This Topic: https://lists.openembedded.org/mt/103901625/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



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: 0x5865)
>   - Imprivata USB CCID
>   - KAPELSE eS-KAP-Ad
>   - Kapelse inSide
>   - KAPELSE KAP-Care
>   - KAPELSE KAP-eCV
>   - KAPELSE KAP-GO
>   - KAPELSE KAP-LINK2
>   - Kapelse KAP-Move
>   - Kapelse Ti-Kap
>   - rf IDEAS USB CCID
>   - SIMHUB pcsc reader
> - support Kapelse readers on macOS (composite as multislot)
> - Some other minor improvements
>
> Signed-off-by: Wang Mingyu 
> ---
>  .../ccid/ccid/0001-Add-build-rule-for-README.patch  | 13 ++---
>  .../ccid/{ccid_1.5.4.bb => ccid_1.5.5.bb}   |  2 +-
>  2 files changed, 7 insertions(+), 8 deletions(-)
>  rename meta-oe/recipes-support/ccid/{ccid_1.5.4.bb => ccid_1.5.5.bb} (85%)
>
> diff --git 
> a/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch 
> b/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
> index 46d30e8c1..0904207bb 100644
> --- a/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
> +++ b/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
> @@ -1,24 +1,23 @@
> +From c82680a21c7411ba63e5815786eeb471720faa29 Mon Sep 17 00:00:00 2001
> +From: Zheng Ruoqin 
> +Date: Wed, 6 Nov 2019 20:10:09 +0800
>  Subject: [PATCH] Add build rule for README.
>
>  fix do_configure error:
>  Makefile.am: required file `./README' not found
>
>  Signed-off-by: Zheng Ruoqin 
> 
> -Upstream-Status: Pending

This is dropped without updating this elsewhere, I have restored it
while staging.

>
> +---
>   Makefile.am | 1 +
>   1 file changed, 1 insertion(+)
>
>  diff --git a/Makefile.am b/Makefile.am
> -index 49574a3..a5a7c2a 100644
> +index e77c4c4..fd77ecd 100644
>  --- a/Makefile.am
>  +++ b/Makefile.am
> -@@ -26,3 +26,4 @@ libtool: $(LIBTOOL_DEPS)
> +@@ -27,3 +27,4 @@ libtool: $(LIBTOOL_DEPS)
>   ChangeLog:
> git log --stat --decorate=short > $@
>
>  +README: README.md
> ---
> -2.7.4
> -
> diff --git a/meta-oe/recipes-support/ccid/ccid_1.5.4.bb 
> b/meta-oe/recipes-support/ccid/ccid_1.5.5.bb
> similarity index 85%
> rename from meta-oe/recipes-support/ccid/ccid_1.5.4.bb
> rename to meta-oe/recipes-support/ccid/ccid_1.5.5.bb
> index e53ffa40b..e76881916 100644
> --- a/meta-oe/recipes-support/ccid/ccid_1.5.4.bb
> +++ b/meta-oe/recipes-support/ccid/ccid_1.5.5.bb
> @@ -10,7 +10,7 @@ SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \
>  file://0001-Add-build-rule-for-README.patch \
>  "
>
> -SRC_URI[sha256sum] = 
> "6e832adc172ecdcfdee2b56f33144684882cbe972daff1938e7a9c73a64f88bf"
> +SRC_URI[sha256sum] = 
> "194708f75fe369d45dd7c15e8b3e8a7db8b49cfc5557574ca2a2e76ef12ca0ca"
>
>  inherit autotools pkgconfig
>
> --
> 2.34.1
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108409): 
https://lists.openembedded.org/g/openembedded-devel/message/108409
Mute This Topic: https://lists.openembedded.org/mt/103900764/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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.__version__ attribute
-Add build.os section to readthedocs build settings

Signed-off-by: Wang Mingyu 
---
 .../{python3-eth-abi_4.2.1.bb => python3-eth-abi_5.0.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eth-abi_4.2.1.bb => 
python3-eth-abi_5.0.0.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-eth-abi_4.2.1.bb 
b/meta-python/recipes-devtools/python/python3-eth-abi_5.0.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-eth-abi_4.2.1.bb
rename to meta-python/recipes-devtools/python/python3-eth-abi_5.0.0.bb
index c01860acd..50b1340cb 100644
--- a/meta-python/recipes-devtools/python/python3-eth-abi_4.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-abi_5.0.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=731f4de9c79bfeba6d8d55f83d0d2423"
 
-SRC_URI[sha256sum] = 
"60d88788d53725794cdb07c0f0bb0df2a31a6e1ad19644313fe6117ac24eeeb0"
+SRC_URI[sha256sum] = 
"89c4454d794d9ed92ad5cb2794698c5cee6b7b3ca6009187d0e282adc7f9b6dc"
 
 PYPI_PACKAGE = "eth_abi"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108408): 
https://lists.openembedded.org/g/openembedded-devel/message/108408
Mute This Topic: https://lists.openembedded.org/mt/103901615/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 instance with a GeneratedField which output_field
 had backend-specific converters
-Fixed a regression in Django 5.0 that caused a crash of Model.save() for models
 with both GeneratedField and ForeignKey fields
-Fixed a bug in Django 5.0 that caused a migration crash on Oracle < 23c when
 adding a GeneratedField with output_field=BooleanField
-Fixed a regression in Django 5.0 where admin fields on the same line could
 overflow the page and become non-interactive
-Added compatibility for oracledb 2.0.0
-Fixed a regression in Django 5.0 where querysets referenced incorrect field
 names from FilteredRelation()
-Fixed a regression in Django 5.0 that caused a system check crash when
 ModelAdmin.filter_horizontal or filter_vertical contained a reverse
 many-to-many relation with related_name

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-django_5.0.bb => python3-django_5.0.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-django_5.0.bb => 
python3-django_5.0.1.bb} (58%)

diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.bb 
b/meta-python/recipes-devtools/python/python3-django_5.0.1.bb
similarity index 58%
rename from meta-python/recipes-devtools/python/python3-django_5.0.bb
rename to meta-python/recipes-devtools/python/python3-django_5.0.1.bb
index bad424523..eed1e6edc 100644
--- a/meta-python/recipes-devtools/python/python3-django_5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-django_5.0.1.bb
@@ -1,7 +1,7 @@
 require python-django.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = 
"7d29e14dfbc19cb6a95a4bd669edbde11f5d4c6a71fdaa42c2d40b6846e807f7"
+SRC_URI[sha256sum] = 
"8c8659665bc6e3a44fefe1ab0a291e5a3fb3979f9a8230be29de975e57e8f854"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-sqlparse \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108407): 
https://lists.openembedded.org/g/openembedded-devel/message/108407
Mute This Topic: https://lists.openembedded.org/mt/103901605/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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-fast_2.21.0.bb => 
python3-dbus-fast_2.21.1.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_2.21.0.bb 
b/meta-python/recipes-devtools/python/python3-dbus-fast_2.21.1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-dbus-fast_2.21.0.bb
rename to meta-python/recipes-devtools/python/python3-dbus-fast_2.21.1.bb
index 5698ae99f..9e2566175 100644
--- a/meta-python/recipes-devtools/python/python3-dbus-fast_2.21.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dbus-fast_2.21.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/bluetooth-devices/dbus-fast";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947"
 
-SRC_URI[sha256sum] = 
"f582f6f16791ced6067dab325fae444edf7ce0704315b90c2a473090636a6fe0"
+SRC_URI[sha256sum] = 
"87b852d2005f1d59399ca51c5f3538f28a4742d739d7abe82b7ae8d01d8a5d02"
 
 PYPI_PACKAGE = "dbus_fast"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108406): 
https://lists.openembedded.org/g/openembedded-devel/message/108406
Mute This Topic: https://lists.openembedded.org/mt/103901581/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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-cbor2_5.5.1.bb => 
python3-cbor2_5.6.0.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.5.1.bb 
b/meta-python/recipes-devtools/python/python3-cbor2_5.6.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-cbor2_5.5.1.bb
rename to meta-python/recipes-devtools/python/python3-cbor2_5.6.0.bb
index c8cfaa8aa..41793aaa4 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_5.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.6.0.bb
@@ -4,7 +4,7 @@ DEPENDS +="${PYTHON_PN}-setuptools-scm-native"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
 
-SRC_URI[sha256sum] = 
"f9e192f461a9f8f6082df28c035b006d153904213dc8640bed8a72d72bbc9475"
+SRC_URI[sha256sum] = 
"9d94e2226f8f5792fdba5ab20e07b9bfe02e76c10c3ca126418cd4310439d002"
 
 inherit pypi python_setuptools_build_meta ptest
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108405): 
https://lists.openembedded.org/g/openembedded-devel/message/108405
Mute This Topic: https://lists.openembedded.org/mt/103901571/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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-cantools_39.4.2.bb => 
python3-cantools_39.4.3.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-cantools_39.4.2.bb 
b/meta-python/recipes-devtools/python/python3-cantools_39.4.3.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-cantools_39.4.2.bb
rename to meta-python/recipes-devtools/python/python3-cantools_39.4.3.bb
index ad2025e64..3cf956083 100644
--- a/meta-python/recipes-devtools/python/python3-cantools_39.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-cantools_39.4.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[sha256sum] = 
"8069a8f473bb1679990bea0903f3a22d58df5495aebbf09f58d49f627511b619"
+SRC_URI[sha256sum] = 
"7aaa3d246bc5328bb29c681fc8162d2800be05ee095b3edb9470fa1478f9e506"
 
 PYPI_PACKAGE = "cantools"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108404): 
https://lists.openembedded.org/g/openembedded-devel/message/108404
Mute This Topic: https://lists.openembedded.org/mt/103901544/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 exception.
* Added the correct stacklevel to instances of the XMLParsedAsHTMLWarning.
* Corrected the syntax of the license definition in pyproject.toml.
* Corrected a typo in a test that was causing test failures when run against
  libxml2 2.12.1.

Signed-off-by: Wang Mingyu 
---
 ...eautifulsoup4_4.12.2.bb => python3-beautifulsoup4_4.12.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-beautifulsoup4_4.12.2.bb 
=> python3-beautifulsoup4_4.12.3.bb} (82%)

diff --git 
a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.2.bb 
b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.2.bb
rename to meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb
index 7eb2d7c34..628309877 100644
--- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.2.bb
+++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac"
 
-SRC_URI[sha256sum] = 
"492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da"
+SRC_URI[sha256sum] = 
"74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"
 
 inherit pypi python_hatchling
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108403): 
https://lists.openembedded.org/g/openembedded-devel/message/108403
Mute This Topic: https://lists.openembedded.org/mt/103901525/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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-asyncinotify_4.0.5.bb => 
python3-asyncinotify_4.0.6.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.5.bb 
b/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.6.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-asyncinotify_4.0.5.bb
rename to meta-python/recipes-devtools/python/python3-asyncinotify_4.0.6.bb
index a7820c5ab..34f7187d4 100644
--- a/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.5.bb
+++ b/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.6.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://gitlab.com/Taywee/asyncinotify";
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f75d2927d3c1ed2414ef72048f5ad640"
 
-SRC_URI[sha256sum] = 
"95840eec6804797f9e8ee6d65a9d2a1159e77c5395a468dcfa4f44338ed1f8b6"
+SRC_URI[sha256sum] = 
"c03fdb1a7dbb6bed8ede763e4e0ac224a2a3157bdc51e4ba3832588a3c29904d"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108402): 
https://lists.openembedded.org/g/openembedded-devel/message/108402
Mute This Topic: https://lists.openembedded.org/mt/103901476/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 
fails.
-absl.flags.argparse_flags.ArgumentParser now correctly inherits an empty
 instance of FlagValues to ensure that absl flags, such as --flagfile, --undefok
 are supported.
-Do not exit 5 if tests were skipped on Python 3.12. This follows the CPython
 change in python/cpython#113856.
-The flag foo no longer retains the value bar after FLAGS.foo = bar fails due to
 a validation error.
-Fixed an issue caused by this Python 3.12.1 change where the test reporter
 crashes when all tests are skipped.

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-absl_2.0.0.bb => python3-absl_2.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-absl_2.0.0.bb => 
python3-absl_2.1.0.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-absl_2.0.0.bb 
b/meta-python/recipes-devtools/python/python3-absl_2.1.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-absl_2.0.0.bb
rename to meta-python/recipes-devtools/python/python3-absl_2.1.0.bb
index 42c7f3f84..5bdb83175 100644
--- a/meta-python/recipes-devtools/python/python3-absl_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-absl_2.1.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"d9690211c5fcfefcdd1a45470ac2b5c5acd45241c3af71eed96bc5441746c0d5"
+SRC_URI[sha256sum] = 
"7820790efbb316739cde8b4e19357243fc3608a152024288513dd968d7d959ff"
 
 PYPI_PACKAGE = "absl-py"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108401): 
https://lists.openembedded.org/g/openembedded-devel/message/108401
Mute This Topic: https://lists.openembedded.org/mt/103901469/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 certain
  cases. Note that this does not (yet) apply to filesystems that
  are pruned due to type and not due to paths; they are still opened
  and then immediately closed again.

Signed-off-by: Wang Mingyu 
---
 .../plocate/{plocate_1.1.20.bb => plocate_1.1.22.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/plocate/{plocate_1.1.20.bb => 
plocate_1.1.22.bb} (84%)

diff --git a/meta-oe/recipes-extended/plocate/plocate_1.1.20.bb 
b/meta-oe/recipes-extended/plocate/plocate_1.1.22.bb
similarity index 84%
rename from meta-oe/recipes-extended/plocate/plocate_1.1.20.bb
rename to meta-oe/recipes-extended/plocate/plocate_1.1.22.bb
index 5f45d7fbd..07de35726 100644
--- a/meta-oe/recipes-extended/plocate/plocate_1.1.20.bb
+++ b/meta-oe/recipes-extended/plocate/plocate_1.1.22.bb
@@ -11,4 +11,4 @@ DEPENDS = "zstd liburing"
 
 SRC_URI = "https://plocate.sesse.net/download/${BP}.tar.gz";
 
-SRC_URI[sha256sum] = 
"9b3d2842a08e69633c0ffa480c139603514ce59f1d021c263e9301324976959f"
+SRC_URI[sha256sum] = 
"3b7e4741b4aa2ec044e53eff06474a32a3fb1e928b9382351fe79d4c27fb0049"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108400): 
https://lists.openembedded.org/g/openembedded-devel/message/108400
Mute This Topic: https://lists.openembedded.org/mt/103901450/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-xmlschema_2.5.1.bb => 
python3-xmlschema_3.0.1.bb} (71%)

diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_2.5.1.bb 
b/meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-xmlschema_2.5.1.bb
rename to meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb
index 19fae9131..890743b0c 100644
--- a/meta-python/recipes-devtools/python/python3-xmlschema_2.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb
@@ -1,9 +1,9 @@
 SUMMARY = "The xmlschema library is an implementation of XML Schema for Python 
(supports Python 3.6+)."
 HOMEPAGE = "https://github.com/sissaschool/xmlschema";
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0ab20f8e337bea2e6874f372edfd12c0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=26aa26eda991a3a2b61c11b62d3fda65"
 
-SRC_URI[sha256sum] = 
"4f7497de6c8b6dc2c28ad7b9ed6e21d186f4afe248a5bea4f54eedab4da44083"
+SRC_URI[sha256sum] = 
"bb24a5f4738e49d85d9eb03a2b5af26fdb055517ad953d98925094b8c026"
 
 PYPI_PACKAGE = "xmlschema"
 inherit pypi setuptools3
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108399): 
https://lists.openembedded.org/g/openembedded-devel/message/108399
Mute This Topic: https://lists.openembedded.org/mt/103901438/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 
---
 .../{python3-eth-keys_0.4.0.bb => python3-eth-keys_0.5.0.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-eth-keys_0.4.0.bb => 
python3-eth-keys_0.5.0.bb} (59%)

diff --git a/meta-python/recipes-devtools/python/python3-eth-keys_0.4.0.bb 
b/meta-python/recipes-devtools/python/python3-eth-keys_0.5.0.bb
similarity index 59%
rename from meta-python/recipes-devtools/python/python3-eth-keys_0.4.0.bb
rename to meta-python/recipes-devtools/python/python3-eth-keys_0.5.0.bb
index b0b1aad76..aabfff1b1 100644
--- a/meta-python/recipes-devtools/python/python3-eth-keys_0.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-keys_0.5.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "A common API for Ethereum key operations with 
pluggable backends."
 HOMEPAGE = "https://github.com/ethereum/eth-keys";
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2beaef1b1764f4d6b46084c885b4bcad"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6749008d847c14b9718949c2e24d5c0a"
 
-SRC_URI[sha256sum] = 
"7d18887483bc9b8a3fdd8e32ddcb30044b9f08fcb24a380d93b6eee3a5bb3216"
+SRC_URI[sha256sum] = 
"a0abccb83f3d84322591a2c047a1e3aa52ea86b185fa3e82ce311d120ca2791e"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108398): 
https://lists.openembedded.org/g/openembedded-devel/message/108398
Mute This Topic: https://lists.openembedded.org/mt/103901411/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 reacquire
-README.dev: update userstorage doc
-userstorage: replace by PyPI userstorage
-tox.ini: add py310 to environments
-README.dev: update prerequisites
-wdmd: close watchdog when not used
-watchdog timeout configuration
-Add python3-setuptools build requirement

Signed-off-by: Wang Mingyu 
---
 .../sanlock/{sanlock_3.8.5.bb => sanlock_3.9.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/sanlock/{sanlock_3.8.5.bb => sanlock_3.9.0.bb} 
(97%)

diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.8.5.bb 
b/meta-oe/recipes-extended/sanlock/sanlock_3.9.0.bb
similarity index 97%
rename from meta-oe/recipes-extended/sanlock/sanlock_3.8.5.bb
rename to meta-oe/recipes-extended/sanlock/sanlock_3.9.0.bb
index 962d19574..fa1c6c7ec 100644
--- a/meta-oe/recipes-extended/sanlock/sanlock_3.8.5.bb
+++ b/meta-oe/recipes-extended/sanlock/sanlock_3.9.0.bb
@@ -17,7 +17,7 @@ SRC_URI = 
"git://pagure.io/sanlock.git;protocol=http;branch=master \

file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch \
file://0001-add-missing-system-header-string.h.patch \
   "
-SRCREV = "b820c63093c4ae85d7da4f719cf3026d7fca5d09"
+SRCREV = "23766f9119b7c06b463110aeb9b969a742f0fe23"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108397): 
https://lists.openembedded.org/g/openembedded-devel/message/108397
Mute This Topic: https://lists.openembedded.org/mt/103901402/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 which can result in incorrect accounting of buffer sizes and lead to
 heap overflow and potential remote code execution.
-Fix crashes of cluster commands clusters with mixed versions of 7.0 and 7.2
-Fix slot ownership not being properly handled when deleting a slot from a node
-Fix atomicity issues with the RedisModuleEvent_Key module API event

Signed-off-by: Wang Mingyu 
---
 .../0001-src-Do-not-reset-FINAL_LIBS.patch   |  6 +++---
 .../0006-Define-correct-gregs-for-RISCV32.patch  | 12 +---
 .../{redis-7.2.3 => redis-7.2.4}/GNU_SOURCE-7.patch  |  0
 .../hiredis-use-default-CC-if-it-is-set.patch|  0
 .../{redis-7.2.3 => redis-7.2.4}/init-redis-server   |  0
 ...e-Makefile-to-use-environment-build-setting.patch |  8 +++-
 .../oe-use-libc-malloc.patch |  0
 .../redis/{redis-7.2.3 => redis-7.2.4}/redis.conf|  0
 .../redis/{redis-7.2.3 => redis-7.2.4}/redis.service |  0
 .../redis/{redis_7.2.3.bb => redis_7.2.4.bb} |  2 +-
 10 files changed, 12 insertions(+), 16 deletions(-)
 rename meta-oe/recipes-extended/redis/{redis-7.2.3 => 
redis-7.2.4}/0001-src-Do-not-reset-FINAL_LIBS.patch (86%)
 rename meta-oe/recipes-extended/redis/{redis-7.2.3 => 
redis-7.2.4}/0006-Define-correct-gregs-for-RISCV32.patch (91%)
 rename meta-oe/recipes-extended/redis/{redis-7.2.3 => 
redis-7.2.4}/GNU_SOURCE-7.patch (100%)
 rename meta-oe/recipes-extended/redis/{redis-7.2.3 => 
redis-7.2.4}/hiredis-use-default-CC-if-it-is-set.patch (100%)
 rename meta-oe/recipes-extended/redis/{redis-7.2.3 => 
redis-7.2.4}/init-redis-server (100%)
 rename meta-oe/recipes-extended/redis/{redis-7.2.3 => 
redis-7.2.4}/lua-update-Makefile-to-use-environment-build-setting.patch (93%)
 rename meta-oe/recipes-extended/redis/{redis-7.2.3 => 
redis-7.2.4}/oe-use-libc-malloc.patch (100%)
 rename meta-oe/recipes-extended/redis/{redis-7.2.3 => redis-7.2.4}/redis.conf 
(100%)
 rename meta-oe/recipes-extended/redis/{redis-7.2.3 => 
redis-7.2.4}/redis.service (100%)
 rename meta-oe/recipes-extended/redis/{redis_7.2.3.bb => redis_7.2.4.bb} (96%)

diff --git 
a/meta-oe/recipes-extended/redis/redis-7.2.3/0001-src-Do-not-reset-FINAL_LIBS.patch
 
b/meta-oe/recipes-extended/redis/redis-7.2.4/0001-src-Do-not-reset-FINAL_LIBS.patch
similarity index 86%
rename from 
meta-oe/recipes-extended/redis/redis-7.2.3/0001-src-Do-not-reset-FINAL_LIBS.patch
rename to 
meta-oe/recipes-extended/redis/redis-7.2.4/0001-src-Do-not-reset-FINAL_LIBS.patch
index e8d8b1d53..01e53e3f2 100644
--- 
a/meta-oe/recipes-extended/redis/redis-7.2.3/0001-src-Do-not-reset-FINAL_LIBS.patch
+++ 
b/meta-oe/recipes-extended/redis/redis-7.2.4/0001-src-Do-not-reset-FINAL_LIBS.patch
@@ -1,4 +1,4 @@
-From e97a572d4aef099a961e43d528c0268e10d9f1e2 Mon Sep 17 00:00:00 2001
+From d9d1f9a501ef7caa80d1e6595218898e9989ec2b Mon Sep 17 00:00:00 2001
 From: Khem Raj 
 Date: Tue, 10 Sep 2019 20:04:26 -0700
 Subject: [PATCH] src: Do not reset FINAL_LIBS
@@ -16,10 +16,10 @@ Signed-off-by: Khem Raj 
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/src/Makefile b/src/Makefile
-index ddabd44..5133884 100644
+index 39decee..f5efe82 100644
 --- a/src/Makefile
 +++ b/src/Makefile
-@@ -118,7 +118,7 @@ endif
+@@ -119,7 +119,7 @@ endif
  
  FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS)
  FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG)
diff --git 
a/meta-oe/recipes-extended/redis/redis-7.2.3/0006-Define-correct-gregs-for-RISCV32.patch
 
b/meta-oe/recipes-extended/redis/redis-7.2.4/0006-Define-correct-gregs-for-RISCV32.patch
similarity index 91%
rename from 
meta-oe/recipes-extended/redis/redis-7.2.3/0006-Define-correct-gregs-for-RISCV32.patch
rename to 
meta-oe/recipes-extended/redis/redis-7.2.4/0006-Define-correct-gregs-for-RISCV32.patch
index 385b0aeed..93c359526 100644
--- 
a/meta-oe/recipes-extended/redis/redis-7.2.3/0006-Define-correct-gregs-for-RISCV32.patch
+++ 
b/meta-oe/recipes-extended/redis/redis-7.2.4/0006-Define-correct-gregs-for-RISCV32.patch
@@ -1,4 +1,4 @@
-From b6b2c652abfa98093401b232baca8719c50cadf4 Mon Sep 17 00:00:00 2001
+From 634f62be6c135ece93cb4e44a69ce3cb66f394ca Mon Sep 17 00:00:00 2001
 From: Khem Raj 
 Date: Mon, 26 Oct 2020 21:32:22 -0700
 Subject: [PATCH] Define correct gregs for RISCV32
@@ -8,15 +8,16 @@ Signed-off-by: Khem Raj 
 
 Updated patch for 6.2.8
 Signed-off-by: Changqing Li 
+
 ---
  src/debug.c | 26 --
  1 file changed, 24 insertions(+), 2 deletions(-)
 
 diff --git a/src/debug.c b/src/debug.c
-index ebda858..90bc450 100644
+index 684f692..2ee151f 100644
 --- a/src/debug.c
 +++ b/src/debug.c
-@@ -1168,7 +1168,9 @@ static void* getAndSetMcontextEip(ucontext_t *uc, void 
*e

[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/python/python3-apscheduler_3.10.4.bb

diff --git a/meta-oe/recipes-devtools/python/python3-apscheduler_3.10.4.bb 
b/meta-oe/recipes-devtools/python/python3-apscheduler_3.10.4.bb
new file mode 100644
index 0..01ffa25ac
--- /dev/null
+++ b/meta-oe/recipes-devtools/python/python3-apscheduler_3.10.4.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Advanced Python Scheduler (APScheduler) is a Python library that 
lets you schedule your Python code to be executed later, either just once or 
periodically."
+HOMEPAGE = "https://github.com/agronholm/apscheduler";
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0e423eea5c91e7aa21bdb70184b3e53"
+
+SRC_URI[sha256sum] = 
"e6df071b27d9be898e486bc7940a7be50b4af2e9da7c08f0744a96d4bd4cef4a"
+
+PYPI_PACKAGE = "APScheduler"
+
+inherit pypi python_setuptools_build_meta
+
+DEPENDS += "python3-setuptools-scm-native"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108395): 
https://lists.openembedded.org/g/openembedded-devel/message/108395
Mute This Topic: https://lists.openembedded.org/mt/103901292/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 meta-oe/recipes-support/md4c/{md4c_0.4.8.bb => md4c_0.5.0.bb} (68%)

diff --git a/meta-oe/recipes-support/md4c/md4c_0.4.8.bb 
b/meta-oe/recipes-support/md4c/md4c_0.5.0.bb
similarity index 68%
rename from meta-oe/recipes-support/md4c/md4c_0.4.8.bb
rename to meta-oe/recipes-support/md4c/md4c_0.5.0.bb
index fc3dbb3ae..755d5f50f 100644
--- a/meta-oe/recipes-support/md4c/md4c_0.4.8.bb
+++ b/meta-oe/recipes-support/md4c/md4c_0.5.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "MD4C is Markdown parser implementation in C."
 HOMEPAGE = "http://github.com/mity/md4c";
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7e0fbcf3701aad22f2d2e0624a703795"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=383f39920f391605af6e8e46e60e2378"
 
 
 S = "${WORKDIR}/git"
@@ -12,6 +12,6 @@ SRC_URI = " \
 git://github.com/mity/md4c.git;protocol=https;branch=master \
 "
 
-SRCREV = "c3340b480e5232711858108be07460a9836c8ab5"
+SRCREV = "481230f4180cb0e0aad56da06de9327d5bacd570"
 
 inherit cmake
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108394): 
https://lists.openembedded.org/g/openembedded-devel/message/108394
Mute This Topic: https://lists.openembedded.org/mt/103901289/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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%)

diff --git a/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb 
b/meta-oe/recipes-devtools/lshw/lshw_02.20.bb
similarity index 95%
rename from meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb
rename to meta-oe/recipes-devtools/lshw/lshw_02.20.bb
index f5eda17f4..70ae38caa 100644
--- a/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb
+++ b/meta-oe/recipes-devtools/lshw/lshw_02.20.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64|riscv64).*-linux"
 
 PV .= "+git${SRCPV}"
-SRCREV = "b4e067307906ec6f277cce5c8a882f5edd03cbbc"
+SRCREV = "4c6497c8b0a67cd9fa9693e9101a7cafd3297e81"
 SRC_URI = " \
 git://github.com/lyonel/lshw.git;protocol=https;branch=master \
 file://0001-disable-docbook2man.patch \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108393): 
https://lists.openembedded.org/g/openembedded-devel/message/108393
Mute This Topic: https://lists.openembedded.org/mt/103901259/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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-extended/libyang/libyang_2.1.128.bb 
b/meta-oe/recipes-extended/libyang/libyang_2.1.148.bb
similarity index 96%
rename from meta-oe/recipes-extended/libyang/libyang_2.1.128.bb
rename to meta-oe/recipes-extended/libyang/libyang_2.1.148.bb
index 55dbb8202..0eff3247c 100644
--- a/meta-oe/recipes-extended/libyang/libyang_2.1.128.bb
+++ b/meta-oe/recipes-extended/libyang/libyang_2.1.148.bb
@@ -6,7 +6,7 @@ LICENSE = "BSD-3-Clause"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f3916d7d8d42a6508d0ea418cfff10ad"
 
-SRCREV = "7e5ea21030fe6632b6faad30c0de8d9669503773"
+SRCREV = "fc4dbd923e044006c93df020590a1e5a8656c09e"
 
 SRC_URI = "git://github.com/CESNET/libyang.git;branch=master;protocol=https \
file://0001-test_context-skip-test-case-test_searchdirs.patch \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108392): 
https://lists.openembedded.org/g/openembedded-devel/message/108392
Mute This Topic: https://lists.openembedded.org/mt/103901239/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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.bb => 
dnfdragora_2.1.6.bb} (89%)

diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.5.bb 
b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb
similarity index 89%
rename from meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.5.bb
rename to meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb
index 1d6ffa331..50504caf9 100644
--- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.5.bb
+++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb
@@ -3,13 +3,13 @@ LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \
"
 
-SRC_URI = 
"git://github.com/manatools/dnfdragora.git;branch=master;protocol=https \
+SRC_URI = 
"git://github.com/manatools/dnfdragora.git;branch=stable-2.x;protocol=https \
file://0001-disable-build-manpages.patch \
file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
file://0001-To-fix-error-when-do_package.patch \
"
 
-SRCREV = "d808904fc6082578c02d7c8bf543380ed447e925"
+SRCREV = "abbe08b7a487325182758d5285b54437a914207b"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108391): 
https://lists.openembedded.org/g/openembedded-devel/message/108391
Mute This Topic: https://lists.openembedded.org/mt/103901197/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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-devtools/capnproto/capnproto_1.0.1.1.bb 
b/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb
similarity index 93%
rename from meta-oe/recipes-devtools/capnproto/capnproto_1.0.1.1.bb
rename to meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb
index 649bb3945..cb4aef522 100644
--- a/meta-oe/recipes-devtools/capnproto/capnproto_1.0.1.1.bb
+++ b/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb
@@ -6,7 +6,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://../LICENSE;md5=a05663ae6cca874123bf667a60dca8c9"
 
 SRC_URI = 
"git://github.com/sandstorm-io/capnproto.git;branch=release-${PV};protocol=https"
-SRCREV = "15dc687f573311ac721c0df9d2123d2959268e92"
+SRCREV = "1a0e12c0a3ba1f0dbbad45ddfef555166e0a14fc"
 
 S = "${WORKDIR}/git/c++"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108390): 
https://lists.openembedded.org/g/openembedded-devel/message/108390
Mute This Topic: https://lists.openembedded.org/mt/103901183/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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.1 hangs.

Signed-off-by: Wang Mingyu 
---
 .../wireshark/{wireshark_4.2.0.bb => wireshark_4.2.2.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/wireshark/{wireshark_4.2.0.bb => 
wireshark_4.2.2.bb} (97%)

diff --git a/meta-networking/recipes-support/wireshark/wireshark_4.2.0.bb 
b/meta-networking/recipes-support/wireshark/wireshark_4.2.2.bb
similarity index 97%
rename from meta-networking/recipes-support/wireshark/wireshark_4.2.0.bb
rename to meta-networking/recipes-support/wireshark/wireshark_4.2.2.bb
index 4a4768092..a2ab112e9 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_4.2.0.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_4.2.2.bb
@@ -17,7 +17,7 @@ SRC_URI = 
"https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz \
 
 UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src";
 
-SRC_URI[sha256sum] = 
"0e428492f4c3625d61a7ccff008dc0e429d16ab8caccad4403157ea92b48a75b"
+SRC_URI[sha256sum] = 
"9e3672be8c6caf9279a5a13582d6711ab699ae2a79323e92a99409c1ead98521"
 
 PE = "1"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108389): 
https://lists.openembedded.org/g/openembedded-devel/message/108389
Mute This Topic: https://lists.openembedded.org/mt/103901113/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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(-)
 rename meta-gnome/recipes-gnome/gjs/{gjs_1.78.2.bb => gjs_1.78.3.bb} (92%)

diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.78.2.bb 
b/meta-gnome/recipes-gnome/gjs/gjs_1.78.3.bb
similarity index 92%
rename from meta-gnome/recipes-gnome/gjs/gjs_1.78.2.bb
rename to meta-gnome/recipes-gnome/gjs/gjs_1.78.3.bb
index c8ffcdaab..59d0a7b87 100644
--- a/meta-gnome/recipes-gnome/gjs/gjs_1.78.2.bb
+++ b/meta-gnome/recipes-gnome/gjs/gjs_1.78.3.bb
@@ -7,7 +7,7 @@ DEPENDS = "mozjs-115 cairo"
 
 inherit gnomebase gsettings gobject-introspection gettext features_check 
upstream-version-is-even pkgconfig
 
-SRC_URI[archive.sha256sum] = 
"6a2abeb6bb7b49dd20a2e86475a56c1d992ad271a0991e58b1431ad1d4997fd5"
+SRC_URI[archive.sha256sum] = 
"42d50364caa5d792c76734fe5bbcc4b9dbb48819da20a4060061e8b9526134a4"
 SRC_URI += " \
 file://0001-Support-cross-builds-a-bit-better.patch \
 file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108388): 
https://lists.openembedded.org/g/openembedded-devel/message/108388
Mute This Topic: https://lists.openembedded.org/mt/103900969/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 => minicoredumper_2.0.7.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-kernel/minicoredumper/{minicoredumper_2.0.6.bb => 
minicoredumper_2.0.7.bb} (97%)

diff --git a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.6.bb 
b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.7.bb
similarity index 97%
rename from meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.6.bb
rename to meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.7.bb
index dfe9f7b51..0c3827141 100644
--- a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.6.bb
+++ b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.7.bb
@@ -9,7 +9,7 @@ DEPENDS = "elfutils dbus dbus-glib-native glib-2.0 dbus-glib 
util-linux json-c"
 
 inherit autotools pkgconfig ptest systemd update-rc.d
 
-SRCREV = "da62115c0fab3a4608e4b0ee0c8aa0cf134c14ca"
+SRCREV = "ca6e7ad62b4cf984de84aa081024c4e45632cecb"
 
 SRC_URI = "git://github.com/diamon/minicoredumper;protocol=https;branch=master 
\
file://minicoredumper.service \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108387): 
https://lists.openembedded.org/g/openembedded-devel/message/108387
Mute This Topic: https://lists.openembedded.org/mt/103900961/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 => lldpd_1.0.18.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-daemons/lldpd/{lldpd_1.0.17.bb => 
lldpd_1.0.18.bb} (96%)

diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.17.bb 
b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb
similarity index 96%
rename from meta-networking/recipes-daemons/lldpd/lldpd_1.0.17.bb
rename to meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb
index aa29f4158..370465e14 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.17.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb
@@ -12,7 +12,7 @@ SRC_URI = "\
 file://run-ptest \
 "
 
-SRC_URI[sha256sum] = 
"9343177f145d2bca66ef03d59528079d3f1663c624b1e2b9d08268efdc6127ce"
+SRC_URI[sha256sum] = 
"4b320675d608901a4a0d4feff8f96bb846d4913d914b0cf75b7d0ae80490f2f7"
 
 inherit autotools update-rc.d useradd systemd pkgconfig bash-completion 
github-releases ptest
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108386): 
https://lists.openembedded.org/g/openembedded-devel/message/108386
Mute This Topic: https://lists.openembedded.org/mt/103900944/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 heap overflow in vpx_get4x4sse_cs_neon.
  Fix to buffer overrun in highbd Neon subpel variance filters.
  Added bitexact encode test script.
  Fix to -Wl,-z,defs with Clang's sanitizers.
  Fix to decoder stability after error & continued decoding.
  Fix to mismatch of VP9 encode with NEON intrinsics with C only version.
  Fix to Arm64 MSVC compile vpx_highbd_fdct4x4_neon.
  Fix to fragments count before use.
  Fix to a case where target bandwidth is 0 for SVC.
  Fix mask in vp9_quantize_avx2,highbd_get_max_lane_eob.
  Fix to int overflow in vp9_calc_pframe_target_size_one_pass_cbr.
  Fix to integer overflow in vp8,ratectrl.c.
  Fix to integer overflow in vp9 svc.
  Fix to avg_frame_bandwidth overflow.
  Fix to per frame qp for temporal layers.
  Fix to unsigned integer overflow in sse computation.
  Fix to uninitialized mesh feature for BEST mode.
  Fix to overflow in highbd temporal_filter.
  Fix to unaligned loads w/w==4 in vpx_convolve_copy_neon.
  Skip arm64_neon.h workaround w/VS >= 2019.
  Fix to c vs avx mismatch of diamond_search_sad().
  Fix to c vs intrinsic mismatch of vpx_hadamard_32x32() function.
  Fix to a bug in vpx_hadamard_32x32_neon().
  Fix to Clang -Wunreachable-code-aggressive warnings.
  Fix to a bug in vpx_highbd_hadamard_32x32_neon().
  Fix to -Wunreachable-code in mfqe_partition.
  Force mode search on 64x64 if no mode is selected.
  Fix to ubsan failure caused by left shift of negative.
  Fix to integer overflow in calc_pframe_target_size.
  Fix to float-cast-overflow in vp8_change_config().
  Fix to a null ptr before use.
  Conditionally skip using inter frames in speed features.
  Remove invalid reference frames.
  Disable intra mode search speed features conditionally.
  Set nonrd keyframe under dynamic change of deadline for rtc.
  Fix to scaled reference offsets.
  Set skip_recode=0 in nonrd_pick_sb_modes.
  Fix to an edge case when downsizing to one.
  Fix to a bug in frame scaling.
  Fix to pred buffer stride.
  Fix to a bug in simple motion search.
  Update frame size in actual encoding.

Signed-off-by: Wang Mingyu 
---
 .../libvpx/libvpx-configure-support-blank-prefix.patch | 10 --
 .../webm/{libvpx_1.13.1.bb => libvpx_1.14.0.bb}|  2 +-
 2 files changed, 5 insertions(+), 7 deletions(-)
 rename meta-oe/recipes-multimedia/webm/{libvpx_1.13.1.bb => libvpx_1.14.0.bb} 
(96%)

diff --git 
a/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch
 
b/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch
index e0fd4fea1..3a1d6832c 100644
--- 
a/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch
+++ 
b/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch
@@ -1,4 +1,4 @@
-From dc0a5c3d2dd4e79d12a150a246a95c4dc88326f1 Mon Sep 17 00:00:00 2001
+From 2829e6998b7595dd2108c1497fdd02485ef99e2c Mon Sep 17 00:00:00 2001
 From: Koen Kooi 
 Date: Tue, 16 Aug 2011 16:04:35 +0200
 Subject: [PATCH] Upstream: not yet
@@ -6,16 +6,14 @@ Subject: [PATCH] Upstream: not yet
 Fix configure to accept "--prefix=" (a blank prefix).
 
 ---
-Upstream-Status: Pending
-
  build/make/configure.sh | 20 
  1 file changed, 16 insertions(+), 4 deletions(-)
 
 diff --git a/build/make/configure.sh b/build/make/configure.sh
-index 007e020..04d5cbf 100644
+index b645a666f..0b99a8b38 100644
 --- a/build/make/configure.sh
 +++ b/build/make/configure.sh
-@@ -581,6 +581,8 @@ process_common_cmdline() {
+@@ -658,6 +658,8 @@ process_common_cmdline() {
  ;;
--prefix=*)
  prefix="${optval}"
@@ -24,7 +22,7 @@ index 007e020..04d5cbf 100644
  ;;
--libdir=*)
  libdir="${optval}"
-@@ -614,13 +616,23 @@ process_cmdline() {
+@@ -687,13 +689,23 @@ process_cmdline() {
  }
  
  post_process_common_cmdline() {
diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.13.1.bb 
b/meta-oe/recipes-multimedia/webm/libvpx_1.14.0.bb
similarity index 96%
rename from meta-oe/recipes-multimedia/webm/libvpx_1.13.1.bb
rename to meta-oe/recipes-multimedia/webm/libvpx_1.14.0.bb
index 1354e2eb9..b4d49842e 100644
--- a/meta-oe/recipes-multimedia/webm/libvpx_1.13.1.bb
+++ b/meta-oe/recipes-multimedia/webm/libvpx_1.14.0.bb
@@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4"
 
-SRCREV = "10b9492dcf05b652e2e4b370e205bd605d421972"
+SRCREV = "602e2e8979d111b02c959470da5322797dd96a19"
 SRC_URI += 
"git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=main \
file://libvpx-configure-support-blank-prefix.patch \
"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all me

[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/libdecor/libdecor_0.2.1.bb 
b/meta-oe/recipes-graphics/libdecor/libdecor_0.2.2.bb
similarity index 94%
rename from meta-oe/recipes-graphics/libdecor/libdecor_0.2.1.bb
rename to meta-oe/recipes-graphics/libdecor/libdecor_0.2.2.bb
index 4c9c64c28..6621389b5 100644
--- a/meta-oe/recipes-graphics/libdecor/libdecor_0.2.1.bb
+++ b/meta-oe/recipes-graphics/libdecor/libdecor_0.2.2.bb
@@ -15,7 +15,7 @@ DEPENDS = " \
 "
 
 S = "${WORKDIR}/git"
-SRCREV = "060fe7611aedb5779929e6b1468419c2d4e7168f"
+SRCREV = "7807ae3480f5c6a37c5e8505d94af1e764aaf704"
 
 PACKAGECONFIG ?= "dbus ${@bb.utils.filter('DISTRO_FEATURES', 'gtk+3', d)}"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108384): 
https://lists.openembedded.org/g/openembedded-devel/message/108384
Mute This Topic: https://lists.openembedded.org/mt/103900910/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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/hwdata_0.377.bb 
b/meta-oe/recipes-support/hwdata/hwdata_0.378.bb
similarity index 91%
rename from meta-oe/recipes-support/hwdata/hwdata_0.377.bb
rename to meta-oe/recipes-support/hwdata/hwdata_0.378.bb
index dea819e44..cf344f095 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_0.377.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_0.378.bb
@@ -5,7 +5,7 @@ SECTION = "System/Base"
 LICENSE = "GPL-2.0-or-later | XFree86-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
 
-SRCREV = "7c46440af001d0bc8230b6f009b73a25b614e032"
+SRCREV = "5580883256f77cfba526ebd81caa504e61047d87"
 SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108383): 
https://lists.openembedded.org/g/openembedded-devel/message/108383
Mute This Topic: https://lists.openembedded.org/mt/103900855/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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/recipes-support/htop/{htop_3.2.2.bb => htop_3.3.0.bb} (96%)

diff --git a/meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch 
b/meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch
index d85aa1563..3d113efa1 100644
--- a/meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch
+++ b/meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch
@@ -1,4 +1,4 @@
-From 98ed72177c49a8015a443b3ec272fee3fb5a4eb3 Mon Sep 17 00:00:00 2001
+From 0d49ee6416e389b9a7ba693588c2eaf129306a01 Mon Sep 17 00:00:00 2001
 From: Paul Barker 
 Date: Sun, 5 Nov 2017 22:07:30 +
 Subject: [PATCH] htop: Update to v2.0.2
@@ -16,10 +16,10 @@ Upstream-Status: Inappropriate [`ncurses*-config` can be 
used outside of OpenEmb
  1 file changed, 6 insertions(+), 6 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 0e69096..d20014f 100644
+index e4df238a..2a31b201 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -322,10 +322,10 @@ AC_ARG_ENABLE([unicode],
+@@ -391,10 +391,10 @@ AC_ARG_ENABLE([unicode],
[],
[enable_unicode=yes])
  if test "x$enable_unicode" = xyes; then
@@ -34,7 +34,7 @@ index 0e69096..d20014f 100644
 HTOP_CHECK_LIB([ncursesw6], [addnwstr], [HAVE_LIBNCURSESW],
  HTOP_CHECK_LIB([ncursesw], [addnwstr], [HAVE_LIBNCURSESW],
   HTOP_CHECK_LIB([ncurses], [addnwstr], [HAVE_LIBNCURSESW],
-@@ -342,8 +342,8 @@ if test "x$enable_unicode" = xyes; then
+@@ -416,8 +416,8 @@ if test "x$enable_unicode" = xyes; then
 # (at this point we already link against a working ncurses library with 
wide character support)
 AC_SEARCH_LIBS([keypad], [tinfow tinfo])
  else
diff --git a/meta-oe/recipes-support/htop/htop_3.2.2.bb 
b/meta-oe/recipes-support/htop/htop_3.3.0.bb
similarity index 96%
rename from meta-oe/recipes-support/htop/htop_3.2.2.bb
rename to meta-oe/recipes-support/htop/htop_3.3.0.bb
index 68d4a3f8f..cd5b766f0 100644
--- a/meta-oe/recipes-support/htop/htop_3.2.2.bb
+++ b/meta-oe/recipes-support/htop/htop_3.3.0.bb
@@ -9,7 +9,7 @@ DEPENDS = "ncurses"
 SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https \
file://0001-Use-pkg-config.patch \
 "
-SRCREV = "55c10eccd71b6b016a50237bc8c8508b7bf66783"
+SRCREV = "68c970c7ef4a0682760ed570b3d82388ae7ccf54"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108382): 
https://lists.openembedded.org/g/openembedded-devel/message/108382
Mute This Topic: https://lists.openembedded.org/mt/103900847/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 
---
 ...orrectly-handle-disabled-ssh_agent-opti.patch | 16 +++-
 .../gcr/{gcr3_3.41.1.bb => gcr3_3.41.2.bb}   |  2 +-
 2 files changed, 8 insertions(+), 10 deletions(-)
 rename meta-oe/recipes-gnome/gcr/{gcr3_3.41.1.bb => gcr3_3.41.2.bb} (95%)

diff --git 
a/meta-oe/recipes-gnome/gcr/gcr3/0001-meson.build-correctly-handle-disabled-ssh_agent-opti.patch
 
b/meta-oe/recipes-gnome/gcr/gcr3/0001-meson.build-correctly-handle-disabled-ssh_agent-opti.patch
index d3c26d97a..2b2baf772 100644
--- 
a/meta-oe/recipes-gnome/gcr/gcr3/0001-meson.build-correctly-handle-disabled-ssh_agent-opti.patch
+++ 
b/meta-oe/recipes-gnome/gcr/gcr3/0001-meson.build-correctly-handle-disabled-ssh_agent-opti.patch
@@ -1,7 +1,7 @@
-From 9b67bb18d8409e0e693cc6000507acbd73a30eab Mon Sep 17 00:00:00 2001
+From 2618ab101f5faaa887c9fe84a7d8bc97cbda Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin 
 Date: Wed, 16 Nov 2022 11:27:24 +0100
-Subject: [PATCH 1/2] meson.build: correctly handle disabled ssh_agent option
+Subject: [PATCH] meson.build: correctly handle disabled ssh_agent option
 
 Existing code produces these errors:
 | gcr/meson.build:61:0: ERROR: Unable to get the path of a not-found external 
program
@@ -10,15 +10,16 @@ Existing code produces these errors:
 Signed-off-by: Alexander Kanavin 
 
 Upstream-Status: Backport [ 
https://gitlab.gnome.org/GNOME/gcr/-/commit/9b67bb18d8409e0e693cc6000507acbd73a30eab
 ]
+
 ---
- meson.build | 12 
- 1 file changed, 8 insertions(+), 4 deletions(-)
+ meson.build | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
 
 diff --git a/meson.build b/meson.build
-index 3f35173..11d7fa7 100644
+index dd890a9..1b17b18 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -96,8 +98,10 @@ conf.set('HAVE_TIMEGM', cc.has_function('timegm'))
+@@ -82,8 +82,10 @@ conf.set('HAVE_TIMEGM', cc.has_function('timegm'))
  conf.set('HAVE_MLOCK', cc.has_function('mlock'))
  conf.set_quoted('GPG_EXECUTABLE', gpg_path)
  conf.set_quoted('LIBGCRYPT_VERSION', libgcrypt_dep.version())
@@ -31,6 +32,3 @@ index 3f35173..11d7fa7 100644
  conf.set10('WITH_SYSTEMD', with_systemd)
  config_file = configure_file(
output: 'config.h',
--- 
-2.34.1
-
diff --git a/meta-oe/recipes-gnome/gcr/gcr3_3.41.1.bb 
b/meta-oe/recipes-gnome/gcr/gcr3_3.41.2.bb
similarity index 95%
rename from meta-oe/recipes-gnome/gcr/gcr3_3.41.1.bb
rename to meta-oe/recipes-gnome/gcr/gcr3_3.41.2.bb
index b3438b4e6..0fd30f742 100644
--- a/meta-oe/recipes-gnome/gcr/gcr3_3.41.1.bb
+++ b/meta-oe/recipes-gnome/gcr/gcr3_3.41.2.bb
@@ -23,7 +23,7 @@ UPSTREAM_CHECK_REGEX = 
"[^\d\.](?P3.(?!9\d+)\d+(\.\d+)+)\.tar"
 
 SRC_URI = 
"https://download.gnome.org/sources/gcr/3.41/gcr-${PV}.tar.xz;name=archive";
 SRC_URI += 
"file://0001-meson.build-correctly-handle-disabled-ssh_agent-opti.patch"
-SRC_URI[archive.sha256sum] = 
"bb7128a3c2febbfee9c03b90d77d498d0ceb237b0789802d60185c71c4bea24f"
+SRC_URI[archive.sha256sum] = 
"bad10f3c553a0e1854649ab59c5b2434da22ca1a54ae6138f1f53961567e1ab7"
 
 S = "${WORKDIR}/gcr-${PV}"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108381): 
https://lists.openembedded.org/g/openembedded-devel/message/108381
Mute This Topic: https://lists.openembedded.org/mt/103900837/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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-devtools/ctags/ctags_6.1.20231231.0.bb 
b/meta-oe/recipes-devtools/ctags/ctags_6.1.20240114.0.bb
similarity index 95%
rename from meta-oe/recipes-devtools/ctags/ctags_6.1.20231231.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_6.1.20240114.0.bb
index b788d6fd0..6fab92015 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_6.1.20231231.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_6.1.20240114.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 inherit autotools-brokensep pkgconfig manpages
 
-SRCREV = "e4cb2a0f9ba947d23e526888930bb1487c2cf1d8"
+SRCREV = "be3439eb01caeadbf52a8ec4d00cb6cf16a61225"
 SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108380): 
https://lists.openembedded.org/g/openembedded-devel/message/108380
Mute This Topic: https://lists.openembedded.org/mt/103900828/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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 inSide
  - KAPELSE KAP-Care
  - KAPELSE KAP-eCV
  - KAPELSE KAP-GO
  - KAPELSE KAP-LINK2
  - Kapelse KAP-Move
  - Kapelse Ti-Kap
  - rf IDEAS USB CCID
  - SIMHUB pcsc reader
- support Kapelse readers on macOS (composite as multislot)
- Some other minor improvements

Signed-off-by: Wang Mingyu 
---
 .../ccid/ccid/0001-Add-build-rule-for-README.patch  | 13 ++---
 .../ccid/{ccid_1.5.4.bb => ccid_1.5.5.bb}   |  2 +-
 2 files changed, 7 insertions(+), 8 deletions(-)
 rename meta-oe/recipes-support/ccid/{ccid_1.5.4.bb => ccid_1.5.5.bb} (85%)

diff --git 
a/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch 
b/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
index 46d30e8c1..0904207bb 100644
--- a/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
+++ b/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch
@@ -1,24 +1,23 @@
+From c82680a21c7411ba63e5815786eeb471720faa29 Mon Sep 17 00:00:00 2001
+From: Zheng Ruoqin 
+Date: Wed, 6 Nov 2019 20:10:09 +0800
 Subject: [PATCH] Add build rule for README.
 
 fix do_configure error:
 Makefile.am: required file `./README' not found
 
 Signed-off-by: Zheng Ruoqin 

-Upstream-Status: Pending
 
+---
  Makefile.am | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/Makefile.am b/Makefile.am
-index 49574a3..a5a7c2a 100644
+index e77c4c4..fd77ecd 100644
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -26,3 +26,4 @@ libtool: $(LIBTOOL_DEPS)
+@@ -27,3 +27,4 @@ libtool: $(LIBTOOL_DEPS)
  ChangeLog:
git log --stat --decorate=short > $@
  
 +README: README.md
--- 
-2.7.4
-
diff --git a/meta-oe/recipes-support/ccid/ccid_1.5.4.bb 
b/meta-oe/recipes-support/ccid/ccid_1.5.5.bb
similarity index 85%
rename from meta-oe/recipes-support/ccid/ccid_1.5.4.bb
rename to meta-oe/recipes-support/ccid/ccid_1.5.5.bb
index e53ffa40b..e76881916 100644
--- a/meta-oe/recipes-support/ccid/ccid_1.5.4.bb
+++ b/meta-oe/recipes-support/ccid/ccid_1.5.5.bb
@@ -10,7 +10,7 @@ SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \
 file://0001-Add-build-rule-for-README.patch \
 "
 
-SRC_URI[sha256sum] = 
"6e832adc172ecdcfdee2b56f33144684882cbe972daff1938e7a9c73a64f88bf"
+SRC_URI[sha256sum] = 
"194708f75fe369d45dd7c15e8b3e8a7db8b49cfc5557574ca2a2e76ef12ca0ca"
 
 inherit autotools pkgconfig
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108379): 
https://lists.openembedded.org/g/openembedded-devel/message/108379
Mute This Topic: https://lists.openembedded.org/mt/103900764/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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, Insert, Home, End
* Fix scrollbar not clearing sometimes.
* Add keybind for toggling memory display mode in PROC box
* Minor string initialization improvement
* Made disks statvfs logic asynchronous.
* Fix signal list on non-linux/weird linux platforms
* Add option to accumulate a child's resources in parent in tree-view
* Add CMake support for Linux
* Horizon theme
* Fix short conversion of 1000-1023 *iB
* Fix integer overflows in btop_collect.cpp
* Support compiling with LLVM
* Fix getting zfs pool name with '.' char in freebsd
* [macos/freebsd] support gcc13
* FreeBSD swap info
* Create adwaita.theme
* Try get terminal size of "/dev/tty" if stdout fails
* Refresh rate program argument
* Improved error handling when determining the config directory
* Use native POSIX polling syscalls to read input
* Conditional compile on Big Sur and up

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-support/btop/{btop_1.2.13.bb => btop_1.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/btop/{btop_1.2.13.bb => btop_1.3.0.bb} (93%)

diff --git a/meta-oe/recipes-support/btop/btop_1.2.13.bb 
b/meta-oe/recipes-support/btop/btop_1.3.0.bb
similarity index 93%
rename from meta-oe/recipes-support/btop/btop_1.2.13.bb
rename to meta-oe/recipes-support/btop/btop_1.3.0.bb
index a944fe7b5..f20d1a8ec 100644
--- a/meta-oe/recipes-support/btop/btop_1.2.13.bb
+++ b/meta-oe/recipes-support/btop/btop_1.3.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 SECTION = "console/utils"
 
 SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main"
-SRCREV = "9edbf27f1b6d5844a97325fcda732762ba086a99"
+SRCREV = "36842a3bccfb78f5c27642435bff387b42f7d13b"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108378): 
https://lists.openembedded.org/g/openembedded-devel/message/108378
Mute This Topic: https://lists.openembedded.org/mt/103900672/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



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://LICENSE.txt;md5=f0e423eea5c91e7aa21bdb70184b3e53"
>
> PYPI_PACKAGE = "APScheduler"
>
> SRC_URI[sha256sum] = 
> "e6df071b27d9be898e486bc7940a7be50b4af2e9da7c08f0744a96d4bd4cef4a"
>
> RDEPENDS:${PN} += "\
> python3-six \
> python3-pytz \
> python3-tzlocal \
> "
>
> inherit pypi setuptools3
>
> ERROR: python3-apscheduler-3.10.4-r0 do_compile: 'python3 setup.py 
> bdist_wheel ' execution failed.
> ERROR: python3-apscheduler-3.10.4-r0 do_compile: 
> ExecutionError('/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/temp/run.do_compile.531694',
>  1, None, None)
> ERROR: Logfile of failure stored in: 
> /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/temp/log.do_compile.531694
> Log data follows:
> | DEBUG: Executing shell function do_compile
> | 
> /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/dist.py:720:
>  UserWarning: Usage of dash-separated 'upload-dir' will not be supported in 
> future versions. Please use the underscore name 'upload_dir' instead
> |   warnings.warn(
> | 
> /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/installer.py:27:
>  SetuptoolsDeprecationWarning: setuptools.installer is deprecated. 
> Requirements should be satisfied by a PEP 517 installer.
> |   warnings.warn(
> | 
> /home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/bin/python3-native/python3:
>  No module named pip
> | Traceback (most recent call last):
> |   File 
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/installer.py",
>  line 82, in fetch_build_egg
> | subprocess.check_call(cmd)
> |   File 
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/subprocess.py",
>  line 369, in check_call
> | raise CalledProcessError(retcode, cmd)
> | subprocess.CalledProcessError: Command 
> '['/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/bin/python3-native/python3',
>  '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 
> '/tmp/tmpmh5cnujt', '--quiet', 'setuptools_scm']' returned non-zero exit 
> status 1.
> |
> | The above exception was the direct cause of the following exception:
> |
> | Traceback (most recent call last):
> |   File 
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/APScheduler-3.10.4/setup.py",
>  line 10, in 
> | setup(
> |   File 
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/__init__.py",
>  line 152, in setup
> | _install_setup_requires(attrs)
> |   File 
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/__init__.py",
>  line 147, in _install_setup_requires
> | dist.fetch_build_eggs(dist.setup_requires)
> |   File 
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/dist.py",
>  line 809, in fetch_build_eggs
> | resolved_dists = pkg_resources.working_set.resolve(
> |   File 
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pkg_resources/__init__.py",
>  line 771, in resolve
> | dist = best[req.key] = env.best_match(
> |   File 
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pkg_resources/__init__.py",
>  line 1056, in best_match
> | return self.obtain(req, installer)
> |   File 
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pkg_resources/__init__.py",
>  line 1068, in obtain
> | return installer(requirement)
> |   File 
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/dist.py",
>  line 880, in fetch_build_egg
> | return fetch_build_egg(self, req)
> |   File 
> "/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/installer.py",
>  line 84, in fetch_build_egg
> 

[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] = 
"e6df071b27d9be898e486bc7940a7be50b4af2e9da7c08f0744a96d4bd4cef4a"

RDEPENDS:${PN} += "\
python3-six \
python3-pytz \
python3-tzlocal \
"

inherit pypi setuptools3

ERROR: python3-apscheduler-3.10.4-r0 do_compile: 'python3 setup.py bdist_wheel 
' execution failed.
ERROR: python3-apscheduler-3.10.4-r0 do_compile: 
ExecutionError('/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/temp/run.do_compile.531694',
 1, None, None)
ERROR: Logfile of failure stored in: 
/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/temp/log.do_compile.531694
Log data follows:
| DEBUG: Executing shell function do_compile
| 
/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/dist.py:720:
 UserWarning: Usage of dash-separated 'upload-dir' will not be supported in 
future versions. Please use the underscore name 'upload_dir' instead
|   warnings.warn(
| 
/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/installer.py:27:
 SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements 
should be satisfied by a PEP 517 installer.
|   warnings.warn(
| 
/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/bin/python3-native/python3:
 No module named pip
| Traceback (most recent call last):
|   File 
"/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/installer.py",
 line 82, in fetch_build_egg
|     subprocess.check_call(cmd)
|   File 
"/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/subprocess.py",
 line 369, in check_call
|     raise CalledProcessError(retcode, cmd)
| subprocess.CalledProcessError: Command 
'['/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/bin/python3-native/python3',
 '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 
'/tmp/tmpmh5cnujt', '--quiet', 'setuptools_scm']' returned non-zero exit status 
1.
|
| The above exception was the direct cause of the following exception:
|
| Traceback (most recent call last):
|   File 
"/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/APScheduler-3.10.4/setup.py",
 line 10, in 
|     setup(
|   File 
"/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/__init__.py",
 line 152, in setup
|     _install_setup_requires(attrs)
|   File 
"/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/__init__.py",
 line 147, in _install_setup_requires
|     dist.fetch_build_eggs(dist.setup_requires)
|   File 
"/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/dist.py",
 line 809, in fetch_build_eggs
|     resolved_dists = pkg_resources.working_set.resolve(
|   File 
"/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pkg_resources/__init__.py",
 line 771, in resolve
|     dist = best[req.key] = env.best_match(
|   File 
"/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pkg_resources/__init__.py",
 line 1056, in best_match
|     return self.obtain(req, installer)
|   File 
"/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pkg_resources/__init__.py",
 line 1068, in obtain
|     return installer(requirement)
|   File 
"/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/dist.py",
 line 880, in fetch_build_egg
|     return fetch_build_egg(self, req)
|   File 
"/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/installer.py",
 line 84, in fetch_build_egg
|     raise DistutilsError(str(e)) from e
| distutils.errors.DistutilsError: Command 
'['/home/iot-yocto/build/tmp/work/armv8a-poky-linux/python3-apscheduler/3.10.4-r0/recipe-sysroot-native/usr/bin/python3-native/python3',
 '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no

[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 deletions(-)

diff --git a/meta-oe/recipes-devtools/luajit/luajit_git.bb 
b/meta-oe/recipes-devtools/luajit/luajit_git.bb
index cadc9843d..240271d41 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_git.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_git.bb
@@ -91,10 +91,7 @@ FILES:${PN}-dev += "${libdir}/libluajit-5.1.a \
 "
 FILES:luajit-common = "${datadir}/${BPN}-${PV}"
 
-# mips64/ppc/ppc64/riscv64/riscv32 is not supported in this release
-COMPATIBLE_HOST:mipsarchn32 = "null"
-COMPATIBLE_HOST:mipsarchn64 = "null"
-COMPATIBLE_HOST:powerpc = "null"
+# ppc64/riscv64/riscv32 is not supported in this release
 COMPATIBLE_HOST:powerpc64 = "null"
 COMPATIBLE_HOST:powerpc64le = "null"
 COMPATIBLE_HOST:riscv64 = "null"
-- 
2.43.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108373): 
https://lists.openembedded.org/g/openembedded-devel/message/108373
Mute This Topic: https://lists.openembedded.org/mt/103894011/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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/lua-5.2/run-ptest| 19 +
 meta-oe/recipes-devtools/lua/lua-5.2_5.2.3.bb | 67 +++
 4 files changed, 178 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/lua/lua-5.2/Makefile-build-so.patch
 create mode 100644 meta-oe/recipes-devtools/lua/lua-5.2/lua.pc.in
 create mode 100644 meta-oe/recipes-devtools/lua/lua-5.2/run-ptest
 create mode 100644 meta-oe/recipes-devtools/lua/lua-5.2_5.2.3.bb

diff --git a/meta-oe/recipes-devtools/lua/lua-5.2/Makefile-build-so.patch 
b/meta-oe/recipes-devtools/lua/lua-5.2/Makefile-build-so.patch
new file mode 100644
index 0..343d1ddd6
--- /dev/null
+++ b/meta-oe/recipes-devtools/lua/lua-5.2/Makefile-build-so.patch
@@ -0,0 +1,82 @@
+Upstream-Status: Inappropriate [Upstream doesn't support so libs]
+
+diff -ru lua-5.2.1/Makefile lua-5.2.1.new/Makefile
+--- a/Makefile 2012-05-17 16:05:54.0 +0200
 b/Makefile 2012-09-12 22:39:07.162748096 +0200
+@@ -38,16 +38,16 @@
+ # Convenience platforms targets.
+ PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris
+ 
++# Lua version and release.
++V= 5.2
++R= $V.3
++
+ # What to install.
+ TO_BIN= lua luac
+ TO_INC= lua.h luaconf.h lualib.h lauxlib.h lua.hpp
+-TO_LIB= liblua.a
++TO_LIB= liblua.a liblua.so.$(R)
+ TO_MAN= lua.1 luac.1
+ 
+-# Lua version and release.
+-V= 5.2
+-R= $V.3
+-
+ # Targets start here.
+ all:  $(PLAT)
+ 
+@@ -63,7 +63,8 @@
+   cd src && $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC)
+   cd src && $(INSTALL_DATA) $(TO_LIB) $(INSTALL_LIB)
+   cd doc && $(INSTALL_DATA) $(TO_MAN) $(INSTALL_MAN)
+-
++  ln -sf ./liblua.so.$(R) $(INSTALL_LIB)/liblua.so.$(V)
++  ln -sf ./liblua.so.$(R) $(INSTALL_LIB)/liblua.so
+ uninstall:
+   cd src && cd $(INSTALL_BIN) && $(RM) $(TO_BIN)
+   cd src && cd $(INSTALL_INC) && $(RM) $(TO_INC)
+diff -ru lua-5.2.1/src/luaconf.h lua-5.2.1.new/src/luaconf.h
+--- lua-5.2.1/src/luaconf.h2012-05-11 16:14:42.0 +0200
 lua-5.2.1.new/src/luaconf.h2012-09-12 22:40:27.986622772 +0200
+@@ -100,7 +100,7 @@
+ #else /* }{ */
+ 
+ #define LUA_VDIR  LUA_VERSION_MAJOR "." LUA_VERSION_MINOR "/"
+-#define LUA_ROOT  "/usr/local/"
++#define LUA_ROOT  "/usr"
+ #define LUA_LDIR  LUA_ROOT "share/lua/" LUA_VDIR
+ #define LUA_CDIR  LUA_ROOT "lib/lua/" LUA_VDIR
+ #define LUA_PATH_DEFAULT  \
+diff -ru lua-5.2.1/src/Makefile lua-5.2.1.new/src/Makefile
+--- lua-5.2.1/src/Makefile 2012-03-09 17:32:16.0 +0100
 lua-5.2.1.new/src/Makefile 2012-09-12 22:38:08.591386896 +0200
+@@ -29,6 +29,7 @@
+ PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris
+ 
+ LUA_A=liblua.a
++LUA_SO= liblua.so
+ CORE_O=   lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o 
llex.o \
+   lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o \
+   ltm.o lundump.o lvm.o lzio.o
+@@ -43,7 +44,7 @@
+ LUAC_O=   luac.o
+ 
+ ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O)
+-ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T)
++ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T) $(LUA_SO)
+ ALL_A= $(LUA_A)
+ 
+ # Targets start here.
+@@ -59,6 +60,12 @@
+   $(AR) $@ $(BASE_O)
+   $(RANLIB) $@
+ 
++$(LUA_SO): $(CORE_O) $(LIB_O)
++  $(CC) -shared -ldl -Wl,-soname,$(LUA_SO).5.2 -o $@.5.2.3 $? -lm 
$(MYLDFLAGS)
++
++
++
++
+ $(LUA_T): $(LUA_O) $(LUA_A)
+   $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)
+ 
diff --git a/meta-oe/recipes-devtools/lua/lua-5.2/lua.pc.in 
b/meta-oe/recipes-devtools/lua/lua-5.2/lua.pc.in
new file mode 100644
index 0..c26775fa7
--- /dev/null
+++ b/meta-oe/recipes-devtools/lua/lua-5.2/lua.pc.in
@@ -0,0 +1,10 @@
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@
+
+Name: Lua
+Description: Lua language engine
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -llua -lm -ldl
+Cflags: -I${includedir}
+
diff --git a/meta-oe/recipes-devtools/lua/lua-5.2/run-ptest 
b/meta-oe/recipes-devtools/lua/lua-5.2/run-ptest
new file mode 100644
index 0..8e085e1af
--- /dev/null
+++ b/meta-oe/recipes-devtools/lua/lua-5.2/run-ptest
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+cd test
+lua -e"_U=true" all.lua > lua-test.tmp
+
+echo "--- test output ---"
+cat lua-test.tmp
+echo ""
+echo ""
+echo "--- ptest result ---"
+
+grep "final OK \!\!\!" lua-test.tmp > /dev/null
+if [ $? -eq 0 ]; then
+   echo "PASS: lua"
+else
+   echo "FAIL: lua"
+fi
+
+rm -f lua-test.tmp
diff --git a/meta-oe/recipes-devtools/lua/lua-5.2_5.2.3.bb 
b/meta-oe/recipes-devtools/lua/lua-5.2_5.2.3.bb
new file mode 100644
index 0..58f716337
--- /dev/null
+++ b/meta-oe/recipes-devtools/lua/lua-5.2_5.2.3.bb
@@ -0,0 +1,67 @@
+SUMMARY = "Lua is a powerful light-weight programming language designed \
+for extending applications.

[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 build for platforms that can't use luajit.

Add PACKAGECONFIG for luajit

Add LUA_DISABLE_FLAG to avoid having lua constantly disabled

Signed-off-by: Markus Volk 
---
 .../recipes-multimedia/mplayer/mpv_0.35.1.bb  | 20 +--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.35.1.bb 
b/meta-oe/recipes-multimedia/mplayer/mpv_0.35.1.bb
index 0f50a6e8f..7ba6279aa 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.35.1.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.35.1.bb
@@ -26,29 +26,29 @@ inherit waf pkgconfig mime-xdg
 
 LDFLAGS:append:riscv64 = " -latomic"
 
-LUA ?= "lua"
-LUA:mips64  = ""
-LUA:powerpc64  = ""
-LUA:powerpc64le  = ""
-LUA:riscv64  = ""
-LUA:riscv32  = ""
-LUA:powerpc  = ""
+LUA ?= "luajit"
+LUA:powerpc64  = "lua"
+LUA:powerpc64le  = "lua"
+LUA:riscv64  = "lua"
+LUA:riscv32  = "lua"
 
 # Note: lua is required to get on-screen-display (controls)
 PACKAGECONFIG ??= " \
 ${LUA} \
 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', '', d)} \
-${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} \
-${@bb.utils.filter('DISTRO_FEATURES', 'opengl', d)} \
+${@bb.utils.filter('DISTRO_FEATURES', 'opengl x11', d)} \
 "
 
+LUA_DISABLE_FLAG = "${@bb.utils.contains_any('LUA', 'lua luajit', '', 
'--disable-lua', d)}"
+
 PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 xsp libxv 
libxscrnsaver libxinerama libxpresent libxext"
 PACKAGECONFIG[xv] = "--enable-xv,--disable-xv,libxv"
 PACKAGECONFIG[opengl] = "--enable-gl,--disable-gl,virtual/libgl"
 PACKAGECONFIG[egl] = "--enable-egl,--disable-egl,virtual/egl"
 PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,libdrm"
 PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/libgbm"
-PACKAGECONFIG[lua] = "--enable-lua,--disable-lua,lua luajit"
+PACKAGECONFIG[lua] = "--enable-lua,${LUA_DISABLE_FLAG},lua-5.2"
+PACKAGECONFIG[luajit] = "--enable-lua,${LUA_DISABLE_FLAG},luajit"
 PACKAGECONFIG[libarchive] = 
"--enable-libarchive,--disable-libarchive,libarchive"
 PACKAGECONFIG[jack] = "--enable-jack, --disable-jack, jack"
 PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva"
-- 
2.43.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108375): 
https://lists.openembedded.org/g/openembedded-devel/message/108375
Mute This Topic: https://lists.openembedded.org/mt/103894013/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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: Christophe Vu-Brugier 
---
 .../dropwatch/dropwatch_1.5.4.bb   | 18 ++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb

diff --git a/meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb 
b/meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb
new file mode 100644
index 0..e3dbac4a2
--- /dev/null
+++ b/meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Dropwatch is a utility to diagnose where packets are getting 
dropped"
+DESCRIPTION = "\
+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."
+HOMEPAGE = "https://github.com/nhorman/${BPN}";
+SECTION = "net/misc"
+LICENSE = "GPL-2.0-or-later"
+LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
+
+SRC_URI = "git://github.com/nhorman/dropwatch.git;protocol=https;nobranch=1"
+SRCREV = "1e7e487a019a7c02f1f429c4d3a4647fa3787a13"
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "binutils libnl libpcap readline"
+
+inherit pkgconfig autotools
-- 
2.43.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108372): 
https://lists.openembedded.org/g/openembedded-devel/message/108372
Mute This Topic: https://lists.openembedded.org/mt/103891549/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[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
Please set FILES such that these items are packaged. Alternatively if they are 
unneeded, avoid installing them or delete them within do_install.
libtdb: 2 installed and not shipped files. [installed-vs-shipped]

ERROR: QA Issue: libtalloc: Files/directories were installed but not shipped in 
any package:
  /usr/lib/python3.12/site-packages/talloc.so
Please set FILES such that these items are packaged. Alternatively if they are 
unneeded, avoid installing them or delete them within do_install.
libtalloc: 1 installed and not shipped files. [installed-vs-shipped]

ERROR: QA Issue: libtevent: Files/directories were installed but not shipped in 
any package:
  /usr/lib/python3.12/site-packages/_tevent.so
  /usr/lib/python3.12/site-packages/tevent.py
Please set FILES such that these items are packaged. Alternatively if they are 
unneeded, avoid installing them or delete them within do_install.
lib32-libtevent: 2 installed and not shipped files. [installed-vs-shipped]

* waflib has some fallback to query distutils when PYTHONARCHDIR isn't
  set in environment as in:
  
https://gitlab.com/ita1024/waf/-/commit/84c26588fc3d479a1e79e1edacaa2cf052286c07

  but this still returns wrong value from
  print(get_python_lib(plat_specific=1, standard_lib=0, prefix='/usr'))
  e.g.
  /usr/lib/python3.12/site-packages
  matching native layout instead of:
  /usr/lib64/python3.12/site-packages

* python3targetconfig inherit breaks waflib as well as shown in config.log:
['libtdb/1.4.9/recipe-sysroot-native/usr/bin/python3-native/python3', '-c', 
"\ntry:\n\tfrom distutils.sysconfig import get_config_var, 
get_python_lib\nexcept ImportError:\n\tfrom sysconfig import get_config_var, 
get_path\n\tdef get_python_lib(*k, **kw):\n\t\tkeyword='platlib' if 
kw.get('plat_specific') else 'purelib'\n\t\tif 'prefix' in kw:\n\t\t\treturn 
get_path(keyword, vars={'installed_base': kw['prefix'], 'platbase': 
kw['prefix']})\n\t\treturn 
get_path(keyword)\n\nprint(repr(get_python_lib(standard_lib=0, prefix='/usr') 
or ''))"]
err: Traceback (most recent call last):
  File "", line 12, in 
  File "", line 9, in get_python_lib
  File "libtdb/1.4.9/recipe-sysroot-native/usr/lib/python3.12/sysconfig.py", 
line 636, in get_path
return get_paths(scheme, vars, expand)[name]
   ^^^
  File "libtdb/1.4.9/recipe-sysroot-native/usr/lib/python3.12/sysconfig.py", 
line 626, in get_paths
return _expand_vars(scheme, vars)
   ^^
  File "libtdb/1.4.9/recipe-sysroot-native/usr/lib/python3.12/sysconfig.py", 
line 270, in _expand_vars
_extend_dict(vars, get_config_vars())
   ^
  File "libtdb/1.4.9/recipe-sysroot-native/usr/lib/python3.12/sysconfig.py", 
line 728, in get_config_vars
_init_config_vars()
  File "libtdb/1.4.9/recipe-sysroot-native/usr/lib/python3.12/sysconfig.py", 
line 670, in _init_config_vars
_init_posix(_CONFIG_VARS)
  File "libtdb/1.4.9/recipe-sysroot-native/usr/lib/python3.12/sysconfig.py", 
line 536, in _init_posix
_temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
^
ModuleNotFoundError: No module named '_sysconfigdata'

* setting PYTHONARCHDIR is simplest fix

* this also fixes libldb failure when it fails to find e.g. tevent after
  these installed-vs-shipped issues instealled it in wrong libdir:

Checking for system tevent (>=0.15.0)   
: yes
Traceback (most recent call last):
  File "lib32-libldb/2.8.0/ldb-2.8.0/third_party/waf/waflib/Scripting.py", line 
159, in waf_entry_point
run_commands()
  File "lib32-libldb/2.8.0/ldb-2.8.0/third_party/waf/waflib/Scripting.py", line 
255, in run_commands
ctx = run_command(cmd_name)
  ^
  File "lib32-libldb/2.8.0/ldb-2.8.0/third_party/waf/waflib/Scripting.py", line 
239, in run_command
ctx.execute()
  File "lib32-libldb/2.8.0/ldb-2.8.0/third_party/waf/waflib/Configure.py", line 
159, in execute
super(ConfigurationContext, self).execute()
  File "lib32-libldb/2.8.0/ldb-2.8.0/third_party/waf/waflib/Context.py", line 
214, in execute
self.recurse([os.path.dirname(g_module.root_path)])
  File "lib32-libldb/2.8.0/ldb-2.8.0/third_party/waf/waflib/Context.py", line 
296, in recurse
user_function(self)
  File "lib32-libldb/2.8.0/ldb-2.8.0/wscript", line 54, in configure
conf.RECURSE('lib/tevent')
  File "lib32-libldb/2.8.0/ldb-2.8.0/buildtools/wafsamba/samba_utils.py", line 
66, in fun
return f(*k, **kw)
   ^^^
  File "lib32-libldb/2.8.0/ldb-2.8.0/buildtools/wafsamba/samba_uti