mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
wpa_supplicant: Location of systemd services files changed
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
44c440e2b9
commit
f423ccb8a7
+1
-1
@@ -8,7 +8,7 @@ SYSTEMD_AUTO_ENABLE = "disable"
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}${systemd_unitdir}/system
|
||||
install -m 644 ${S}/systemd/*.service ${D}${systemd_unitdir}/system
|
||||
install -m 644 ${S}/wpa_supplicant/systemd/*.service ${D}${systemd_unitdir}/system
|
||||
}
|
||||
|
||||
# systemd.bbclass does not catch all multiple-instance-service-files
|
||||
|
||||
Reference in New Issue
Block a user