[OE-core] [PATCH 04/11] bitbake.conf: add variables 'mimedir' and 'desktopdir'

Richard Purdie richard.purdie at linuxfoundation.org
Thu Jan 9 22:15:25 UTC 2020


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 <schnitzeltony at gmail.com>
> ---
>  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



More information about the Openembedded-core mailing list