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? Cheers, Richard -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
