Re: [OE-core] [PATCH 1/2] dbus: build with systemd support

2015-12-07 Thread Patrick Ohly
On Fri, 2015-11-20 at 15:38 +0100, Andrew Shadura wrote: > It's good to have the extra functionality, such as seat support > provided with systemd support. Not least of all to support > systemd user-sessions. Your patch is against D-Bus 1.10.2, which is not yet in OE-core master. I adapted the

Re: [OE-core] [PATCH 1/2] dbus: build with systemd support

2015-12-07 Thread Andrew Shadura
On 07/12/15 20:02, Patrick Ohly wrote: > On Fri, 2015-11-20 at 15:38 +0100, Andrew Shadura wrote: >> > It's good to have the extra functionality, such as seat support >> > provided with systemd support. Not least of all to support >> > systemd user-sessions. > Your patch is against D-Bus 1.10.2,

[OE-core] [PATCH 1/2] dbus: build with systemd support

2015-11-20 Thread Andrew Shadura
It's good to have the extra functionality, such as seat support provided with systemd support. Not least of all to support systemd user-sessions. This commit also changes references to the system unit path from ${systemd_unitdir}/system to ${systemd_system_unitdir}, a new variable provided by

Re: [OE-core] [PATCH 1/2] dbus: build with systemd support

2015-11-20 Thread Jussi Kukkonen
On 20 November 2015 at 16:38, Andrew Shadura wrote: > > It's good to have the extra functionality, such as seat support > provided with systemd support. Not least of all to support > systemd user-sessions. > > This commit also changes references to the system unit

Re: [OE-core] [PATCH 1/2] dbus: build with systemd support

2015-11-20 Thread Andrew Shadura
On 20/11/15 17:09, Jussi Kukkonen wrote: >> PACKAGECONFIG_class-native = "" >> PACKAGECONFIG_class-nativesdk = "" >> >> -# Would like to --enable-systemd but that's a circular > build-dependency between >> -# systemd<->dbus > > Has this issue been somehow resolved since the comment was added?