# pthread_setaffinity_np
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
- select BR2_PACKAGE_LIBSYSFS
select BR2_PACKAGE_OPENSSL
help
Daemon to use hardware random number generators.
# Locally computed
-sha256 644d8bd4e84cee29debddc7e6db72aff27e628e5a879ce310562edf50f12be41 rng-tools-6.11.tar.gz
+sha256 6fd5b52a700edec85eb1043970e22e8e2ad06a4b43851f35d33d90e09570e9d3 rng-tools-6.12.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
#
################################################################################
-RNG_TOOLS_VERSION = 6.11
-RNG_TOOLS_SITE = $(call github,nhorman,$(RNG_TOOLS_NAME),V$(RNG_TOOLS_VERSION))
+RNG_TOOLS_VERSION = 6.12
+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 host-pkgconf openssl
+RNG_TOOLS_DEPENDENCIES = host-pkgconf openssl
# From git
RNG_TOOLS_AUTORECONF = YES