Re: [oe] [meta-gnome][PATCHv2] rest: Add packageconfigs for examples and tests

2023-11-06 Thread Markus Volk
v2 cleans up dependencies for doc On Tue, Nov 7 2023 at 08:28:43 AM +01:00:00, Markus Volk wrote: Motivation is to not install rest-demos by default. Allow to build doc and vapi according to DISTRO_FEATURES Signed-off-by: Markus Volk > ---

[oe] [meta-gnome][PATCHv2] rest: Add packageconfigs for examples and tests

2023-11-06 Thread Markus Volk
Motivation is to not install rest-demos by default. Allow to build doc and vapi according to DISTRO_FEATURES Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/rest/rest_0.9.1.bb | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git

[oe] [meta-xfce][PATCH 11/16] xarchiver: Specify the version in the recipe file name

2023-11-06 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- .../xarchiver/{xarchiver_git.bb => xarchiver_0.5.4.21.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-apps/xarchiver/{xarchiver_git.bb => xarchiver_0.5.4.21.bb} (98%) diff --git

[oe] [meta-python][PATCH 13/16] python3-kivy: Move a comment so it makes more sense

2023-11-06 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb b/meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb index

[oe] [meta-python][PATCH 15/16] python3-pylint: Only set SRCREV once

2023-11-06 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb b/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb

[oe] [meta-oe][PATCH 03/16] neatvnc: Specify the version in the recipe file name

2023-11-06 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- .../neatvnc/{neatvnc_git.bb => neatvnc_0.7.0.bb}| 2 -- 1 file changed, 2 deletions(-) rename meta-oe/recipes-graphics/neatvnc/{neatvnc_git.bb => neatvnc_0.7.0.bb} (98%) diff --git a/meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb

[oe] [meta-oe][PATCH 04/16] mstpd: Update to 0.1.0+

2023-11-06 Thread Peter Kjellerstedt
The "update" to 0.05 in commit d0dbeb580f was actually a revert, since version "0.05" in reality corresponds to "0.0.5". Also do some clean up: * Unify SRC_URI. * Correct the indentation of shell code. Signed-off-by: Peter Kjellerstedt --- .../recipes-extended/networking/mstpd_git.bb | 26

[oe] [meta-multimedia][PATCH 09/16] libuvc: Specify the version in the recipe file name

2023-11-06 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- .../recipes-multimedia/libuvc/{libuvc.bb => libuvc_0.0.7.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/libuvc/{libuvc.bb => libuvc_0.0.7.bb} (97%) diff --git

[oe] [meta-oe][PATCH 07/16] mksh: Update to 59c properly

2023-11-06 Thread Peter Kjellerstedt
The "update" in commit 2df786211a only changed the version without actually changing the downloaded tar ball. Signed-off-by: Peter Kjellerstedt --- meta-oe/recipes-shells/mksh/{mksh_R59c.bb => mksh_59c.bb} | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) rename

[oe] [meta-python][PATCH 14/16] python3-greenlet: Avoid duplicate URI in SRC_URI

2023-11-06 Thread Peter Kjellerstedt
${PYPI_SRC_URI} is prepended to SRC_URI by the pypi class so there is no reason to also do it in the recipe. Signed-off-by: Peter Kjellerstedt --- meta-python/recipes-devtools/python/python3-greenlet_3.0.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git

[oe] [meta-python][PATCH 16/16] python3-pytest-mock: Only set SRCREV once

2023-11-06 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- .../recipes-devtools/python/python3-pytest-mock_3.12.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb

[oe] [meta-oe][PATCH 06/16] libtorrent: Add UPSTREAM_CHECK_GITTAGREGEX

2023-11-06 Thread Peter Kjellerstedt
This makes sure only tags like "vX.Y.Z" are identified as releases. Signed-off-by: Peter Kjellerstedt --- meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[oe] [meta-filesystems][PATCH 12/16] xfstests: Update to 2023.10.29 properly

2023-11-06 Thread Peter Kjellerstedt
The "update" in commit 2af7d3f63e added a SRCREV rather than updating SRCREV_xfstests. Change the recipe to actually use SRCREV so that it is compatible with future AUH updates. Also replace "/usr" with "${prefix}". Signed-off-by: Peter Kjellerstedt --- I wonder if this recipe really should

[oe] [meta-multimedia][PATCH 10/16] gst-shark: Update to 0.8.1 properly

2023-11-06 Thread Peter Kjellerstedt
The "update" in commit 60726d77d5 added a SRCREV rather than updating SRCREV_base. Change the recipe to actually use SRCREV so that it is compatible with future AUH updates. Also specify the version in the recipe file name, and correct somw whitespace. Signed-off-by: Peter Kjellerstedt ---

[oe] [meta-multimedia][PATCH 08/16] fluidsynth: Specify the version in the recipe file name

2023-11-06 Thread Peter Kjellerstedt
Also unify the SRC_URI. Signed-off-by: Peter Kjellerstedt --- .../{fluidsynth_git.bb => fluidsynth_2.3.4.bb}| 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) rename meta-multimedia/recipes-multimedia/fluidsynth/{fluidsynth_git.bb => fluidsynth_2.3.4.bb} (94%) diff

