[Buildroot] [PATCH 1/1] package/collectd: explicitly disable lua

Fabrice Fontaine fontaine.fabrice at gmail.com
Thu May 9 09:28:54 UTC 2019


Dear Peter,
Le jeu. 9 mai 2019 à 11:01, Peter Korsgaard <peter at korsgaard.com> a écrit :
>
> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice at gmail.com> writes:
>
>  > lua plugin has been added in version 5.6.0 with
>  > https://github.com/collectd/collectd/commit/023092323ca617c8ff95b1efd4a055c29b1aaa3b
>
>  > Disabled it otherwise it'll be enabled if liblua is found
>
> Is there any specific reason why we don't instead enable it if lua is
> enabled?
Because I didn't have time to test it yet and I saw that 2019.05-rc1
was released.
So my reasonig was to disable it for 2019.05 and enable it for next.
>
>  > Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
>  > ---
>  >  package/collectd/collectd.mk | 2 +-
>  >  1 file changed, 1 insertion(+), 1 deletion(-)
>
>  > diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk
>  > index 589324e612..027df8f111 100644
>  > --- a/package/collectd/collectd.mk
>  > +++ b/package/collectd/collectd.mk
>  > @@ -15,7 +15,7 @@ COLLECTD_LICENSE_FILES = COPYING libltdl/COPYING.LIB
>  >  # These require unmet dependencies, are fringe, pointless or deprecated
>  >  COLLECTD_PLUGINS_DISABLE = \
>  >      amqp apple_sensors aquaero ascent barometer dbi dpdkstat email \
>  > -    gmond grpc hddtemp intel_rdt ipmi java libvirt lpar lvm \
>  > +    gmond grpc hddtemp intel_rdt ipmi java libvirt lpar lua lvm \
>  >      madwifi mbmon mic multimeter netapp notify_desktop numa \
>  >      nut onewire oracle perl pf pinba powerdns python redis routeros \
>  >      rrdcached sigrok tape target_v5upgrade teamspeak2 ted \
>  > --
>  > 2.20.1
>
>  > _______________________________________________
>  > buildroot mailing list
>  > buildroot at busybox.net
>  > http://lists.busybox.net/mailman/listinfo/buildroot
>
> --
> Bye, Peter Korsgaard
Best Regards,

Fabrice


More information about the buildroot mailing list