On Thu, Jan 9, 2020 at 11:15 PM Richard Purdie
<[email protected]> wrote:
>
> On Thu, 2020-01-09 at 21:26 +0100, Andreas Müller wrote:
> > mimedir:
> >    This is the path all mime information is stored at and
> >    update-mime-database works with
> > desktopdir:
> >    All application .desktop files are stored here
> >
> > Signed-off-by: Andreas Müller <[email protected]>
> > ---
> >  meta/conf/bitbake.conf | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> > index 263d8aea4f..6fb4072f1b 100644
> > --- a/meta/conf/bitbake.conf
> > +++ b/meta/conf/bitbake.conf
> > @@ -34,6 +34,8 @@ export datadir = "${prefix}/share"
> >  export infodir = "${datadir}/info"
> >  export mandir = "${datadir}/man"
> >  export docdir = "${datadir}/doc"
> > +export mimedir = "${datadir}/mime"
> > +export desktopdir = "${datadir}/applications"
>
> Do these really need to be exported to the environment for everything?
It is not mandatory. It is just that I wanted to avoid redundancies in
insane.bbclass / mime*.bbclass. If adding exports is a problem I can
remove that. Let me know

Andreas
>
> Cheers,
>
> Richard
>
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to