[Buildroot] [PATCH 1/1] package/libssh: needs libopenssl for openssl crypto Backend

Bernd Kuhls <[email protected]>
Newsgroups net.busybox.buildroot
Message-ID <[email protected]>
Buildroot commit 62103be918e7a155749b1b3b680a9e4ecba6af87 added

  select BR2_PACKAGE_LIBOPENSSL_ENGINES

without enforcing its dependency on BR2_PACKAGE_LIBOPENSSL causing a
warning seen with
https://autobuild.buildroot.net/results/117/117b3b38098df075d96167863d9f6b933a97eb64/defconfig

WARNING: unmet direct dependencies detected for BR2_PACKAGE_LIBOPENSSL_ENGINES
  Depends on [n]: <choice> && BR2_PACKAGE_LIBOPENSSL [=n]
  Selected by [y]:
  - BR2_PACKAGE_LIBSSH_OPENSSL [=y] && <choice> && BR2_PACKAGE_OPENSSL [=y]

Signed-off-by: Bernd Kuhls <[email protected]>
---
 package/libssh/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libssh/Config.in b/package/libssh/Config.in
index eaec754414..9aa2bfaf86 100644
--- a/package/libssh/Config.in
+++ b/package/libssh/Config.in
@@ -35,7 +35,7 @@ config BR2_PACKAGE_LIBSSH_LIBGCRYPT
 
 config BR2_PACKAGE_LIBSSH_OPENSSL
 	bool "openssl"
-	depends on BR2_PACKAGE_OPENSSL
+	depends on BR2_PACKAGE_LIBOPENSSL
 	select BR2_PACKAGE_LIBOPENSSL_ENGINES
 
 endchoice
-- 
2.47.3

_______________________________________________
buildroot mailing list
[email protected]
https://lists.buildroot.org/mailman/listinfo/buildroot
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.