[oe] [meta-oe][PATCH 01/16] jack: Revert to 1.9.22

2023-11-06 Thread Peter Kjellerstedt
There is no version "2". The tag "jack2-control-api-relicense-nedko" incorrectly triggered AUH to identify it as version "2". Additionally, the previous recipe version "1.19.22" was also incorrect. It should actually have been "1.9.22". License-Update: Update the licenses based on analysis of the

[oe] [meta-oe][PATCH 02/16] pahole: Correct the version in the recipe file name

2023-11-06 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- .../recipes-devtools/pahole/{pahole_1.24.bb => pahole_1.25.bb} | 3 --- 1 file changed, 3 deletions(-) rename meta-oe/recipes-devtools/pahole/{pahole_1.24.bb => pahole_1.25.bb} (96%) diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.24.bb

[oe] [meta-gnome][PATCH] rest: Add packageconfigs for examples and tests

2023-11-06 Thread Markus Volk
Motivation is to not install rest-demos by default. Allow to build doc and vapi according to DISTRO_FEATURES Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/rest/rest_0.9.1.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git

Re: [oe] [AUH] jack: upgrading to 2 SUCCEEDED

2023-11-06 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel@lists.openembedded.org > On Behalf Of Auto Upgrade Helper > Sent: den 3 november 2023 20:53 > To: for...@yoctoproject.org; maintai...@yoctoproject.org; > f...@yoctoproject.org; a...@yoctoproject.org > Cc:

[oe] [meta-oe][PATCH] modemmanager: inherit upstream-version-is-even

2023-11-06 Thread Khem Raj
Odd release numbers are for dev/unstable releases Signed-off-by: Khem Raj Cc: Theodore A. Roth --- .../recipes-connectivity/modemmanager/modemmanager_1.22.0.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [AUH] modemmanager: upgrading to 1.23.1 SUCCEEDED

2023-11-06 Thread Khem Raj
On Mon, Nov 6, 2023 at 7:58 PM Theodore A. Roth wrote: > On Fri, Nov 3, 2023 at 1:53 PM Auto Upgrade Helper > wrote: > > > > Hello, > > > > this email is a notification from the Auto Upgrade Helper > > that the automatic attempt to upgrade the recipe *modemmanager* to > *1.23.1* has Succeeded.

Re: [oe] [AUH] modemmanager: upgrading to 1.23.1 SUCCEEDED

2023-11-06 Thread Theodore A. Roth
On Fri, Nov 3, 2023 at 1:53 PM Auto Upgrade Helper wrote: > > Hello, > > this email is a notification from the Auto Upgrade Helper > that the automatic attempt to upgrade the recipe *modemmanager* to *1.23.1* > has Succeeded. > > Next steps: > - apply the patch: git am

[oe] [meta-oe][dunfell][PATCH] glmark2: fix compatibility with python-3.11

2023-11-06 Thread Marek Vasut
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- ...b-fix-compatibility-with-python-3.11.patch | 76 +++ .../recipes-benchmark/glmark2/glmark2_git.bb | 5 +- 2 files changed, 79 insertions(+), 2 deletions(-) create mode 100644

