summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/rng-tools
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-03-06 09:43:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-06 16:26:36 +0000
commit6417d29ece333ee2b78e6e723201336cc17c41f6 (patch)
treee6fffb0786a01a21ef6532c6670e18a36aa72f8d /meta/recipes-support/rng-tools
parent025c1b384635ef7a85e9f45f048901d6680563ae (diff)
downloadopenembedded-core-6417d29ece333ee2b78e6e723201336cc17c41f6.tar.gz
rng-tools: Don't depend on libgcrypt when the PACKAGECONFIG is disabled
PACKAGECONFIG[libgcrypt] already adds it when necessary. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/rng-tools')
-rw-r--r--meta/recipes-support/rng-tools/rng-tools_6.6.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/rng-tools/rng-tools_6.6.bb b/meta/recipes-support/rng-tools/rng-tools_6.6.bb
index 4d91216e32..d3361ae4e1 100644
--- a/meta/recipes-support/rng-tools/rng-tools_6.6.bb
+++ b/meta/recipes-support/rng-tools/rng-tools_6.6.bb
@@ -21,7 +21,6 @@ DEPENDS = "curl \
libxml2 \
openssl \
sysfsutils \
- libgcrypt \
"
PACKAGECONFIG ??= "libgcrypt libjitterentropy"