| Submitter | Martin Jansa |
|---|---|
| Date | Jan. 25, 2013, 3:02 p.m. |
| Message ID | <1359126167-30599-1-git-send-email-Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/43383/ |
| State | Superseded |
| Headers | show |
Comments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 25-01-13 16:02, Martin Jansa schreef: > * 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 FWIW, wpa-supplicant shouldn't be started by init, but by the networkmanagement app. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD8DBQFRAqIDMkyGM64RGpERApZWAJ9XaUKTR3ez4xoTcXhu4TpoYo4XJgCfYN9X wVAnjGYh7q9HZvHbwsa1EUg= =W0Vu -----END PGP SIGNATURE-----
Patch
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/"
* 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> --- .../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