[oe] [PATCH 0/2] Resolve conflict between /usr/bin/hello from lmbench and mbedtls

2023-02-25 Thread Denys Dmytriyenko
Both lmbench and mbedtls packages provide generically-named /usr/bin/hello binary, which causes a conflict when trying to install them both into a rootfs or SDK. Set up alternative providers to resolve the conflict. Denys Dmytriyenko (2): lmbench: set up /usr/bin/hello as alternative mbedtls:

[oe] [PATCH 1/2] lmbench: set up /usr/bin/hello as alternative

2023-02-25 Thread Denys Dmytriyenko
As lmbench installs this rather generically-named /usr/bin/hello binary, it conflicts with the one provided by mbedtls, hence set it up as an alternative to avoid conflicts when both are installed to rootfs or SDK. Signed-off-by: Denys Dmytriyenko ---

[oe] [PATCH 2/2] mbedtls: set up /usr/bin/hello as alternative

2023-02-25 Thread Denys Dmytriyenko
As mbedtls installs this rather generically-named /usr/bin/hello binary, it conflicts with the one provided by lmbench, hence set it up as an alternative to avoid conflicts when both are installed to rootfs or SDK. Signed-off-by: Denys Dmytriyenko ---

[oe] [meta-python][landgale][PATCH] python3-pybind11: Upgrade to 2.10.3

2023-02-25 Thread Kurt Kiefer
From: Khem Raj It gets pkgconfig support which is required by some dependent packages like rwmem Signed-off-by: Khem Raj (cherry picked from commit 5c455804aede17e0ea0cbb7ab55f8580f912e664) Signed-off-by: Kurt Kiefer --- ...11_2.10.0.bb => python3-pybind11_2.10.3.bb} | 18 +++---

Re: [oe] [kirkstone][meta-oe][PATCH V2] liblockfile: fix do_install failure when ldconfig is not installed

2023-02-25 Thread Armin Kuster
whats in V2? -armin On 2/23/23 11:39 PM, Changqing Li wrote: From: Changqing Li liblockfile do_install task will fail since syntax error when ldconfig is not installed on the host. Signed-off-by: Changqing Li --- ...install-failure-on-host-without-ldco.patch | 62 +++

Re: [oe][meta-python][kirkstone][PATCH 1/1] Fix collections.abc deprecation warning in downloadutils Warning appears as:

2023-02-25 Thread Armin Kuster
On 2/22/23 7:05 AM, Narpat Mali wrote: Reminder. Is this it? https://git.openembedded.org/meta-openembedded/commit/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb?h=kirkstone=19f07c055a3d023f81882c4904d66949085fa322 - armin Best Regards, Narpat *From: *Narpat