[oe] [meta-oe][PATCH] recipes: Drop remaining PR values from recipes

2024-03-14 Thread Martin Jansa
* as oe-core did in: https://git.openembedded.org/openembedded-core/commit/?id=d4c346e8ab * when people are have to maintain own PRs for recipes in oe-core, they might add them for meta-oe recipes at the same time when upgrading to next LTS Signed-off-by: Martin Jansa ---

Re: [oe] [meta-oe][PATCH] postgresql: fix a runtime error

2024-03-14 Thread Khem Raj
On Thu, Mar 14, 2024 at 10:25 PM Changqing Li wrote: > > > On 3/15/24 13:10, Khem Raj wrote: > > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and > know the content is safe. > > On Thu, Mar 14, 2024 at

Re: [oe] [meta-oe][PATCH] postgresql: fix a runtime error

2024-03-14 Thread Changqing Li
On 3/15/24 13:10, Khem Raj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, Mar 14, 2024 at 10:01 PM Changqing Li wrote: On 3/15/24 01:12, Khem Raj wrote:

[oe] [meta-oe][kirkstone][PATCH] openjpeg: Backport fix CVE-2021-3575

2024-03-14 Thread Vivek Kumbhar via lists.openembedded.org
Upstream-Status: Backport from https://github.com/uclouvain/openjpeg/commit/7bd884f8750892de4f50bf4642fcfbe7011c6bdf Signed-off-by: Vivek Kumbhar --- .../openjpeg/openjpeg/CVE-2021-3575.patch | 45 +++ .../openjpeg/openjpeg_2.4.0.bb| 1 + 2 files changed,

[oe] [meta-oe][PATCH] unionfs-fuse, dropwatch, postgresql, yasm, multipath-tools, python3-pybind11: add missing Upstream-Status

2024-03-14 Thread Martin Jansa
* add Pending to .patch files where it was accidentally droped with upgrades or modifications in: f88e5b146e postgresql: upgrade 15.5 -> 16.2 c904e169db multipath-tools: upgrade 0.9.3 -> 0.9.8 105be9b3d9 unionfs-fuse: upgrade 2.2 --> 3.4 or new patches where the author didn't

Re: [oe] [meta-multimedia][PATCH v2] spandsp: new telephony DSP library

2024-03-14 Thread Khem Raj
Not much to do with musl, it fails when I use clang on my desktop as well. you can see the same errors with clang on host CC=clang ./configure make On Thu, Mar 14, 2024 at 9:37 PM Khem Raj wrote: > > fails to build with musl/clang > > https://snips.sh/f/qCR86Rwwz1 > > On Thu, Mar 14, 2024 at

Re: [oe] [meta-oe][PATCH] postgresql: fix a runtime error

2024-03-14 Thread Khem Raj
On Thu, Mar 14, 2024 at 10:01 PM Changqing Li wrote: > > > On 3/15/24 01:12, Khem Raj wrote: > > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and > know the content is safe. > > On Thu, Mar 14, 2024 at

Re: [oe] [meta-oe][PATCH] postgresql: fix a runtime error

2024-03-14 Thread Changqing Li
On 3/15/24 01:12, Khem Raj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, Mar 14, 2024 at 12:22 AM Changqing Li wrote: From: Changqing Li initdb on target

Re: [oe] [meta-multimedia][PATCH v2] spandsp: new telephony DSP library

2024-03-14 Thread Khem Raj
fails to build with musl/clang https://snips.sh/f/qCR86Rwwz1 On Thu, Mar 14, 2024 at 12:43 PM Jörg Sommer via lists.openembedded.org wrote: > > From: Jörg Sommer > > Signed-off-by: Jörg Sommer > --- > .../spandsp/spandsp/configure.patch | 56 ++ >

Re: [oe] [meta-oe][PATCHv2 2/3] lvgl: remove useless FILES include

2024-03-14 Thread Marek Vasut
On 3/14/24 8:21 PM, Christophe Chapuis wrote: As ${includedir}${PN} is already listed in FILES, there is no need to add one of its subdirectories. Signed-off-by: Christophe Chapuis Reviewed-by: Marek Vasut Thanks ! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [oe] [meta-oe][PATCHv2 3/3] lvgl: add more variables to lv-conf.inc

2024-03-14 Thread Marek Vasut
On 3/14/24 8:21 PM, Christophe Chapuis wrote: As it can be usefull to customize these other variables, let's add them in lv-conf.inc. Also, fix the install path to use ${PN} instead of "lvgl". Separate commit would be nice. btw when sending V3, please CC Khem and co. if you didn't yet.

Re: [oe] [meta-oe][PATCHv2 1/3] lvgl: fix typo and install lv_conf.h

