[oe-commits] [meta-openembedded] 03/24: hostapd: not compatible with openssl-no-weak-ciphers

git at git.openembedded.org git at git.openembedded.org
Thu Mar 22 01:49:09 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit 0be593bd12d5c51dfa9358e51a0c1668acb449c1
Author: Slater, Joseph <joe.slater at windriver.com>
AuthorDate: Tue Mar 13 19:15:10 2018 -0700

    hostapd: not compatible with openssl-no-weak-ciphers
    
    Use CONFLICT_DISTRO_FEATURES to not build if des is not supported.
    
    Signed-off-by: Joe Slater <joe.slater at windriver.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list