Re: [oe] [meta-oe][kirkstone][PATCH 1/1] open-vm-tools: fix CVE-2023-20900

2023-11-06 Thread Narpat Mali via lists.openembedded.org
On 31-10-2023 17:42, Narpat Mali via lists.openembedded.org wrote: On 12-10-2023 16:44, Narpat Mali via lists.openembedded.org wrote: On 22-09-2023 17:41, Narpat Mali via lists.openembedded.org wrote: From: Narpat Mali A malicious actor that has been granted Guest Operation Privileges

Re: [oe] [meta-gnome][PATCH 2/2] libchamplain: Upgrade 0.12.20 -> 0.12.21

2023-11-06 Thread Yoann Congal
Le 06/11/2023 à 11:44, Markus Volk a écrit : > On Mon, Nov 6 2023 at 11:29:44 AM +01:00:00, Yoann Congal > wrote: >> Just by curiosity, do you use the auto upgrade helper (AUH) output to do >> this? > > Hi Yoann, > I'm not doing automated updates because I always want to have a look at the >

[oe] [meta-python][PATCH 3/3] python3-py7zr: add recipe

2023-11-06 Thread Leon Anavi
Add py7zr, a pure python 7-zip library. Version 0.20.7 with Python 3.12 support. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-py7zr_0.20.7.bb| 29 +++ 1 file changed, 29 insertions(+) create mode 100644

[oe] [meta-python][PATCH 2/3] python3-pyppmd: add recipe

2023-11-06 Thread Leon Anavi
Add pyppmd, a PPMd compression/decompression library. Version 1.1.0 provides: - Add Python 3.12 support - Minimum required python to be 3.8 - Export PPMD8_RESTORE_METHOD* constants - Drop setup.cfg - Drop github actions workflows - README: Add SPDX identifier - CI run on python 3.10, 3.11 and

[oe] [meta-python][PATCH 1/3] python3-pybcj: add recipe

2023-11-06 Thread Leon Anavi
Add pybcj, a bcj filter library. Version 1.0.2 brings: - Support python 3.12 - Add cibuildwheel config This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-pybcj_1.0.2.bb | 24 +++ 1 file changed, 24 insertions(+) create mode

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

2023-11-06 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:

Re: [oe] [meta-gnome][PATCH 2/2] libchamplain: Upgrade 0.12.20 -> 0.12.21

2023-11-06 Thread Markus Volk
On Mon, Nov 6 2023 at 11:29:44 AM +01:00:00, Yoann Congal wrote: Just by curiosity, do you use the auto upgrade helper (AUH) output to do this? Hi Yoann, I'm not doing automated updates because I always want to have a look at the NEWS file and possible changes in the buildsystem . Usually I

Re: [oe] [meta-gnome][PATCH 2/2] libchamplain: Upgrade 0.12.20 -> 0.12.21

2023-11-06 Thread Yoann Congal
Hi Markus, Le 06/11/2023 à 11:24, Markus Volk a écrit : > - switch to soup3 > - build vapi > > Signed-off-by: Markus Volk > --- > .../{libchamplain_0.12.20.bb => libchamplain_0.12.21.bb}| 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename

[oe] [meta-gnome][PATCH 2/2] libchamplain: Upgrade 0.12.20 -> 0.12.21

