[oe][meta-oe][PATCH] mdio-tools: upgrade 1.3.0 -> 1.3.1

2024-01-09 Thread Michael Haener via lists.openembedded.org
From: Michael Haener Changelog: * Multiple registers can now be dumped at once, via the generic dump operation. * Relax the driver matching to accept the strings used in kernels 6.2 and newer. Signed-off-by: Michael Haener --- .../mdio-tools/{mdio-netlink_1.3.0.bb =>

[oe] [meta-oe][PATCH] ipmitool: Make the version consistent

2024-01-09 Thread Yu, Mingli
From: Mingli Yu The git revison info is added [1] to make the version more descriptive to produce an incremental revision number like 1.8.18.13 or 1.8.18.14 and etc and more clear in terms of "what codebase was used" like `1.8.18.13.gee01aa5`. But it also introduces the version inconsistence.

[oe] [meta-networking][dunfell][PATCH] wireshark: fix CVE-2024-0208 GVCP dissector crash

2024-01-09 Thread Hitendra Prajapati via lists.openembedded.org
Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/a8586fde3a6512466afb2a660538ef3fe712076b Signed-off-by: Hitendra Prajapati --- .../wireshark/files/CVE-2024-0208.patch | 42 +++ .../wireshark/wireshark_3.2.18.bb | 1 + 2 files

[oe] [meta-networkinge] [PATCH] daq: Fix install conflict when enable multilib.

2024-01-09 Thread wangmy
From: Wang Mingyu Error: Transaction test error: file /usr/bin/daq-modules-config conflicts between attempted installs of lib32-daq-2.0.7-r0.armv7ahf_neon and daq-2.0.7-r0.cortexa57 The differences of daq-modules-config are as follows: @@ -7,7 +7,7 @@ prefix=/usr exec_prefix=/usr

[oe] [meta-oe][PATCH] nvme-cli: upgrade 2.6 -> 2.7.1

2024-01-09 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Keep nvme-cli in sync with libnvme which was upgraded from 1.6 to 1.7.1 by the following commit: * 7a6ca59ab libnvme: upgrade 1.6 -> 1.7.1 Signed-off-by: Christophe Vu-Brugier --- .../recipes-bsp/nvme-cli/{nvme-cli_2.6.bb => nvme-cli_2.7.1.bb} | 2 +- 1 file

Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-09 Thread Alexander Kanavin
On Tue, 9 Jan 2024 at 15:57, Khem Raj wrote: > > On Tue, Jan 9, 2024 at 1:08 AM Alexander Kanavin > wrote: > > > > I think it's clang, so needs to be added to conf/nonclangable.conf? > > yes, Although it will be good to report this error upstream, since > mixing const/non-const types can have >

Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-09 Thread Alexander Kanavin
On Tue, 9 Jan 2024 at 16:02, Khem Raj wrote: > > btw, do we need to switch branch stable -> master ? > there is patch from Leon which has descriptive commit message. [1] > > [1] > https://patchwork.yoctoproject.org/project/oe/patch/20240109135121.3460927-3-leon.an...@konsulko.com/ When I sent

Re: [oe] [meta-oe][PATCH v4] bonnie++: New recipe for version 2.0

2024-01-09 Thread Khem Raj
ERROR: bonnie++-2.00a-r0 do_patch: QA Issue: Fuzz detected: Applying patch makefile-use-link-for-helper.patch patching file Makefile.in Hunk #1 succeeded at 11 with fuzz 1. The context lines in the patches can be updated with devtool: devtool modify bonnie++ devtool finish

[oe] [meta-oe][PATCH v4] bonnie++: New recipe for version 2.0

2024-01-09 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer Newer versions of bonnie get published on . Unfortunately, the new version doesn't compile with g++ 11 which requires *fix-csv2html-data.patch* and configure fails due to cross compilation which gets fixed with

Re: [oe] [PATCH] abseil-cpp: readd use of -std=c++14

2024-01-09 Thread Thomas Roos via lists.openembedded.org
Hi, good news - I could solve this problem by patching out the hardcoded -std=c++14 in our software (meta-aws). Sorry for the noise. Please ignore this patch. Cheers, Thomas Von: Petr Chernikov Gesendet: Dienstag, 9. Januar 2024 14:26:20 An: Petr Chernikov;

Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-09 Thread Khem Raj
btw, do we need to switch branch stable -> master ? there is patch from Leon which has descriptive commit message. [1] [1] https://patchwork.yoctoproject.org/project/oe/patch/20240109135121.3460927-3-leon.an...@konsulko.com/ On Tue, Jan 9, 2024 at 6:56 AM Khem Raj wrote: > > On Tue, Jan 9,

Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-09 Thread Khem Raj
On Tue, Jan 9, 2024 at 1:08 AM Alexander Kanavin wrote: > > I think it's clang, so needs to be added to conf/nonclangable.conf? yes, Although it will be good to report this error upstream, since mixing const/non-const types can have unintended consequences and result in subtle bugs. > >

[oe] [meta-python][PATCH 3/3] python3-kivy: Upgrade 2.2.1 -> 2.3.0

2024-01-09 Thread Leon Anavi
Upgrade to version 2.3.0: - core-providers (audio): removes deprecated status property - core-providers (audio): removes deprecated filename property - core-providers (window): Removes deprecated toggle_fullscreen method - Add graphics with antialiasing: SmoothRectangle, SmoothEllipse,

[oe] [meta-python][PATCH 2/3] python3-wtforms: Upgrade 3.1.1 -> 3.1.2

2024-01-09 Thread Leon Anavi
Upgrade to version 3.1.2: - Fix SelectMultipleField value coercion on validation. Signed-off-by: Leon Anavi --- .../{python3-wtforms_3.1.1.bb => python3-wtforms_3.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python][PATCH 1/3] python3-webargs: Upgrade 8.3.0 -> 8.4.0

2024-01-09 Thread Leon Anavi
Upgrade to version 8.4.0: - Add a new class attribute, empty_value to DelimitedList and DelimitedTuple, with a default of "". This controls the value deserialized when an empty string is seen. - The rule for default argument names has been made configurable by overriding the

Re: [oe] [PATCH] abseil-cpp: readd use of -std=c++14

2024-01-09 Thread Petr Chernikov
Sorry, typo, on the master branch Regards Pete -Original Message- From: openembedded-devel@lists.openembedded.org On Behalf Of Petr Chernikov Sent: Tuesday, January 9, 2024 4:24 PM To: Petr Chernikov ; thr...@amazon.de; openembedded-devel@lists.openembedded.org Subject: Re: [oe]

Re: [oe] [PATCH] abseil-cpp: readd use of -std=c++14

2024-01-09 Thread Petr Chernikov
Also I'm able to compile protobuf and protobuf-native without any changes on nanbield branch Regards Pete -Original Message- From: openembedded-devel@lists.openembedded.org On Behalf Of Petr Chernikov Sent: Tuesday, January 9, 2024 4:15 PM To: thr...@amazon.de;

Re: [oe] [PATCH] abseil-cpp: readd use of -std=c++14

2024-01-09 Thread Petr Chernikov
Perhaps, better solution is to use c++17 for both packages: https://github.com/protocolbuffers/protobuf/issues/10768#issuecomment-1773175439 Regards Pete -Original Message- From: openembedded-devel@lists.openembedded.org On Behalf Of Thomas Roos via lists.openembedded.org Sent:

Re: [oe] [meta-oe][PATCHv3] wavpack: upgrade 5.1.0 -> 5.6.0

2024-01-09 Thread Ross Burton
On 9 Jan 2024, at 13:07, Alper Ak wrote: > I thought there should be no manpages in target so removed with cmake option. > I guess, I should have created packageconfigs for both "manpages" and "shared > lib" options and enable only shared lib in bb. If people don't want to use > shared lib or

Re: [oe] [meta-oe][PATCHv3] wavpack: upgrade 5.1.0 -> 5.6.0

2024-01-09 Thread Alper Ak
Thanks for the tips. I clearly understood when "lib_package" should and should not be used with the examples you have shown. > Manpages disappeared too. Do they need to be enabled, or were they removed? I thought there should be no manpages in target so removed with cmake option. I guess, I

[oe] [PATCH] abseil-cpp: readd use of -std=c++14

2024-01-09 Thread Thomas Roos via lists.openembedded.org
From: Thomas Roos Protobuf is compiled with -std=c++14, so abseil-cpp must be as well. Details can be found here: https://github.com/protocolbuffers/protobuf/issues/10768 Signed-off-by: Thomas Roos --- meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 1 + 1 file changed, 1

Re: [oe] [meta-oe][PATCHv3] wavpack: upgrade 5.1.0 -> 5.6.0

2024-01-09 Thread Ross Burton
> On 8 Jan 2024, at 18:10, Alper Ak via lists.openembedded.org > wrote: > > -inherit autotools lib_package You removed lib_package, which will change the packaging. Always remember to check the packaging only changes in ways you expect (buildhistory-diff is very useful for this):

[oe] [meta-python][kirkstone][PATCH 1/1] python3-aiohttp: upgrade 3.8.5 -> 3.8.6

2024-01-09 Thread Narpat Mali via lists.openembedded.org
From: Narpat Mali The delta between 3.8.5 & 3.8.6 contains the CVE-2023-47627 fix and other bugfixes. https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg Changelog: -- https://docs.aiohttp.org/en/stable/changes.html#id72 The git log --oneline v3.8.5..v3.8.6

Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-09 Thread Alexander Kanavin
I think it's clang, so needs to be added to conf/nonclangable.conf? /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/python3-kivy/2.3.0/git/kivy/graphics/cgl_backend/cgl_gl.c:4549:52: error: incompatible function pointer types assigning to 'void (*)(GLuint, GLsizei, const GLchar **, const