diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-31 14:18:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-07 21:31:32 +0000 |
commit | 1d2681fa729c95ee75f3fc5608c97134afecb1ce (patch) | |
tree | 6d65f2629146a5280dc01e07a098a4dbf6ff0b97 /documentation/ref-manual/variables.rst | |
parent | 0eae6282163e15d34b7d6af88a984bbc8d6e79e2 (diff) | |
download | poky-1d2681fa729c95ee75f3fc5608c97134afecb1ce.tar.gz |
manuals: document "mime-xdg" class and MIME_XDG_PACKAGES
(From yocto-docs rev: dabd2e95cf8ba8ed620bfd135deb6cfcf5d74b16)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 0cc73a234c..440e1a0833 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -4894,6 +4894,13 @@ system and gives an overview of their function and contents. | |||
4894 | The revision currently checked out for the OpenEmbedded-Core layer (path | 4894 | The revision currently checked out for the OpenEmbedded-Core layer (path |
4895 | determined by :term:`COREBASE`). | 4895 | determined by :term:`COREBASE`). |
4896 | 4896 | ||
4897 | :term:`MIME_XDG_PACKAGES` | ||
4898 | The current implementation of the :ref:`mime-xdg <ref-classes-mime-xdg>` | ||
4899 | class cannot detect ``.desktop`` files installed through absolute | ||
4900 | symbolic links. Use this setting to make the class create post-install | ||
4901 | and post-remove scripts for these packages anyway, to invoke the | ||
4902 | ``update-destop-database`` command. | ||
4903 | |||
4897 | :term:`MIRRORS` | 4904 | :term:`MIRRORS` |
4898 | Specifies additional paths from which the OpenEmbedded build system | 4905 | Specifies additional paths from which the OpenEmbedded build system |
4899 | gets source code. When the build system searches for source code, it | 4906 | gets source code. When the build system searches for source code, it |