From d7553889e89a33c166c5d67411c4ffe7b4d6ed99 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 17 Aug 2012 07:48:20 +0000 Subject: wpa-supplicant: add systemd support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * native systemd support came in with v1.0 [1] * needs [2] to work properly * mends my wlan under control of networkmanager [1] http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap-1.git;a=blob_plain;f=wpa_supplicant/ChangeLog [2] http://patches.openembedded.org/patch/34335/ Signed-off-by: Andreas Müller Signed-off-by: Koen Kooi --- .../wpa-supplicant/wpa-supplicant_1.0.bbappend | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend (limited to 'meta-systemd') 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 new file mode 100644 index 0000000000..a4dceb44d1 --- /dev/null +++ b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend @@ -0,0 +1,15 @@ +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 v1.2.3-54-g00ecf