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.bur...@intel.com> wrote: > Signed-off-by: Ross Burton <ross.bur...@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 > >
-- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core