[Buildroot] [PATCH] package/libgpiod: bump to version 1.6.2

Michael Nosthoff buildroot at heine.tech
Mon Feb 1 10:29:09 UTC 2021


Hi Bartosz,
 
On Monday, February 01, 2021 10:55 CET, Bartosz Golaszewski <brgl at bgdev.pl> wrote: 
 
> On Mon, Feb 1, 2021 at 10:13 AM Michael Nosthoff <buildroot at heine.tech> wrote:
> >

> > -LIBGPIOD_VERSION = 1.4.5
> > +# Be careful when bumping versions.
> > +# Dependency on kernel header versions may change.
> 
> You can remove this comment - for v1.6.x I won't change the headers
> version requirement anymore and vor v2.x we'll start bundling the
> kernel header with the library. I also don't plan on making any new
> feature releases for the v1.x series.
> 

perfect, then I'll drop that.

> > +LIBGPIOD_VERSION = 1.6.2
> >  LIBGPIOD_SOURCE = libgpiod-$(LIBGPIOD_VERSION).tar.xz
> >  LIBGPIOD_SITE = https://www.kernel.org/pub/software/libs/libgpiod
> >  LIBGPIOD_LICENSE = LGPL-2.1+
> >  LIBGPIOD_LICENSE_FILES = COPYING
> >  LIBGPIOD_INSTALL_STAGING = YES
> >  LIBGPIOD_DEPENDENCIES = host-pkgconf
> > +LIBGPIOD_CONF_OPTS = --disable-tests
> >
> 
> Maybe add an option to build them conditionally? Like yocto's ptest
> distro feature?
> 

I'm not sure if this fits into buildroot's scope. What would be the benefit for the user? Maybe Thomas has an opinion on that?
>From the dependencies I see we currently don't have catch2 in BR. So this might be the showstopper atm.

Regards,
Michael



More information about the buildroot mailing list