From: Adrian Bunk Date: Wed, 6 Mar 2019 07:43:43 +0000 (+0200) Subject: rng-tools: Don't depend on libgcrypt when the PACKAGECONFIG is disabled X-Git-Tag: uninative-2.4~101 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6417d29ece333ee2b78e6e723201336cc17c41f6;p=openembedded-core.git rng-tools: Don't depend on libgcrypt when the PACKAGECONFIG is disabled PACKAGECONFIG[libgcrypt] already adds it when necessary. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- 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"