[oe] [kirkstone][meta-python][PATCH] python3-kivy: Require X11 or Wayland in DISTRO_FEATURES

2023-08-21 Thread Marine Vovard
At least one of the following DISTRO_FEATURES needs to be present: X11 or Wayland. The recipe now work with pure Wayland. Signed-off-by: Marine Vovard --- meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta

[oe] [meta-python][PATCH v2] python3-kivy: Require X11 or Wayland in DISTRO_FEATURES

2023-08-16 Thread Marine Vovard
At least one of the following DISTRO_FEATURES needs to be present: X11 or Wayland. The recipe now work with pure Wayland. Signed-off-by: Marine Vovard --- Change v1->v2: * Check that X11 or Wayland is present in DISTRO_FEATURES --- meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb

Re: [oe] [meta-python][PATCH 1/1] python3-kivy: Remove X11 from REQUIRED_DISTRO_FEATURES

2023-08-16 Thread Marine Vovard
On Mon, 2023-08-14 at 08:17 -0700, Khem Raj wrote: > On Mon, Aug 14, 2023 at 7:43 AM Marine Vovard > wrote: > > > > We can use pure Wayland and therefore X11 is not required all the > > time. > > > > Would it also build when x11 or wayland neither are in

Re: [oe] [meta-python][PATCH 0/1] Remove X11 from REQUIRED_DISTRO_FEATURES from Kivy

2023-08-16 Thread Marine Vovard
On Mon, 2023-08-14 at 17:28 +0200, Martin Jansa wrote: > On Mon, Aug 14, 2023 at 4:43 PM Marine Vovard > wrote: > > I'm not sure if removing X11 is the good option. Maybe we could try > > to > > say it's either Wayland or X11 in the distro if it's possible

[oe] [meta-python][PATCH 0/1] Remove X11 from REQUIRED_DISTRO_FEATURES from Kivy

2023-08-14 Thread Marine Vovard
I'm not sure if removing X11 is the good option. Maybe we could try to say it's either Wayland or X11 in the distro if it's possible with Yocto. Marine Vovard (1): python3-kivy: Remove X11 from REQUIRED_DISTRO_FEATURES meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb

[oe] [meta-python][PATCH 1/1] python3-kivy: Remove X11 from REQUIRED_DISTRO_FEATURES

2023-08-14 Thread Marine Vovard
We can use pure Wayland and therefore X11 is not required all the time. Signed-off-by: Marine Vovard --- meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb b