Commit f6305d13 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

rng-tools: argp-standalone required for uclibc toolchains only

parent 0e48a4ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_RNG_TOOLS
	bool "rng-tools"
	select BR2_PACKAGE_ARGP_STANDALONE
	select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
	help
	  Daemon to use hardware random number generators.

+2 −0
Original line number Diff line number Diff line
@@ -6,8 +6,10 @@

RNG_TOOLS_VERSION = 4
RNG_TOOLS_SITE = http://downloads.sourceforge.net/project/gkernel/rng-tools/$(RNG_TOOLS_VERSION)
ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
RNG_TOOLS_CONF_ENV = LIBS="-largp"
RNG_TOOLS_DEPENDENCIES = argp-standalone
endif
RNG_TOOLS_LICENSE = GPLv2
RNG_TOOLS_LICENSE_FILES = COPYING