2024-03-14 Thread Marek Vasut
On 3/14/24 8:21 PM, Christophe Chapuis wrote: * Fix a typo in the first sed instruction, and therefore the #if 0 is never changed to #if 1 at the beginning of lv_conf.h. * Add an install append to copy the generated lv_conf.h as part of the lvgl package, so that it will be found and

[oe] [meta-multimedia][PATCH v2] spandsp: new telephony DSP library

2024-03-14 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer Signed-off-by: Jörg Sommer --- .../spandsp/spandsp/configure.patch | 56 ++ .../spandsp/spandsp/makefile.patch| 161 ++ .../recipes-multimedia/spandsp/spandsp_git.bb | 47 + 3 files changed, 264 insertions(+) create mode 100644

[oe] [meta-oe][PATCHv2 3/3] lvgl: add more variables to lv-conf.inc

2024-03-14 Thread Tofe
As it can be usefull to customize these other variables, let's add them in lv-conf.inc. Also, fix the install path to use ${PN} instead of "lvgl". Signed-off-by: Christophe Chapuis --- meta-oe/recipes-graphics/lvgl/lv-conf.inc | 49 +++ 1 file changed, 33 insertions(+), 16

[oe] [meta-oe][PATCHv2 1/3] lvgl: fix typo and install lv_conf.h

2024-03-14 Thread Tofe
* Fix a typo in the first sed instruction, and therefore the #if 0 is never changed to #if 1 at the beginning of lv_conf.h. * Add an install append to copy the generated lv_conf.h as part of the lvgl package, so that it will be found and used by the recipes that want to use lvgl.

[oe] [meta-oe][PATCHv2 2/3] lvgl: remove useless FILES include

2024-03-14 Thread Tofe
As ${includedir}${PN} is already listed in FILES, there is no need to add one of its subdirectories. Signed-off-by: Christophe Chapuis --- meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb

Re: [oe] [meta-oe][PATCH] lvgl: fix typo and install lv_conf.h

2024-03-14 Thread Tofe
Hi I realize there is no context in that patch proposal, let me clarify a bit. First, there is a typo in the first sed instruction, and therefore the #if 0 is never changed to #if 1 at the beginning of lv_conf.h. Secondly I added an install append to copy the generated lv_conf.h as part of the

[oe] [meta-oe][PATCH] lvgl: fix typo and install lv_conf.h

2024-03-14 Thread Tofe
Signed-off-by: Christophe Chapuis --- meta-oe/recipes-graphics/lvgl/lv-conf.inc | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/lvgl/lv-conf.inc b/meta-oe/recipes-graphics/lvgl/lv-conf.inc index cb676ac62..cd14412e1 100644 ---

Re: [oe] [meta-multimedia][PATCH] spandsp: new telephony DSP library

2024-03-14 Thread Khem Raj
On Thu, Mar 14, 2024 at 2:10 AM Jörg Sommer via lists.openembedded.org wrote: > > From: Jörg Sommer > > Signed-off-by: Jörg Sommer > --- > .../spandsp/spandsp/configure.patch | 56 ++ > .../spandsp/spandsp/makefile.patch| 161 ++ >

Re: [oe] [meta-oe][PATCH] postgresql: fix a runtime error

2024-03-14 Thread Khem Raj
On Thu, Mar 14, 2024 at 12:22 AM Changqing Li wrote: > > From: Changqing Li > > initdb on target will fail with below error: > 2024-03-13 08:40:23.253 UTC [4410] FATAL: could not load library > "/usr/lib64/postgresql/dict_snowball.so": > /usr/lib64/postgresql/dict_snowball.so: undefined

[oe] [PATCH] sngrep: new recipe for ncurses SIP Messages flow viewer

2024-03-14 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer Signed-off-by: Jörg Sommer --- .../recipes-support/sngrep/sngrep_1.8.0.bb| 37 +++ 1 file changed, 37 insertions(+) create mode 100644 meta-networking/recipes-support/sngrep/sngrep_1.8.0.bb diff --git

[oe] [meta-multimedia][PATCH] spandsp: new telephony DSP library

2024-03-14 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer Signed-off-by: Jörg Sommer --- .../spandsp/spandsp/configure.patch | 56 ++ .../spandsp/spandsp/makefile.patch| 161 ++ .../recipes-multimedia/spandsp/spandsp_git.bb | 47 + 3 files changed, 264 insertions(+) create mode 100644

[oe] [meta-oe][PATCH] postgresql: fix a runtime error

2024-03-14 Thread Changqing Li
From: Changqing Li initdb on target will fail with below error: 2024-03-13 08:40:23.253 UTC [4410] FATAL: could not load library "/usr/lib64/postgresql/dict_snowball.so": /usr/lib64/postgresql/dict_snowball.so: undefined symbol: CurrentMemoryContext Refer [1][2], for cross compile,