Re: [OE-core] [PATCH] systemd: fix tmpfiles location when multilib in use

2015-09-23 Thread Burton, Ross
On 23 September 2015 at 22:20, Chatre, Reinette wrote: > [Reinette] At the moment the rest of this recipe uses ${exec_prefix}/lib > instead of the new ${nonarch_libdir}. I chose to use ${exec_prefix}/lib to > remain consistent with the rest of the recipe since doing so makes it clear > that the f

Re: [OE-core] [PATCH] systemd: fix tmpfiles location when multilib in use

2015-09-23 Thread Chatre, Reinette
From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Wednesday, September 23, 2015 2:08 PM To: Chatre, Reinette Cc: OE-core Subject: Re: [OE-core] [PATCH] systemd: fix tmpfiles location when multilib in use On 23 September 2015 at 21:49, Reinette Chatre mailto:reinette.cha...@intel.com

Re: [OE-core] [PATCH] systemd: fix tmpfiles location when multilib in use

2015-09-23 Thread Burton, Ross
On 23 September 2015 at 21:49, Reinette Chatre wrote: > ${exec_prefix}/lib > For neatness in master there's a variable for this - ${nonarch_libdir}. Can you change the patch to use that variable instead? Thanks Ross -- ___ Openembedded-core mailing l

[OE-core] [PATCH] systemd: fix tmpfiles location when multilib in use

2015-09-23 Thread Reinette Chatre
Systemd's configuration files for creation, deletion and cleaning of volatile and temporary files are installed in /usr/lib even when multilib is in use (when /usr/lib64 is available). In this check the systemd.conf file will not be found if libdir is /usr/lib64 so we fix the path to match this fil