diff mbox series

[PATCH/next,1/1] package/rng-tools: needs autoreconf

Message ID 20191117185936.8945-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [PATCH/next,1/1] package/rng-tools: needs autoreconf | expand

Commit Message

Fabrice Fontaine Nov. 17, 2019, 6:59 p.m. UTC
Commit b6606937d861cc4de60e40baec1cb6cdb61b2aab wrongly removed
RNG_TOOLS_AUTORECONF=YES

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/rng-tools/rng-tools.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Matt Weber Nov. 17, 2019, 7:16 p.m. UTC | #1
On Sun, Nov 17, 2019 at 12:59 PM Fabrice Fontaine
<fontaine.fabrice@gmail.com> wrote:
>
> Commit b6606937d861cc4de60e40baec1cb6cdb61b2aab wrongly removed
> RNG_TOOLS_AUTORECONF=YES

Good catch, my commit description was misleading.  It was the fix
autoreconf patch that was dropped.  We still wanted to do the actual
reconf.

Reviewed-by: Matt Weber <matt@thewebers.ws>

>
> Fixes:
>  - http://autobuild.buildroot.org/results/a0a4631cc0252579b675a0c401a99239d0b97392
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/rng-tools/rng-tools.mk | 2 ++
>  1 file changed, 2 insertions(+)
>
> 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 \
> --
> 2.24.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni Nov. 18, 2019, 8:19 p.m. UTC | #2
On Sun, 17 Nov 2019 19:59:36 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Commit b6606937d861cc4de60e40baec1cb6cdb61b2aab wrongly removed
> RNG_TOOLS_AUTORECONF=YES
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/a0a4631cc0252579b675a0c401a99239d0b97392
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/rng-tools/rng-tools.mk | 2 ++
>  1 file changed, 2 insertions(+)

Applied to next, thanks.

Thomas
diff mbox series

Patch

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 \