* [Buildroot] [PATCH] openssl: unconditionally define BR2_PACKAGE_PROVIDES_HOST_OPENSSL
@ 2017-10-22 11:56 Peter Korsgaard
2017-10-22 12:05 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2017-10-22 11:56 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.net/results/207/207d0ca1fe5328e675246c851fcb0d5685f8c0bd/
http://autobuild.buildroot.net/results/546/546a56d6dd39e5e9ecfe25fd36a00510e6c0c45b/
host-openssl may be used without openssl being enabled for the target, so
move BR2_PACKAGE_PROVIDES_HOST_OPENSSL outside the BR2_PACKAGE_OPENSSL
conditional.
While we're at it, add a comment explaining what this magic config symbol does.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/openssl/Config.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/openssl/Config.in b/package/openssl/Config.in
index df1d117257..e33320afc5 100644
--- a/package/openssl/Config.in
+++ b/package/openssl/Config.in
@@ -76,8 +76,9 @@ config BR2_PACKAGE_PROVIDES_OPENSSL
default "libopenssl" if BR2_PACKAGE_LIBOPENSSL
default "libressl" if BR2_PACKAGE_LIBRESSL
+endif
+
+# ensure libopenssl is used for the host variant
config BR2_PACKAGE_PROVIDES_HOST_OPENSSL
string
default "host-libopenssl"
-
-endif
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] openssl: unconditionally define BR2_PACKAGE_PROVIDES_HOST_OPENSSL
2017-10-22 11:56 [Buildroot] [PATCH] openssl: unconditionally define BR2_PACKAGE_PROVIDES_HOST_OPENSSL Peter Korsgaard
@ 2017-10-22 12:05 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-10-22 12:05 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 22 Oct 2017 13:56:01 +0200, Peter Korsgaard wrote:
> Fixes:
> http://autobuild.buildroot.net/results/207/207d0ca1fe5328e675246c851fcb0d5685f8c0bd/
> http://autobuild.buildroot.net/results/546/546a56d6dd39e5e9ecfe25fd36a00510e6c0c45b/
>
> host-openssl may be used without openssl being enabled for the target, so
> move BR2_PACKAGE_PROVIDES_HOST_OPENSSL outside the BR2_PACKAGE_OPENSSL
> conditional.
>
> While we're at it, add a comment explaining what this magic config symbol does.
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> package/openssl/Config.in | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-22 12:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-22 11:56 [Buildroot] [PATCH] openssl: unconditionally define BR2_PACKAGE_PROVIDES_HOST_OPENSSL Peter Korsgaard
2017-10-22 12:05 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox