Re: [oe] [meta-oe][PATCH] add --with-systemdsystemunitdir in configuration

2015-09-21 Thread Andrei Kholodnyi
fine with me, I just fixed an installation issue with this package on my machine. I'll resubmit the patch. -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-oe][PATCH] add --with-systemdsystemunitdir in configuration

2015-09-21 Thread Pau Espin Pedrol
Hi, How about using "systemd_system_unitdir" instead of "systemd_unitdir/system" ? You can find it in bitbake.conf Pau Espin Pedrol mail/jabber: pespin.s...@gmail.com http://blog.espeweb.net 2015-09-19 21:19 GMT+02:00 Andreas Müller : > On Sat, Sep 19, 2015 at 8:30 PM, Andrei Kholodnyi > wrote

Re: [oe] [meta-oe][PATCH] add --with-systemdsystemunitdir in configuration

2015-09-19 Thread Andreas Müller
On Sat, Sep 19, 2015 at 8:30 PM, Andrei Kholodnyi wrote: > Otherwise sed command for blk-availability.service may fail. > It will look for the service file in a wrong location > --- > meta-oe/recipes-support/lvm2/lvm2.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-oe/recipes-su

[oe] [meta-oe][PATCH] add --with-systemdsystemunitdir in configuration

2015-09-19 Thread Andrei Kholodnyi
Otherwise sed command for blk-availability.service may fail. It will look for the service file in a wrong location --- meta-oe/recipes-support/lvm2/lvm2.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 2b2d