rng-tools: dep on argp-standalone for uClibc
authorChris Larson <chris_larson@mentor.com>
Wed, 12 Jan 2011 15:52:30 +0000 (08:52 -0700)
committerChris Larson <chris_larson@mentor.com>
Wed, 12 Jan 2011 15:55:50 +0000 (08:55 -0700)
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>
recipes/rng-tools/rng-tools_2.bb

index 523587c..f67a737 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "Random number generator daemon"
 LICENSE = "GPL"
-PR = "1"
+DEPENDS_append_libc-uclibc = " argp-standalone"
+PR = "2"
 
 SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/gkernel/${P}.tar.gz \
            file://init"