1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

rng-tools: Don't depend on libgcrypt when the PACKAGECONFIG is disabled

PACKAGECONFIG[libgcrypt] already adds it when necessary.

(From OE-Core rev: 6417d29ece333ee2b78e6e723201336cc17c41f6)

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Adrian Bunk
2019-03-06 09:43:43 +02:00
committed by Richard Purdie
parent 471e752a18
commit a9d7fb5449
@@ -21,7 +21,6 @@ DEPENDS = "curl \
libxml2 \
openssl \
sysfsutils \
libgcrypt \
"
PACKAGECONFIG ??= "libgcrypt libjitterentropy"