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: lucaceresoli/bug-15201-perf-libtraceevent-missing~15126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6417d29ece333ee2b78e6e723201336cc17c41f6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 4d91216e329..d3361ae4e1e 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"