mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
hostapd: use ${PN} for SYSTEMD_SERVICE
Use ${PN} for SYSTEMD_SERVICE to avoid errors in case of multilib.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -7,9 +7,9 @@ SUMMARY = "User space daemon for extended IEEE 802.11 management"
|
|||||||
|
|
||||||
inherit update-rc.d systemd
|
inherit update-rc.d systemd
|
||||||
INITSCRIPT_NAME = "hostapd"
|
INITSCRIPT_NAME = "hostapd"
|
||||||
SYSTEMD_PACKAGES = "hostapd"
|
|
||||||
SYSTEMD_SERVICE_hostapd = "hostapd.service"
|
SYSTEMD_SERVICE_${PN} = "hostapd.service"
|
||||||
SYSTEMD_AUTO_ENABLE_hostapd = "disable"
|
SYSTEMD_AUTO_ENABLE_${PN} = "disable"
|
||||||
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
DEFAULT_PREFERENCE = "-1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user