mbox series

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

Message ID 20230814144304.2395362-1-m.vovard@phytec.de
Headers show
Series Remove X11 from REQUIRED_DISTRO_FEATURES from Kivy | expand

Message

Marine Vovard Aug. 14, 2023, 2:43 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin Jansa Aug. 14, 2023, 3:28 p.m. UTC | #1
On Mon, Aug 14, 2023 at 4:43 PM Marine Vovard <M.Vovard@phytec.de> 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 with
> Yocto.
>

meta/conf/documentation.conf:ANY_OF_DISTRO_FEATURES[doc] = "When a recipe
inherits the features_check class, at least one item in this variable must
be included in DISTRO_FEATURES."
Marine Vovard Aug. 16, 2023, 8:27 a.m. UTC | #2
On Mon, 2023-08-14 at 17:28 +0200, Martin Jansa wrote:
> On Mon, Aug 14, 2023 at 4:43 PM Marine Vovard <M.Vovard@phytec.de>
> 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 with
> > Yocto.
> > 
> 
> 
> meta/conf/documentation.conf:ANY_OF_DISTRO_FEATURES[doc] = "When a
> recipe inherits the features_check class, at least one item in this
> variable must be included in DISTRO_FEATURES."

I will use that to improve my patch, thank you !