[oe] [meta-oe][PATCH] rtkit: add recipe

2023-02-01 Thread Markus Volk
rtkit is a runtime dependency for xdg-desktop-portal --- meta-oe/recipes-support/rtkit/rtkit_0.13.bb | 23 + 1 file changed, 23 insertions(+) create mode 100644 meta-oe/recipes-support/rtkit/rtkit_0.13.bb diff --git a/meta-oe/recipes-support/rtkit/rtkit_0.13.bb b/meta-oe/rec

[oe] [meta-networking][PATCHv5] system-config-printer: add recipe

2023-02-01 Thread Markus Volk
The OpenPrinting gui for cups configuration Signed-off-by: Markus Volk --- .../system-config-printer_1.5.18.bb | 36 +++ 1 file changed, 36 insertions(+) create mode 100644 meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config

Re: [oe] [meta-oe][PATCHv4] system-config-printer: add recipe

2023-02-01 Thread Khem Raj
its using python3-firewall from meta-openembedded/meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/firewalld_1.2.0.bb so perhaps put this recipe in meta-openembedded/meta-networking/dynamic-layers/meta-python/ On Tue, Jan 31, 2023 at 10:49 PM Markus Volk wrote: > > The Op

[oe] [meta-gnome][PATCH] gegl: Depend on openmp when using clang

2023-02-01 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb index 335ce24aa9..d5291711bb 100644 --- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.

Re: [oe] [meta-oe][PATCH 12/12] nodejs: Fix build with gcc13

2023-02-01 Thread Khem Raj
On Wed, Feb 1, 2023 at 3:14 AM Martin Jansa wrote: > > On Mon, Jan 30, 2023 at 6:09 AM Khem Raj wrote: >> >> Signed-off-by: Khem Raj >> --- >> .../nodejs/nodejs/gcc13.patch | 28 +++ >> .../recipes-devtools/nodejs/nodejs_18.12.1.bb | 1 + >> 2 files changed, 29

[oe] [meta-oe][PATCH] concurrencykit: Make patch compatible with Bourne shell

2023-02-01 Thread David Bagonyi
From: David Bagonyi The use of `>&` assumes we are using a shell that supports this syntax. In case of running this through `sh`, we get "Syntax error: Bad fd number" --- ...configure-Fix-compoiler-detection-logic-for-cross-co.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) dif

[oe] [meta-oe][PATCH] meta: remove True option to getVar calls (again)

2023-02-01 Thread Martin Jansa
* True is default since 2016 and most layers were already updated not to pass this parameter where not necessary, e.g. oe-core was updated couple times, first in: https://git.openembedded.org/openembedded-core/commit/?id=7c552996597faaee2fbee185b250c0ee30ea3b5f Updated with the same regex

Re: [oe] [meta-python][kirkstone][PATCH 3/6] python3-pillow: upgrade 9.2.0 -> 9.3.0

2023-02-01 Thread Armin Kuster
Hello Randy, On 1/31/23 6:08 PM, Randy MacLeod wrote: From: Wang Mingyu Changelog: = Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [wiredfool] Initialize libtiff buffer when saving #6699 [radarhere] Inline fname2char to fix memory leak #6329 [nulano] Fix memory

Re: [oe] [meta-python][kirkstone][PATCH 1/6] python3-pillow: upgrade 9.0.1 -> 9.1.1

2023-02-01 Thread Armin Kuster
Randy, On 1/31/23 6:08 PM, Randy MacLeod wrote: From: Xu Huan Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- .../{python3-pillow_9.0.1.bb => python3-pillow_9.1.1.bb}| 6 +++--- Why would I want to take this? Is this an LTS or bug fix only? Also, you didn't signoff this backport.

Re: [oe] [meta-oe][PATCH 12/12] nodejs: Fix build with gcc13

2023-02-01 Thread Martin Jansa
On Mon, Jan 30, 2023 at 6:09 AM Khem Raj wrote: > Signed-off-by: Khem Raj > --- > .../nodejs/nodejs/gcc13.patch | 28 +++ > .../recipes-devtools/nodejs/nodejs_18.12.1.bb | 1 + > 2 files changed, 29 insertions(+) > create mode 100644 meta-oe/recipes-devtools/no

[oe] [meta-oe][PATCH v2] extract-cert: add recipe

2023-02-01 Thread Jan Luebbe
The extract-cert tool is used to fetch the X.509 certificate associated with a key from a PKCS#11 token (such as a HSM or YubiKey). This version is derived from certs/extract-cert in the Linux kernel as a stand-alone tool to make it available when signing other software components besides the kerne