[Buildroot] [git commit branch/next] package/libfslparser: remove autoreconf

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 8 10:57:08 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=0f2bc9d1763e4a67afcf329a571100fcc1cc9906
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

autoreconf is not needed anymore with the current
version (4.0.2).

Signed-off-by: Romain Naour <romain.naour at openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/libfslparser/libfslparser.mk |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/package/libfslparser/libfslparser.mk b/package/libfslparser/libfslparser.mk
index 50f0bf6..116a0a2 100644
--- a/package/libfslparser/libfslparser.mk
+++ b/package/libfslparser/libfslparser.mk
@@ -20,7 +20,4 @@ endef
 # The Makefile installs several versions of the libraries, but we only
 # need one of them, depending on the platform.
 
-# without AUTORECONF, configure fails to find install-sh.
-LIBFSLPARSER_AUTORECONF = YES
-
 $(eval $(autotools-package))


More information about the buildroot mailing list