package/rng-tools: needs autoreconf
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 17 Nov 2019 18:59:36 +0000 (19:59 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 18 Nov 2019 20:18:38 +0000 (21:18 +0100)
Commit b6606937d861cc4de60e40baec1cb6cdb61b2aab wrongly removed
RNG_TOOLS_AUTORECONF=YES

Fixes:
 - http://autobuild.buildroot.org/results/a0a4631cc0252579b675a0c401a99239d0b97392

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Matt Weber <matt@thewebers.ws>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/rng-tools/rng-tools.mk

index ce3f19753b469a6ddeb9cb21dc0254975d2ba86a..c5f3051aead8a3ae2cbc8d17e82ef3e960ff47f8 100644 (file)
@@ -9,6 +9,8 @@ RNG_TOOLS_SITE = $(call github,nhorman,$(RNG_TOOLS_NAME),v$(RNG_TOOLS_VERSION))
 RNG_TOOLS_LICENSE = GPL-2.0
 RNG_TOOLS_LICENSE_FILES = COPYING
 RNG_TOOLS_DEPENDENCIES = libsysfs jitterentropy-library host-pkgconf
+# From git
+RNG_TOOLS_AUTORECONF = YES
 
 RNG_TOOLS_CONF_OPTS = \
        --without-nistbeacon \