[oe] [meta-networking][PATCH] bluez-tools: New recipe for bluez5 tools

2024-03-18 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer --- .../bluez-tools/fix-memory-leaks.patch| 768 ++ .../obex-file-fix-null-check.patch| 41 + .../bluez-tools/bluez-tools_git.bb| 24 + 3 files changed, 833 insertions(+) create mode 100644

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

2024-03-16 Thread Jörg Sommer via lists . openembedded . org
I've found this bug report upstreamhttps://github.com/freeswitch/spandsp/issues/67. It builds fine for me with the older version df1282eb9af538ab1aadb6d66146e258451d4fe4. Mit freundlichen Grüßen Jörg Sommer Software Developer / Programmierer -- Navimatix GmbH Tatzendpromenade 2 07745

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

2024-03-16 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 | 50 ++ 3 files changed, 267 insertions(+) create mode

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

2024-03-15 Thread Jörg Sommer via lists . openembedded . org
Yes, I'm getting these errors, too, when compiling with clang; independent of the clang version up to 19. It seems to be a problem of `pow()`. gcc might have a built-in and can compute it at compile-time, while clang has no built-in of pow. Jörg Sommer Software Developer / Programmierer

[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] [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 v5] bonnie++: New recipe for version 2.0

2024-01-28 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

[oe] [meta-oe][PATCH] i2cdev: Fix MUSL build

2024-01-12 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer Building the recipe with MUSL fails, because it uses error.h which isn't supported by MUSL. Because the usage is only in one expression, it's easy to rewrite this. Signed-off-by: Jörg Sommer --- .../recipes-bsp/i2cdev/i2cdev/fix-musl.patch | 122 ++

[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

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

2024-01-08 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

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

2023-12-30 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] [meta-oe][PATCH v2] bonnie++: New recipe for version 2.0

2023-12-30 Thread Jörg Sommer via lists . openembedded . org
Are the build logs available anywhere? I would like to see do_configure and do_compile. I suspect that configure picks the wrong compiler. Kind regards Jörg Sommer Software Developer / Programmierer -- Navimatix GmbH Tatzendpromenade 2 07745 Jena T: 03641 - 327 99 0 F: 03641 - 526 306

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

2023-12-29 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

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

2023-12-28 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

[oe] [meta-oe][PATCH] i2cdev: New recipe with i2c tools

2023-12-27 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer The main part is the tool lsi2c to scan the i2c bus, like lspci and lsusb do. This recipe also ships a static library *libi2cdev.a*. Because this library contains the file *smbus.c* which is *GPL v2+,* and a static library can't be linked dynamically to satisfy the LGPL, the

Re: [oe] [PATCH] [meta classes] sed -i destroys symlinks

2023-11-08 Thread Jörg Sommer via lists . openembedded . org
On 07.11.23 21:24, Joakim Tjernlund via lists.openembedded.org wrote: > In /etc/passwd is a symlink, sed -i on same file will replace the I suspect the »In« should be an »If« > symlink with a new file. Prevent that by expanding the file with realpath > before giving it to sed. Using `sed -i`

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-11-03 Thread Jörg Sommer via lists . openembedded . org
On 30.10.23 14:24, Jörg Sommer via lists.openembedded.org wrote: > On 30.10.23 13:29, Bruce Ashfield wrote: >> On Mon, Oct 30, 2023 at 4:40 AM Jörg Sommer >> wrote: >>> On 26.10.23 17:25, Bruce Ashfield wrote: > I ran into issues with some kernel versions, but we may have moved on far

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-30 Thread Jörg Sommer via lists . openembedded . org
On 30.10.23 13:29, Bruce Ashfield wrote: > On Mon, Oct 30, 2023 at 4:40 AM Jörg Sommer wrote: >> On 26.10.23 17:25, Bruce Ashfield wrote: >>> I ran into issues with some kernel versions, but we may have moved on >>> far enough that it is no longer an issue. >> >> Do you remember what kind of

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-30 Thread Jörg Sommer via lists . openembedded . org
On 26.10.23 17:25, Bruce Ashfield wrote: > On Thu, Oct 26, 2023 at 7:16 AM Jörg Sommer wrote: >> >> On 26.10.23 10:34, Jose Quaresma wrote: >>> >>> >>> Khem Raj mailto:raj.k...@gmail.com>> escreveu no >>> dia quarta, 25/10/2023 à(s) 18:18: >>> >>> I wonder if something like below would help

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-26 Thread Jörg Sommer via lists . openembedded . org
On 26.10.23 10:34, Jose Quaresma wrote: > > > Khem Raj mailto:raj.k...@gmail.com>> escreveu no > dia quarta, 25/10/2023 à(s) 18:18: > > I wonder if something like below would help > > diff --git > a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb >

[oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-25 Thread Jörg Sommer via lists . openembedded . org
Hi, I'm having an odd problem building the external kernel module kernel-module-imx-gpu-viv [1]. I'm using kirkstone and have rm_work enabled. [1] https://layers.openembedded.org/layerindex/recipe/40267/ The module builds fine, but the install step contains the module signing which

[oe] [meta-oe][PATCH] collectd: Use https in SRC_URI, add HOMEPAGE

2023-10-05 Thread Jörg Sommer via lists . openembedded . org
Signed-off-by: Jörg Sommer --- meta-oe/recipes-extended/collectd/collectd_5.12.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb index 479c12d6a..bd4a5b3e8 100644

Re: [oe] [meta-python][dunfell][PATCH] python3-fasteners: update 0.15 -> 0.16.3

2021-11-01 Thread Maíra Canal via lists . openembedded . org
Is there any possibility to merge this patch into dunfell? Currently, it is breaking an application that I'm working on, and I would like to know if there is any possibility for this patch to be merged. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [oe] [meta-python][dunfell][PATCH] python3-fasteners: update 0.15 -> 0.16.3

2021-10-22 Thread Maíra Canal via lists . openembedded . org
Armin, thanks for your reply. The 0.15 version of the fasteners package depends on a library called monotonic (https://pypi.org/project/monotonic/), which only supports Python 2 and <3.3. Therefore, the 0.15 version of the fasteners package results in a ModuleNotFoundError: No module named

[oe] [meta-python][dunfell][PATCH] python3-fasteners: update 0.15 -> 0.16.3

2021-10-22 Thread Maíra Canal via lists . openembedded . org
Updates the python3-fasteners package considering that the 0.15 version doesn't support Python 3.8, only Python 3.5 or less. The 0.16.3 version support Python 3.8. The non-support of Python 3.8 results in the malfunction of many layers in the dunfell branch. Signed-off-by: Maíra Canal ---

[oe] [meta-oe][PATCH] Add dependencies on Perl and Bash to NTP recipe

2013-04-11 Thread lists
From: Philipp Wagner m...@philipp-wagner.com do_rootfs gave errors about bash and perl not being found. This patch adds the two packages to the runtime dependencies to fix this problem. Signed-off-by: Philipp Wagner m...@philipp-wagner.com --- meta-networking/recipes-support/ntp/ntp.inc | 2 +-