diff options
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 |