On Thu, Jul 17, 2025 at 03:11:39PM +0200, Lars Alex Pedersen wrote:
> * Add new options to install the dbus daemon with and without systemd.
> * Add gpio in group
> * Add gpio-manager user and group
> * Python binding now requires host pybuild and pip for build and
>   install, together with a patch to get the right build options
> * Removed ac_cv_prog_has_python_config line in rule, since it has been
>   fixed in this release
> * Configure options updated and reordered to match configure helper
> * New option --disable-introspection is removed by autogen.sh
> 
> https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/tree/NEWS?h=v2.2.2
> 
> Signed-off-by: Lars Alex Pedersen <[email protected]>
> ---
> v5:
> - Fixed license appending
> v4:
> - Split licenses for dbus daemon into systemd and non-systemd parts
> 
>  ...1-Add-ptxdist-python-compile-options.patch | 22 +++++++
>  patches/libgpiod-2.2.2/autogen.sh             |  1 +
>  patches/libgpiod-2.2.2/series                 |  4 ++
>  projectroot/etc/group                         |  2 +
>  projectroot/etc/passwd                        |  1 +
>  rules/libgpiod.in                             | 27 ++++++++-
>  rules/libgpiod.make                           | 58 ++++++++++++++-----
>  7 files changed, 99 insertions(+), 16 deletions(-)
>  create mode 100644 
> patches/libgpiod-2.2.2/0001-Add-ptxdist-python-compile-options.patch
>  create mode 120000 patches/libgpiod-2.2.2/autogen.sh
>  create mode 100644 patches/libgpiod-2.2.2/series

Reviewed-by: Markus Heidelberg <[email protected]>

Rudimentarily tested the Python bindings, but not the dbus stuff.

Thanks for investigating the Python bindings build error, Lars.
Now Michael, is this the right solution? What can be done to avoid the
downstream patch?

Markus

Reply via email to