]> code.ossystems Code Review - openembedded-core.git/commitdiff
rng-tools: Don't depend on libgcrypt when the PACKAGECONFIG is disabled
authorAdrian Bunk <bunk@stusta.de>
Wed, 6 Mar 2019 07:43:43 +0000 (09:43 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Mar 2019 16:26:36 +0000 (16:26 +0000)
PACKAGECONFIG[libgcrypt] already adds it when necessary.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/rng-tools/rng-tools_6.6.bb

index 4d91216e32919bad488abab932544585de4fcc8f..d3361ae4e1e1a466f2239fae87e73aa5c8c696d1 100644 (file)
@@ -21,7 +21,6 @@ DEPENDS = "curl \
            libxml2 \
            openssl \
            sysfsutils \
-           libgcrypt \
           "
 
 PACKAGECONFIG ??= "libgcrypt libjitterentropy"