From: Fabrice Fontaine Date: Sun, 17 Nov 2019 18:59:36 +0000 (+0100) Subject: package/rng-tools: needs autoreconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d685f5375f1d59a7548eae23ea1832b10b2be9da;p=buildroot.git package/rng-tools: needs autoreconf Commit b6606937d861cc4de60e40baec1cb6cdb61b2aab wrongly removed RNG_TOOLS_AUTORECONF=YES Fixes: - http://autobuild.buildroot.org/results/a0a4631cc0252579b675a0c401a99239d0b97392 Signed-off-by: Fabrice Fontaine Reviewed-by: Matt Weber Signed-off-by: Thomas Petazzoni --- diff --git a/package/rng-tools/rng-tools.mk b/package/rng-tools/rng-tools.mk index ce3f19753b..c5f3051aea 100644 --- a/package/rng-tools/rng-tools.mk +++ b/package/rng-tools/rng-tools.mk @@ -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 \