mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 21:03:41 +00:00
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@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
c808541864
commit
0be593bd12
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user