mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
rng-tools: argp-standalone required for uclibc toolchains only
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0e48a4efdf
commit
f6305d135e
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_RNG_TOOLS
|
config BR2_PACKAGE_RNG_TOOLS
|
||||||
bool "rng-tools"
|
bool "rng-tools"
|
||||||
select BR2_PACKAGE_ARGP_STANDALONE
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
|
||||||
help
|
help
|
||||||
Daemon to use hardware random number generators.
|
Daemon to use hardware random number generators.
|
||||||
|
|
||||||
|
@ -6,8 +6,10 @@
|
|||||||
|
|
||||||
RNG_TOOLS_VERSION = 4
|
RNG_TOOLS_VERSION = 4
|
||||||
RNG_TOOLS_SITE = http://downloads.sourceforge.net/project/gkernel/rng-tools/$(RNG_TOOLS_VERSION)
|
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_CONF_ENV = LIBS="-largp"
|
||||||
RNG_TOOLS_DEPENDENCIES = argp-standalone
|
RNG_TOOLS_DEPENDENCIES = argp-standalone
|
||||||
|
endif
|
||||||
RNG_TOOLS_LICENSE = GPLv2
|
RNG_TOOLS_LICENSE = GPLv2
|
||||||
RNG_TOOLS_LICENSE_FILES = COPYING
|
RNG_TOOLS_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user