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

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


commit: http://git.buildroot.net/buildroot/commit/?id=1768b5f97426395d8cc2c2cc1de6c914e9fffd7b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

A configure script is already bundled in the archive.
There is no comment why autoreconf was added.

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

diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk
index 38cb434..9ec7faf 100644
--- a/package/wipe/wipe.mk
+++ b/package/wipe/wipe.mk
@@ -7,7 +7,6 @@
 WIPE_VERSION = 2.3.1
 WIPE_SITE = http://downloads.sourceforge.net/project/wipe/wipe/$(WIPE_VERSION)
 WIPE_SOURCE = wipe-$(WIPE_VERSION).tar.bz2
-WIPE_AUTORECONF = YES
 WIPE_LICENSE = GPLv2+
 WIPE_LICENSE_FILES = LICENSE
 


More information about the buildroot mailing list