Re: [OE-core] [PATCH 3/3] zvariant: add ptest feature for zvariant test suite

2023-04-24 Thread Frederic Martinsons
On Mon, 24 Apr 2023 at 09:47, Alexander Kanavin wrote: > On Sat, 22 Apr 2023 at 18:00, Frederic Martinsons > wrote: > > > +# zvariant is an indermediate product for the zbus project > > +# and so, it provided only a static lib (rlib) which fall only > > +# in -dev package > > +ALLOW_EMPTY:${PN}

Re: [OE-core] [PATCH 3/3] zvariant: add ptest feature for zvariant test suite

2023-04-24 Thread Alexander Kanavin
On Sat, 22 Apr 2023 at 18:00, Frederic Martinsons wrote: > +# zvariant is an indermediate product for the zbus project > +# and so, it provided only a static lib (rlib) which fall only > +# in -dev package > +ALLOW_EMPTY:${PN} = "1" > +RDEPENDS:${PN}-ptest:remove = "${PN}" Only the first should

[OE-core] [PATCH 3/3] zvariant: add ptest feature for zvariant test suite

2023-04-22 Thread Frederic Martinsons
From: Frederic Martinsons Signed-off-by: Frederic Martinsons --- .../recipes-extended/zvariant/zvariant_3.12.0.bb | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta-selftest/recipes-extended/zvariant/zvariant_3.12.0.bb b/meta-selftest/recipes-extended/zva