[Buildroot] [git commit] package/augeas: drop AUTORECONF

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Sep 7 21:22:52 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=75baf4764c7f63383243cd244efcb3ac677fdef4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

autoreconf is not needed since bump to version 1.10.1 in
commit 3cd6faa04cef1b1ebf5c5d47eeaf7e812ed02cb7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/augeas/augeas.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/augeas/augeas.mk b/package/augeas/augeas.mk
index 8cb4f74e41..7897d8f493 100644
--- a/package/augeas/augeas.mk
+++ b/package/augeas/augeas.mk
@@ -11,9 +11,6 @@ AUGEAS_LICENSE = LGPL-2.1+
 AUGEAS_LICENSE_FILES = COPYING
 AUGEAS_DEPENDENCIES = host-pkgconf readline libxml2
 
-# patching examples/Makefile.am, can be removed when updating from version 1.9.0
-AUGEAS_AUTORECONF = YES
-
 AUGEAS_CONF_OPTS = --disable-gnulib-tests
 
 # Remove the test lenses which occupy about 1.4 MB on the target


More information about the buildroot mailing list