mbox series

[meta-oe,0/3] libgpiod: improve package dependencies

Message ID 20241206111131.35594-1-brgl@bgdev.pl
Headers show
Series libgpiod: improve package dependencies | expand

Message

Bartosz Golaszewski Dec. 6, 2024, 11:11 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

I noticed that if I select python3-gpiod-ptest, the gpio-manager daemon
is pulled in too which doesn't make sense. This is caused by the fact
that we pull in libgpiod-ptest which in turn rdepends on gpio-manager.
This series reworks the dependencies, makes them a bit more fine-grained
and results in limited impact of selecting ptest packages for libgpiod
and the python bindings.

Bartosz Golaszewski (3):
  libgpiod: minimize intra-recipe dependencies for ptest
  python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  python3-gpiod: don't recommend kernel-module-configfs for ptest

 .../recipes-support/libgpiod/libgpiod_2.2.bb  | 19 +++++++++++--------
 .../python/python3-gpiod_2.2.2.bb             |  3 +--
 2 files changed, 12 insertions(+), 10 deletions(-)