diff mbox

openssl: fix host-openssl dependencies

Message ID 1368384975-20193-1-git-send-email-arnout@mind.be
State Accepted
Commit 6a77344162f952ae8c5a49f309a1f09a1761f2dc
Headers show

Commit Message

Arnout Vandecappelle May 12, 2013, 6:56 p.m. UTC
From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>

Support for ocf-linux or cryptodev-linux added a dependency of host-openssl
on host-ocf-linux / host-cryptodev-linux, which we don't have and the
dependency is anyway not needed.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/openssl/openssl.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard May 12, 2013, 7:10 p.m. UTC | #1
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 Arnout> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>

 Arnout> Support for ocf-linux or cryptodev-linux added a dependency of
 Arnout> host-openssl on host-ocf-linux / host-cryptodev-linux, which we
 Arnout> don't have and the dependency is anyway not needed.

Committed, thanks.
diff mbox

Patch

diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk
index 2e04789..081fc90 100644
--- a/package/openssl/openssl.mk
+++ b/package/openssl/openssl.mk
@@ -10,6 +10,7 @@  OPENSSL_LICENSE = OpenSSL or SSLeay
 OPENSSL_LICENSE_FILES = LICENSE
 OPENSSL_INSTALL_STAGING = YES
 OPENSSL_DEPENDENCIES = zlib
+HOST_OPENSSL_DEPENDENCIES = host-zlib
 OPENSSL_TARGET_ARCH = generic32
 OPENSSL_CFLAGS = $(TARGET_CFLAGS)