Re: [oe] [meta-python][kirkstone][PATCH] python3-pyyaml-include: Drop pytest --automake

2024-05-15 Thread Yu, Mingli
Ping. Thanks, On 4/30/24 16:53, Yu, Mingli wrote: From: Mingli Yu The python3-unittest-automake-output is not supported [1], so drop "pytest --automake". [1] https://lore.kernel.org/all/20240327072236.2221619-1-mingli...@windriver.com/T/#mda91919809cf156aba24f099bef65142067cd318

[oe] [PATCH 2/3] recipes: Switch away from S = WORKDIR

2024-05-15 Thread Khem Raj
Make it dependent on UNPACKDIR instead Signed-off-by: Khem Raj --- .../faenza-icon-theme/faenza-icon-theme_1.3.bb | 3 ++- .../gtksourceview-classic-light_1.0.bb | 7 --- .../recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb | 3 ++-

[oe] [PATCH 3/3] python3-pyruvate: Adjust for WORKDIR -> UNPACKDIR changes

2024-05-15 Thread Khem Raj
Signed-off-by: Khem Raj --- .../python/python3-pyruvate_1.2.1.bb | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-pyruvate_1.2.1.bb b/meta-python/recipes-devtools/python/python3-pyruvate_1.2.1.bb index

Re: [oe] [meta-oe][PATCH 1/2] malcontent-ui: add malcontent to RDEPENDS

2024-05-15 Thread Peter Kjellerstedt
If libmalcontent-ui links with libmalcontent, then the malcontent-ui recipe should have a DEPENDS on malcontent, and you should not need to add an explicit RDEPENDS:${PN} for it (just as Martin wrote). The reason I guess that you get that error is because I believe the malcontent-ui recipe has

Re: [oe] [meta-python][scarthgap][PATCH 1/2] python3-twisted: remove obsolete python3-twisted-flow

2024-05-15 Thread Guðni Már Gilbert
On Tue, May 14, 2024 at 03:38 PM, Mark Hatle wrote: > > I see this change made it into meta-openembedded master. But hasn't been > pushed to scarthgap yet. > > I've having a problem with this recipe in scarthgap, and so far it looks > like these two changes do fix the problem I'm having. > >

Re: [oe] [PATCH] opentelemetry-cpp: add opentelemtry recipe

2024-05-15 Thread Anuj Mittal
On Wed, 2024-05-15 at 00:20 -0500, Abhilash Raju wrote: > An Observability framework to create and manage telemetry data such > as > traces, metrics, and logs > > Signed-off-by: Abhilash Raju > --- >  .../opentelemetry/opentelemetry-cpp_1.15.0.bb   | 17 > + >  1 file changed, 17