git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9bacee
)
rng-tools: dep on argp-standalone for uClibc
author
Chris Larson
<chris_larson@mentor.com>
Wed, 12 Jan 2011 15:52:30 +0000
(08:52 -0700)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/recipes/rng-tools/rng-tools_2.bb
b/recipes/rng-tools/rng-tools_2.bb
index
523587c
..
f67a737
100644
(file)
--- 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"