[OE-core] [PATCH] bitbake: set libexecdir to prefix/libexec

Burton, Ross ross.burton at intel.com
Wed Jan 20 20:22:28 UTC 2016


Erm, sent this a bit early, but it's still something I'd like to see
integrated before M2.  Curious folks can watch the current build of
ross/libexec on the autobuilder to see how it's going!  Obviously I'll
expand on the commit log before sending it in properly.

Ross

On 20 January 2016 at 20:21, Ross Burton <ross.burton at intel.com> wrote:

> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>  meta/conf/bitbake.conf | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index fc57a58..fba4d17 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -41,7 +41,7 @@ export systemd_user_unitdir =
> "${nonarch_libdir}/systemd/user"
>  export bindir = "${exec_prefix}/bin"
>  export sbindir = "${exec_prefix}/sbin"
>  export libdir = "${exec_prefix}/${baselib}"
> -export libexecdir = "${libdir}/${BPN}"
> +export libexecdir = "${exec_prefix}/libexec"
>  export includedir = "${exec_prefix}/include"
>  export oldincludedir = "${exec_prefix}/include"
>  localedir = "${libdir}/locale"
> @@ -55,7 +55,7 @@ bindir_native = "${prefix_native}/bin"
>  sbindir_native = "${prefix_native}/sbin"
>  includedir_native = "${prefix_native}/include"
>  libdir_native = "${prefix_native}/lib"
> -libexecdir_native = "${libdir_native}/${BPN}"
> +libexecdir_native = "${prefix_native}/libexec"
>  base_libdir_native = "/lib"
>  datadir_native = "${prefix_native}/share"
>  bindir_cross = "/bin"
> --
> 2.6.4
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160120/b93db0d6/attachment-0002.html>


More information about the Openembedded-core mailing list