aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-01-12 08:52:30 -0700
committerChris Larson <chris_larson@mentor.com>2011-01-12 08:55:50 -0700
commit05df2e6157f076c29d3ec8b10341df21fa0a8e64 (patch)
treec9c05bbb650d609841df98ce7daa88f3863f27a5 /recipes
parente9bacee8f5aba31366c9b963ee985c7b652eb613 (diff)
downloadopenembedded-05df2e6157f076c29d3ec8b10341df21fa0a8e64.tar.gz
rng-tools: dep on argp-standalone for uClibc
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>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/rng-tools/rng-tools_2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/rng-tools/rng-tools_2.bb b/recipes/rng-tools/rng-tools_2.bb
index 523587c55e..f67a737b39 100644
--- a/recipes/rng-tools/rng-tools_2.bb
+++ b/recipes/rng-tools/rng-tools_2.bb
@@ -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"