diff mbox series

[1/1] package/libssh: use host-xxx-package macros

Message ID 20191001091851.8021-1-heiko.thiery@gmail.com
State Superseded
Headers show
Series [1/1] package/libssh: use host-xxx-package macros | expand

Commit Message

Heiko Thiery Oct. 1, 2019, 9:18 a.m. UTC
From: Heiko Thiery <heiko.thiery@kontron.com>

Signed-off-by: Heiko Thiery <heiko.thiery@kontron.com>
---
 package/libssh/libssh.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Oct. 1, 2019, 9:37 a.m. UTC | #1
On Tue,  1 Oct 2019 11:18:51 +0200
heiko.thiery@gmail.com wrote:

> From: Heiko Thiery <heiko.thiery@kontron.com>
> 
> Signed-off-by: Heiko Thiery <heiko.thiery@kontron.com>

Same question: why ?

Best regards,

Thomas
diff mbox series

Patch

diff --git a/package/libssh/libssh.mk b/package/libssh/libssh.mk
index b8464ed2bf..b90c52a2f3 100644
--- a/package/libssh/libssh.mk
+++ b/package/libssh/libssh.mk
@@ -43,3 +43,4 @@  LIBSSH_DEPENDENCIES += openssl
 endif
 
 $(eval $(cmake-package))
+$(eval $(host-cmake-package))