All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] package/collectd: drop autoreconf
@ 2020-04-14 16:37 Fabrice Fontaine
  2020-04-14 16:37 ` [Buildroot] [PATCH 2/6] package/collectd: remove lvm Fabrice Fontaine
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Fabrice Fontaine @ 2020-04-14 16:37 UTC (permalink / raw)
  To: buildroot

autoreconf is not needed since bump to version 5.11.0 in commit
57adbfc482454e3fb17172626b2dc971afaf5cfd which dropped patch

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/collectd/collectd.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk
index c09edebfc9..dda15b0162 100644
--- a/package/collectd/collectd.mk
+++ b/package/collectd/collectd.mk
@@ -12,8 +12,6 @@ COLLECTD_CONF_ENV = ac_cv_lib_yajl_yajl_alloc=yes
 COLLECTD_INSTALL_STAGING = YES
 COLLECTD_LICENSE = MIT (daemon, plugins), GPL-2.0 (plugins), LGPL-2.1 (plugins)
 COLLECTD_LICENSE_FILES = COPYING
-# We're patching configure.ac
-COLLECTD_AUTORECONF = YES
 
 # These require unmet dependencies, are fringe, pointless or deprecated
 COLLECTD_PLUGINS_DISABLE = \
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-04-15  6:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 16:37 [Buildroot] [PATCH 1/6] package/collectd: drop autoreconf Fabrice Fontaine
2020-04-14 16:37 ` [Buildroot] [PATCH 2/6] package/collectd: remove lvm Fabrice Fontaine
2020-04-14 16:37 ` [Buildroot] [PATCH 3/6] package/collectd: add DPDK_TELEMETRY option Fabrice Fontaine
2020-04-14 16:37 ` [Buildroot] [PATCH 4/6] package/collectd: add InfluxDB support Fabrice Fontaine
2020-04-14 16:37 ` [Buildroot] [PATCH 5/6] package/collectd: add capabilities option Fabrice Fontaine
2020-04-15  5:47   ` Thomas Petazzoni
2020-04-15  6:17     ` Fabrice Fontaine
2020-04-14 16:38 ` [Buildroot] [PATCH 6/6] package/collectd: add buddyinfo option Fabrice Fontaine
2020-04-14 16:51   ` Asaf Kahlon
2020-04-14 17:02     ` Fabrice Fontaine

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.