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

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Aug 29 12:34:15 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=46080111af0fd3730048a15fc0b7f739ad39dd44
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The upstream tarball provides an already generated configure script,
which works fine, so there's no need to AUTORECONF.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/watchdog/watchdog.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/watchdog/watchdog.mk b/package/watchdog/watchdog.mk
index b814fdc672..2699fb474f 100644
--- a/package/watchdog/watchdog.mk
+++ b/package/watchdog/watchdog.mk
@@ -6,7 +6,6 @@
 
 WATCHDOG_VERSION = 5.16
 WATCHDOG_SITE = http://downloads.sourceforge.net/sourceforge/watchdog
-WATCHDOG_AUTORECONF = YES
 WATCHDOG_LICENSE = GPL-2.0+
 WATCHDOG_LICENSE_FILES = COPYING
 # By default installs binaries in /usr/sbin/, but we want them in


More information about the buildroot mailing list