mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 23:17:10 +00:00
meta-systemd: remove wpa-supplicant bbappend
* oe-core now has wpa-supplicant 2.0, but also installs wpa_supplicant.service to PN * feel free to add new bbappend with only systemd inherit and updated SYSTEMD_PACKAGES Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
34c0e505e5
commit
2389147d10
@ -1,15 +0,0 @@
|
||||
PRINC := "${@int(PRINC) + 2}"
|
||||
|
||||
inherit systemd
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}-systemd"
|
||||
SYSTEMD_SERVICE = "wpa_supplicant.service"
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}${systemd_unitdir}/system
|
||||
install -m 644 ${S}/systemd/*.service ${D}${systemd_unitdir}/system
|
||||
}
|
||||
|
||||
# systemd.bbclass does not catch all multiple-instance-service-files
|
||||
FILES_${PN}-systemd += "${systemd_unitdir}/system/"
|
||||
Loading…
x
Reference in New Issue
Block a user