From 05df2e6157f076c29d3ec8b10341df21fa0a8e64 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 12 Jan 2011 08:52:30 -0700 Subject: rng-tools: dep on argp-standalone for uClibc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- recipes/rng-tools/rng-tools_2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit 1.2.3-korg