diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-31 14:18:30 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-09-23 05:26:16 -1000 |
commit | 3fde5d606b07ca1824a5fc452d71b0bbacc3e7df (patch) | |
tree | 65eca2f592dca7f98e0af29721d91e5e6c22de90 /documentation/migration-guides | |
parent | 870c6a73a732a474f307d7829b1947a5887e4d1d (diff) | |
download | poky-3fde5d606b07ca1824a5fc452d71b0bbacc3e7df.tar.gz |
manuals: document "mime-xdg" class and MIME_XDG_PACKAGES
(From yocto-docs rev: 4415d95358497b23f0a7b10f9ee31203ccc01eff)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-3.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-3.1.rst b/documentation/migration-guides/migration-3.1.rst index e3fdbbe425..53f6f1e03a 100644 --- a/documentation/migration-guides/migration-3.1.rst +++ b/documentation/migration-guides/migration-3.1.rst | |||
@@ -238,7 +238,7 @@ Warnings will now be shown at ``do_package_qa`` time in the following | |||
238 | circumstances: | 238 | circumstances: |
239 | 239 | ||
240 | - A recipe installs ``.desktop`` files containing ``MimeType`` keys but | 240 | - A recipe installs ``.desktop`` files containing ``MimeType`` keys but |
241 | does not inherit the new ``mime-xdg`` class | 241 | does not inherit the new :ref:`mime-xdg <ref-classes-mime-xdg>` class |
242 | 242 | ||
243 | - A recipe installs ``.xml`` files into ``${datadir}/mime/packages`` | 243 | - A recipe installs ``.xml`` files into ``${datadir}/mime/packages`` |
244 | but does not inherit the :ref:`mime <ref-classes-mime>` class | 244 | but does not inherit the :ref:`mime <ref-classes-mime>` class |