rng-tools: new package

[Peter: fix dependencies]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2010-11-02 16:35:35 -03:00 committed by Peter Korsgaard
parent 666bef2d20
commit ca3c06f55f
4 changed files with 22 additions and 1 deletions

View File

@ -22,7 +22,7 @@
Alpha, Cris, IA64 and Sparc64 architecture support removed.
New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
libmpeg2, librsvg, rrdtool, xz
libmpeg2, librsvg, rng-tools, rrdtool, xz
Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,

View File

@ -182,6 +182,7 @@ source "package/mtd/Config.in"
source "package/ntfs-3g/Config.in"
source "package/ntfsprogs/Config.in"
source "package/pciutils/Config.in"
source "package/rng-tools/Config.in"
source "package/setserial/Config.in"
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
# busybox has fdisk

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_RNG_TOOLS
bool "rng-tools"
select BR2_PACKAGE_ARGP_STANDALONE
help
Daemon to use hardware random number generators.
http://sourceforge.net/projects/gkernel/

View File

@ -0,0 +1,13 @@
#############################################################
#
# rng-tools
#
#############################################################
RNG_TOOLS_VERSION = 3
RNG_TOOLS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gkernel
RNG_TOOLS_CONF_ENV = LIBS="-largp"
RNG_TOOLS_USE_CONFIG_CACHE = NO
RNG_TOOLS_DEPENDENCIES = argp-standalone
$(eval $(call AUTOTARGETS,package,rng-tools))