From patchwork Fri Jan 25 15:02:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-systemd] meta-systemd: remove wpa-supplicant bbappend Date: Fri, 25 Jan 2013 15:02:47 -0000 From: Martin Jansa X-Patchwork-Id: 43383 Message-Id: <1359126167-30599-1-git-send-email-Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * 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_2.0.bbappend | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend diff --git a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend deleted file mode 100644 index 7a3e906..0000000 --- a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend +++ /dev/null @@ -1,15 +0,0 @@ -PRINC := "${@int(PRINC) + 1}" - -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/"