diff options
author | Romain Naour <romain.naour@openwide.fr> | 2015-07-20 19:47:51 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-20 22:49:51 +0200 |
commit | 1768b5f97426395d8cc2c2cc1de6c914e9fffd7b (patch) | |
tree | 762c5e1b8aa38d460e936f1558f63d7d09b4d548 | |
parent | 06ba02a936459cb023a3be893d5ae2cb2914ae66 (diff) | |
download | buildroot-1768b5f97426395d8cc2c2cc1de6c914e9fffd7b.tar.gz buildroot-1768b5f97426395d8cc2c2cc1de6c914e9fffd7b.zip |
package/wipe: remove autoreconf
A configure script is already bundled in the archive.
There is no comment why autoreconf was added.
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | 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 38cb434b4e..9ec7faf6d7 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 |