2023-11-06 Thread Markus Volk
- switch to soup3 - build vapi Signed-off-by: Markus Volk --- .../{libchamplain_0.12.20.bb => libchamplain_0.12.21.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/libchamplain/{libchamplain_0.12.20.bb => libchamplain_0.12.21.bb} (61%) diff

[oe] [meta-gnome][PATCH 1/2] webp-pixbuf-loader: Upgrade 0.2.4 -> 0.2.5

2023-11-06 Thread Markus Volk
Signed-off-by: Markus Volk --- ...{webp-pixbuf-loader_0.2.4.bb => webp-pixbuf-loader_0.2.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-support/webp-pixbuf-loader/{webp-pixbuf-loader_0.2.4.bb => webp-pixbuf-loader_0.2.5.bb} (91%) diff --git

[oe] [meta-multimedia][PATCH] nv-codec-headers: Upgrade 12.0.16.0 -> 12.1.14.0

2023-11-06 Thread Markus Volk
Signed-off-by: Markus Volk --- ...codec-headers_12.0.16.0.bb => nv-codec-headers_12.1.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/nv-codec-headers/{nv-codec-headers_12.0.16.0.bb => nv-codec-headers_12.1.14.0.bb} (91%) diff --git

[oe] [meta-gnome][PATCH] rest: Upgrade 0.9.0 -> 0.9.1

2023-11-06 Thread Markus Volk
- add missing dependencies - drop soup2 support Signed-off-by: Markus Volk --- .../rest/{rest_0.9.0.bb => rest_0.9.1.bb} | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) rename meta-gnome/recipes-gnome/rest/{rest_0.9.0.bb => rest_0.9.1.bb} (61%) diff --git

[oe] [PATCH v1 1/1] Brotli: fix build failed if the path includes "-static"

2023-11-06 Thread Jamin Lin via lists.openembedded.org
It would like to remove "-static" in the name of statice library at the do_install task. For example: replace libbrotlicommon-static.a with ibbrotlicommon-static.a However, if the patch of this statice library includes "-static", it would build failed. (ex: set my build directory "build-static")

[oe] [PATCH v1 0/1] fix build failed if the path includes "-static"

2023-11-06 Thread Jamin Lin via lists.openembedded.org
v0: fix build failed if the path includes "-static" v1: add a sepator in path Jamin Lin (1): Brotli: fix build failed if the path includes "-static" meta-oe/recipes-extended/brotli/brotli_1.0.9.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=-

[oe] [meta-gnome][PATCH] xdg-desktop-portal-gtk: Upgrade 1.14.1 -> 1.15.1

2023-11-06 Thread Markus Volk
Changes in 1.15.1, 2023-10-21 = - Fix build of feature-gated portals Changes in 1.15.0, 2023-10-20 = - Switch to the Meson build system, and drop Autotools - Drop most use of private GNOME API; the following portal interfaces have been

Re: [oe] [meta-oe][PATCH] ast2600:emmc: unsigned rot image align block size (512bytes)

2023-11-06 Thread Jamin Lin via lists.openembedded.org
Yes, I want to send this patch to OpenBMC Sorry for your inconvenient From: Tim Orling Sent: Saturday, November 4, 2023 2:33 AM To: Khem Raj Cc: Jamin Lin ; openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH] ast2600:emmc: unsigned rot image align block size

Re: [oe] [meta-oe][PATCH] ast2600:emmc: unsigned rot image align block size (512bytes)

2023-11-06 Thread Jamin Lin via lists.openembedded.org
Yes, I sent the wrong place. Please ignore it. Sorry for your inconvenient. From: Khem Raj Sent: Saturday, November 4, 2023 1:08 AM To: Jamin Lin Cc: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH] ast2600:emmc: unsigned rot image align block size (512bytes) we

Re: [oe] [PATCH v1 1/1] Brotli: fix build failed if the path includes "-static"

2023-11-06 Thread Jamin Lin via lists.openembedded.org
Thanks for your review. Will fix it From: Khem Raj Sent: Saturday, November 4, 2023 12:29 AM To: Jamin Lin Cc: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [PATCH v1 1/1] Brotli: fix build failed if the path includes "-static" On Fri, Nov 3, 2023 at 4:37 AM Jamin Lin via

Re: [oe] [PATCH v1 1/1] Brotli: fix build failed if the path includes "-static"

2023-11-06 Thread Jamin Lin via lists.openembedded.org
Thanks review. Will fix -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#106398): https://lists.openembedded.org/g/openembedded-devel/message/106398 Mute This Topic: https://lists.openembedded.org/mt/102360862/21656 Group Owner:

[oe] [meta-oe][PATCH] xdg-desktop-portal: Upgrade 1.18.0 -> 1.18.1

2023-11-06 Thread Markus Volk
Current meson.build fails if flatpak was not found using pkgconfig ../git/meson.build:203:44: ERROR: Unknown variable "flatpak_dep" Removing -Dflatpak-interfaces-dir setting and relying on pkgconfig for flatpak instead seems to work well in our case and avoids the error above This is a new minor