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:
parent
666bef2d20
commit
ca3c06f55f
2
CHANGES
2
CHANGES
@ -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,
|
||||
|
@ -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
|
||||
|
7
package/rng-tools/Config.in
Normal file
7
package/rng-tools/Config.in
Normal 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/
|
13
package/rng-tools/rng-tools.mk
Normal file
13
package/rng-tools/rng-tools.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user