[OE-core] [oe-core][PATCH v4 1/3] bitbake.conf: Add nonarch_libdir and base systemd vars on it

Tanu Kaskinen tanu.kaskinen at linux.intel.com
Tue Aug 4 11:47:33 UTC 2015


These patches look good to me, except that the commit messages don't
explain why the changes are made. In any case, I don't have the ability
to push the patches to master - either Ross or Richard has to do that.

-- Tanu


On Thu, 2015-07-30 at 13:33 +0200, Pau Espin Pedrol wrote:
> Signed-off-by: Pau Espin Pedrol <pau.espin at aweurope.be>
> ---
>  meta/conf/bitbake.conf | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index 730ab80..21f1698 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -32,7 +32,10 @@ export datadir = "${prefix}/share"
>  export infodir = "${datadir}/info"
>  export mandir = "${datadir}/man"
>  export docdir = "${datadir}/doc"
> -export systemd_unitdir = "/lib/systemd"
> +export systemd_unitdir = "${nonarch_base_libdir}/systemd"
> +export systemd_system_unitdir = "${nonarch_base_libdir}/systemd/system"
> +export nonarch_libdir = "${exec_prefix}/lib"
> +export systemd_user_unitdir = "${nonarch_libdir}/systemd/user"
>  
>  # Architecture dependent paths
>  export bindir = "${exec_prefix}/bin"
> -- 
> 1.9.1
> 





More information about the Openembedded-core mailing list