Re: [oe] [meta-oe][PATCH] xorg-sgml-doctools: update summary depends and inc file

2023-12-06 Thread Khem Raj
On Wed, Dec 6, 2023 at 11:45 PM Alper Ak wrote: > > Signed-off-by: alperak > --- > meta-oe/recipes-graphics/xorg-doc/xorg-doc-common.inc| 9 + > .../recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.bb | 5 ++--- > 2 files changed, 7 insertions(+), 7 deletions(-) > > diff --git

[oe] [meta-oe][PATCH] xorg-docs: add recipe

2023-12-06 Thread Alper Ak
Provides miscellaneous documentation for the X Window System that doesn't better fit into other packages. The preferred documentation format for these documents is DocBook XML. Signed-off-by: alperak --- meta-oe/recipes-graphics/xorg-doc/xorg-docs_1.7.2.bb | 7 +++ 1 file changed, 7

[oe] [meta-oe][PATCH] xorg-sgml-doctools: update summary depends and inc file

2023-12-06 Thread Alper Ak
Signed-off-by: alperak --- meta-oe/recipes-graphics/xorg-doc/xorg-doc-common.inc| 9 + .../recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.bb | 5 ++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meta-oe/recipes-graphics/xorg-doc/xorg-doc-common.inc

Re: [oe] [meta-python][PATCH 1/2] python3-pyudev: provide native

2023-12-06 Thread Khem Raj
On Wed, Dec 6, 2023 at 6:16 PM Kai wrote: > > On 12/5/23 22:50, Kai Kang wrote: > > From: Kai Kang > > > > Add 'native' to BBCLASSEXTEND to provides python3-pyudev-native which is > > required by lvm2 when package config 'dbus' is enabled. > > Hi Khem, > > It seems this patch is still in branch

Re: [oe] [meta-python][PATCH 1/2] python3-pyudev: provide native

2023-12-06 Thread Kai Kang
On 12/5/23 22:50, Kai Kang wrote: From: Kai Kang Add 'native' to BBCLASSEXTEND to provides python3-pyudev-native which is required by lvm2 when package config 'dbus' is enabled. Hi Khem, It seems this patch is still in branch master-next, but it has been dropped in the v2 review request.

[oe] [meta-multimedia][PATCH] wireplumber: update 0.4.15 -> 0.4.17

