[oe-commits] [openembedded-core] 04/07: rng-tools: Don't depend on libgcrypt when the PACKAGECONFIG is disabled

git at git.openembedded.org git at git.openembedded.org
Wed Mar 6 16:27:19 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 6417d29ece333ee2b78e6e723201336cc17c41f6
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Wed Mar 6 09:43:43 2019 +0200

    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 at stusta.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/rng-tools/rng-tools_6.6.bb | 1 -
 1 file changed, 1 deletion(-)

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 4d91216..d3361ae 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list