From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4 2/2] package/rng-tools: bump to 6.7
Date: Tue, 22 Oct 2019 09:13:53 +0200 [thread overview]
Message-ID: <20191022091353.3ae0fd9e@windsurf> (raw)
In-Reply-To: <20191021213839.46139-2-matthew.weber@rockwellcollins.com>
Hello Matt,
On Mon, 21 Oct 2019 16:38:39 -0500
Matt Weber <matthew.weber@rockwellcollins.com> wrote:
> diff --git a/package/rng-tools/Config.in b/package/rng-tools/Config.in
> index b00477d336..18521bdd90 100644
> --- a/package/rng-tools/Config.in
> +++ b/package/rng-tools/Config.in
> @@ -4,6 +4,8 @@ config BR2_PACKAGE_RNG_TOOLS
> select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
> # For rdrand ligcrypt is required and it's not obvious to users
> select BR2_PACKAGE_LIBGCRYPT if BR2_i386 || BR2_x86_64
> + select BR2_PACKAGE_LIBSYSFS
> + select BR2_PACKAGE_JITTERENTROPY_LIBRARY
Alphabetic ordering.
> diff --git a/package/rng-tools/rng-tools.mk b/package/rng-tools/rng-tools.mk
> index bbb1a64c15..1e8092be38 100644
> --- a/package/rng-tools/rng-tools.mk
> +++ b/package/rng-tools/rng-tools.mk
> @@ -4,10 +4,18 @@
> #
> ################################################################################
>
> -RNG_TOOLS_VERSION = 5
> -RNG_TOOLS_SITE = http://downloads.sourceforge.net/project/gkernel/rng-tools/$(RNG_TOOLS_VERSION)
> +RNG_TOOLS_VERSION = 6.7
> +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-automake \
> + host-autoconf
Please drop the dependencies on host-automake and host-autoconf, they
are not needed as they are automatically added by AUTORECONF = YES.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2019-10-22 7:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-21 21:38 [Buildroot] [PATCH v4 1/2] package/jitterentropy-library: new package Matt Weber
2019-10-21 21:38 ` [Buildroot] [PATCH v4 2/2] package/rng-tools: bump to 6.7 Matt Weber
2019-10-22 7:13 ` Thomas Petazzoni [this message]
2019-10-22 7:12 ` [Buildroot] [PATCH v4 1/2] package/jitterentropy-library: new package Thomas Petazzoni
2019-10-22 15:46 ` Matthew Weber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191022091353.3ae0fd9e@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.