public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] wpa-supplicant: Package systemd service in -systemd
@ 2013-02-05 12:15 Andrei Gherzan
  2013-02-05 13:54 ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Andrei Gherzan @ 2013-02-05 12:15 UTC (permalink / raw)
  To: openembedded-core; +Cc: Andrei Gherzan

Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
 .../wpa-supplicant/wpa-supplicant-2.0.inc          |    6 ++++--
 .../wpa-supplicant/wpa-supplicant_2.0.bb           |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc
index 89910a0..7ce85a6 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc
@@ -18,10 +18,12 @@ SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \
 
 S = "${WORKDIR}/wpa_supplicant-${PV}/wpa_supplicant"
 
-PACKAGES_prepend = "wpa-supplicant-passphrase wpa-supplicant-cli "
+PACKAGES_prepend = "wpa-supplicant-passphrase wpa-supplicant-cli wpa-supplicant-systemd "
 FILES_wpa-supplicant-passphrase = "${bindir}/wpa_passphrase"
 FILES_wpa-supplicant-cli = "${sbindir}/wpa_cli"
-FILES_${PN} += "${datadir}/dbus-1/system-services/* ${systemd_unitdir}/system/*"
+FILES_wpa-supplicant-systemd = "${systemd_unitdir}/system/*"
+FILES_${PN} += "${datadir}/dbus-1/system-services/*"
+
 CONFFILES_${PN} += "${sysconfdir}/wpa_supplicant.conf"
 
 do_configure () {
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bb
index 22e42dd..a8b0dad 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bb
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bb
@@ -1,6 +1,6 @@
 require wpa-supplicant-2.0.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI[md5sum] = "3be2ebfdcced52e00eda0afe2889839d"
 SRC_URI[sha256sum] = "2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09"
-- 
1.7.5.4




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

* Re: [PATCH] wpa-supplicant: Package systemd service in -systemd
  2013-02-05 12:15 [PATCH] wpa-supplicant: Package systemd service in -systemd Andrei Gherzan
@ 2013-02-05 13:54 ` Burton, Ross
  2013-02-05 15:42   ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2013-02-05 13:54 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: openembedded-core

On 5 February 2013 12:15, Andrei Gherzan <andrei.gherzan@windriver.com> wrote:
> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
> ---
>  .../wpa-supplicant/wpa-supplicant-2.0.inc          |    6 ++++--
>  .../wpa-supplicant/wpa-supplicant_2.0.bb           |    2 +-
>  2 files changed, 5 insertions(+), 3 deletions(-)

NACK.

Please don't add -systemd packages.  I've almost got a systemd.bbclass
that I'm happy with, but if you must add integration now then just
package the unit files alongside the daemons, respecting the distro
feature.

Ross



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

* Re: [PATCH] wpa-supplicant: Package systemd service in -systemd
  2013-02-05 13:54 ` Burton, Ross
@ 2013-02-05 15:42   ` Otavio Salvador
  2013-02-05 15:47     ` Andrei Gherzan
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2013-02-05 15:42 UTC (permalink / raw)
  To: Burton, Ross
  Cc: Andrei Gherzan, Patches and discussions about the oe-core layer

On Tue, Feb 5, 2013 at 11:54 AM, Burton, Ross <ross.burton@intel.com> wrote:
> On 5 February 2013 12:15, Andrei Gherzan <andrei.gherzan@windriver.com> wrote:
>> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
>> ---
>>  .../wpa-supplicant/wpa-supplicant-2.0.inc          |    6 ++++--
>>  .../wpa-supplicant/wpa-supplicant_2.0.bb           |    2 +-
>>  2 files changed, 5 insertions(+), 3 deletions(-)
>
> NACK.
>
> Please don't add -systemd packages.  I've almost got a systemd.bbclass
> that I'm happy with, but if you must add integration now then just
> package the unit files alongside the daemons, respecting the distro
> feature.

I'd prefer to hold it until the class is out.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



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

* Re: [PATCH] wpa-supplicant: Package systemd service in -systemd
  2013-02-05 15:42   ` Otavio Salvador
@ 2013-02-05 15:47     ` Andrei Gherzan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrei Gherzan @ 2013-02-05 15:47 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: oe-core layer, Patches

On Tue, Feb 05, 2013 at 01:42:38PM -0200, Otavio Salvador wrote:
> On Tue, Feb 5, 2013 at 11:54 AM, Burton, Ross <ross.burton@intel.com> wrote:
> > On 5 February 2013 12:15, Andrei Gherzan <andrei.gherzan@windriver.com> wrote:
> >> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
> >> ---
> >>  .../wpa-supplicant/wpa-supplicant-2.0.inc          |    6 ++++--
> >>  .../wpa-supplicant/wpa-supplicant_2.0.bb           |    2 +-
> >>  2 files changed, 5 insertions(+), 3 deletions(-)
> >
> > NACK.
> >
> > Please don't add -systemd packages.  I've almost got a systemd.bbclass
> > that I'm happy with, but if you must add integration now then just
> > package the unit files alongside the daemons, respecting the distro
> > feature.
>
> I'd prefer to hold it until the class is out.
>

Fair.

--
Andrei Gherzan | Wind River Systems
m: +40 734 450 615 | p: +40 236 320 307




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

end of thread, other threads:[~2013-02-05 16:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 12:15 [PATCH] wpa-supplicant: Package systemd service in -systemd Andrei Gherzan
2013-02-05 13:54 ` Burton, Ross
2013-02-05 15:42   ` Otavio Salvador
2013-02-05 15:47     ` Andrei Gherzan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox