All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-systemd] meta-systemd: remove wpa-supplicant bbappend
@ 2013-01-25 15:02 Martin Jansa
  2013-01-25 15:13 ` [PATCHv2][meta-systemd] " Martin Jansa
  2013-01-25 15:17 ` [PATCH][meta-systemd] " Koen Kooi
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Jansa @ 2013-01-25 15:02 UTC (permalink / raw)
  To: openembedded-devel

* 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

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/"
-- 
1.8.1.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCHv2][meta-systemd] meta-systemd: remove wpa-supplicant bbappend
  2013-01-25 15:02 [PATCH][meta-systemd] meta-systemd: remove wpa-supplicant bbappend Martin Jansa
@ 2013-01-25 15:13 ` Martin Jansa
  2013-01-25 15:17 ` [PATCH][meta-systemd] " Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2013-01-25 15:13 UTC (permalink / raw)
  To: openembedded-devel

* 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_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

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/"
-- 
1.8.1.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][meta-systemd] meta-systemd: remove wpa-supplicant bbappend
  2013-01-25 15:02 [PATCH][meta-systemd] meta-systemd: remove wpa-supplicant bbappend Martin Jansa
  2013-01-25 15:13 ` [PATCHv2][meta-systemd] " Martin Jansa
@ 2013-01-25 15:17 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2013-01-25 15:17 UTC (permalink / raw)
  To: openembedded-devel

-----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-----




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-25 15:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25 15:02 [PATCH][meta-systemd] meta-systemd: remove wpa-supplicant bbappend Martin Jansa
2013-01-25 15:13 ` [PATCHv2][meta-systemd] " Martin Jansa
2013-01-25 15:17 ` [PATCH][meta-systemd] " Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.