All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/1] hostapd: not compatible with openssl-no-weak-ciphers
@ 2018-03-14  2:15 Joe Slater
  2018-03-14  4:28 ` Daniel F. Dickinson
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Slater @ 2018-03-14  2:15 UTC (permalink / raw)
  To: openembedded-devel

Use CONFLICT_DISTRO_FEATURES to not build if des is not supported.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
---
 meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
index c3a1ead..54c9e79 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
@@ -5,7 +5,10 @@ LIC_FILES_CHKSUM = "file://${B}/README;md5=8aa4e8c78b59b12016c4cb2d0a8db350"
 DEPENDS = "libnl openssl"
 SUMMARY = "User space daemon for extended IEEE 802.11 management"
 
-inherit update-rc.d systemd
+inherit update-rc.d systemd distro_features_check
+
+CONFLICT_DISTRO_FEATURES = "openssl-no-weak-ciphers"
+
 INITSCRIPT_NAME = "hostapd"
 
 SYSTEMD_SERVICE_${PN} = "hostapd.service"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][PATCH 1/1] hostapd: not compatible with openssl-no-weak-ciphers
  2018-03-14  2:15 [meta-oe][PATCH 1/1] hostapd: not compatible with openssl-no-weak-ciphers Joe Slater
@ 2018-03-14  4:28 ` Daniel F. Dickinson
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel F. Dickinson @ 2018-03-14  4:28 UTC (permalink / raw)
  To: openembedded-devel

On 2018-03-13 10:15 PM, Joe Slater wrote:
> Use CONFLICT_DISTRO_FEATURES to not build if des is not supported.
> 
> Signed-off-by: Joe Slater <joe.slater@windriver.com>
> ---
>   meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
> index c3a1ead..54c9e79 100644
> --- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
> +++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
> @@ -5,7 +5,10 @@ LIC_FILES_CHKSUM = "file://${B}/README;md5=8aa4e8c78b59b12016c4cb2d0a8db350"
>   DEPENDS = "libnl openssl"
>   SUMMARY = "User space daemon for extended IEEE 802.11 management"
>   
> -inherit update-rc.d systemd
> +inherit update-rc.d systemd distro_features_check
> +
> +CONFLICT_DISTRO_FEATURES = "openssl-no-weak-ciphers"
> +
>   INITSCRIPT_NAME = "hostapd"
>   
>   SYSTEMD_SERVICE_${PN} = "hostapd.service"
> 

Doesn't hostapd have the option of building with an internal encryption 
'library' for at least some parts, so openssl is not necessarily 
required (hence the conflict would be erroneous if a strong openssl were 
used along with internal hostapd)?  At least it seems OpenWrt has an 
option to build at least some hostapd functionality without openssl...

Regards,

Daniel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-14  4:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-14  2:15 [meta-oe][PATCH 1/1] hostapd: not compatible with openssl-no-weak-ciphers Joe Slater
2018-03-14  4:28 ` Daniel F. Dickinson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.