[oe-commits] Martin Jansa : meta-systemd: remove wpa-supplicant bbappend

git at git.openembedded.org git at git.openembedded.org
Sun Jan 27 22:59:21 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 2389147d105892466fe1fb808417166a56cf7574
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2389147d105892466fe1fb808417166a56cf7574

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Jan 25 15:59:38 2013 +0100

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 at gmail.com>

---

 .../wpa-supplicant/wpa-supplicant_1.0.bbappend     |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

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 609a1f3..0000000
--- 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/"





More information about the Openembedded-commits mailing list