aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rng-tools
AgeCommit message (Collapse)Author
2011-01-21rng-tools: improve startup scriptChris Larson
- Use short arguments for start-stop-daemon - Fix path to the daemon (it isn't in /usr/local) - Allow specifying the RNG device in /etc/default/rng-tools Signed-off-by: Chris Larson <chris_larson@mentor.com>
2011-01-12rng-tools: dep on argp-standalone for uClibcChris Larson
argp is hierarchical argument parsing built on top of getopt, but is part of glibc. Niels Möller created a standalone version, so make rng-tools depend upon that when we're using uClibc. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>