From 2389147d105892466fe1fb808417166a56cf7574 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 25 Jan 2013 15:59:38 +0100 Subject: 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 --- .../wpa-supplicant/wpa-supplicant_1.0.bbappend | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend (limited to 'meta-systemd/oe-core/recipes-connectivity') diff --git a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend deleted file mode 100644 index 609a1f34dc..0000000000 --- a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend +++ /dev/null @@ -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/" -- cgit 1.2.3-korg