2023-12-06 Thread Markus Volk
WirePlumber 0.4.17 Fixes: Fixed a reference counting issue in the object managers that could cause crashes due to memory corruption (#534) Fixed an issue with filters linking to wrong targets, often with two sets of links (#536) Fixed a crash in the endpoints policy that would show up when log

Re: [oe] Crash cross canadian?

2023-12-06 Thread Frederic Martinsons
Ok great, I'll rebase these on master on the coming days. The problem is that my hardware (pretty specifics) just have been upgraded with Kirkstone and since I will not be able to test those on master branch. At least I can make it compile, have you some advices to non regressed crash utility

Re: [oe] Crash cross canadian?

2023-12-06 Thread Khem Raj
On Wed, Dec 6, 2023 at 10:02 AM Frédéric Martinsons < frederic.martins...@gmail.com> wrote: > Hello list, > > Since some times (back to warrior branch I think), I have in my custom > layer a cross canadian version from the crash tool, I personnally used it > for analysing vmcore from an arm

[oe] Crash cross canadian?

2023-12-06 Thread Frederic Martinsons
Hello list, Since some times (back to warrior branch I think), I have in my custom layer a cross canadian version from the crash tool, I personnally used it for analysing vmcore from an arm target (cortex a53) offline within the sdk. I recently upgraded to kirsktone and the update of this

[oe] [meta-oe][PATCH] monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib

2023-12-06 Thread Martin Jansa
* fixes: ERROR: monocypher-4.0.2-r0 do_package: QA Issue: monocypher: Files/directories were installed but not shipped in any package: /usr/lib/libmonocypher.so /usr/lib/libmonocypher.so.4 /usr/lib/libmonocypher.a /usr/lib/pkgconfig /usr/lib/pkgconfig/monocypher.pc Please set FILES such

Re: [oe] [kirkstone][PATCH 0/2] Add sipconfig.py support to sip3

2023-12-06 Thread Rob Woolley via lists.openembedded.org
Hi Armin, Thanks for looking at this.  No, I don't think we need it in master. Riverbank Computing changed python3-pyqt5 to only support SIP v6. (FYI I sent out a separate pull request to meta-qt5 to update python-pyqt5 to 5.15.7. This version is the last release to use SIP v4; see 

[oe] [meta-oe][PATCH] sip: Upgrade 6.7.12 -> 6.8.0

2023-12-06 Thread Leon Anavi
Add runtime dependencies and upgrade sip to version 6.8.0: - Added support for specifying the project metadata using the [project] section of pyproject.toml as defined in PEP 621. The use of the [tool.sip.metadata] is now deprecated. - The latest version of ABI v13 is v13.7.0. - The latest

Re: [oe] [meta-webserver][PATCH] netdata: added Python as rdepends

2023-12-06 Thread Khem Raj
On Wed, Dec 6, 2023 at 7:08 AM Jan Vermaete wrote: > Netdata has plugins. Some of the written in Python. > Are these plugins required always to run main binaries from netdata if not then maybe separate them out into package of their own and then redepend that package on python >

[oe] [meta-webserver][PATCH] netdata: added Python as rdepends

2023-12-06 Thread Jan Vermaete
Netdata has plugins. Some of the written in Python. Signed-off-by: Jan Vermaete --- meta-webserver/recipes-webadmin/netdata/netdata_1.43.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_1.43.2.bb

Re: [oe] [PATCH] abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake

2023-12-06 Thread Khem Raj
On Wed, Dec 6, 2023 at 3:01 AM Petr Chernikov wrote: > Raj, is my testing enough to apply changes? > I think you have to compile mosh package to see the issue abseil builds fine > > > -Original Message- > From: Petr Chernikov > Sent: Tuesday, December 5, 2023 10:53 AM > To: 'Khem Raj'

Re: [oe] [kirkstone][PATCH 0/2] Add sipconfig.py support to sip3

2023-12-06 Thread Armin Kuster
On 12/1/23 10:09 PM, Rob Woolley via lists.openembedded.org wrote: Some packages in meta-ros, like qt-gui-cpp, need sipconfig.py to be present in python3-sip3. Changes are required to ensure that the sip tools execute successfully and that paths from the host machine don't get included in the

Re: [oe] [meta-gnome][PATCH v2] zenity: Upgrade to 3.99.91 (4.0 RC2)

2023-12-06 Thread Ross Burton
On 6 Dec 2023, at 11:30, Zoltan Boszormenyi via lists.openembedded.org wrote: > > 2023. 12. 06. 12:09 keltezéssel, Ross Burton írta: >> Why are you upgrading to a release candidate? > > Treat it as an RFC. Thanks. Please mark it as such in the future. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You

[oe] [meta-gnome][PATCH] mutter: Make gnome-desktop and libcanberra dependencies optional

2023-12-06 Thread Zoltan Boszormenyi
mutter may be used as a standalone compositor and even an X11 WM without the complete GNOME desktop environment. Make this optional and add the new control knob to PACKAGECONFIG by default. The built-in sound player functionality depends on libcanberra which is considered outdated. Make this

Re: [oe] [meta-gnome][PATCH v2] zenity: Upgrade to 3.99.91 (4.0 RC2)

2023-12-06 Thread Zoltan Boszormenyi
2023. 12. 06. 12:09 keltezéssel, Ross Burton írta: Why are you upgrading to a release candidate? Treat it as an RFC. I wanted to build a GTK4-only image. See my other patch against update_gtk_icon_cache to fix the do_rootfs fallout. Ross On 6 Dec 2023, at 06:39, Zoltan Boszormenyi via

Re: [oe] [meta-gnome][PATCH v2] zenity: Upgrade to 3.99.91 (4.0 RC2)

2023-12-06 Thread Ross Burton
Why are you upgrading to a release candidate? Ross > On 6 Dec 2023, at 06:39, Zoltan Boszormenyi via lists.openembedded.org > wrote: > > zenity 4.0 now uses GTK4 and GTK4-based webkitgtk. > > The perl based gdialog is no more, its subpackage would be empty. > Don't try to generate this

Re: [oe] [PATCH] abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake

2023-12-06 Thread Petr Chernikov
Raj, is my testing enough to apply changes? -Original Message- From: Petr Chernikov Sent: Tuesday, December 5, 2023 10:53 AM To: 'Khem Raj' Cc: openembedded-devel@lists.openembedded.org Subject: RE: [oe] [PATCH] abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake Hi

Re: [oe][meta-oe][master][kirkstone][mickledore][PATCH 1/1] yasm: fix CVE-2023-37732

2023-12-06 Thread Soumya via lists.openembedded.org
Gentle Reminder for kirkstone branch. Regards, Soumya From: openembedded-devel@lists.openembedded.org on behalf of Soumya via lists.openembedded.org Sent: Friday, August 18, 2023 8:08 PM To: openembedded-devel@lists.openembedded.org Subject: