diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-11-22 11:19:58 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-01 19:20:29 +0000 |
| commit | 4d01625794c6517e07fe0b6218c7c3ce004f5951 (patch) | |
| tree | 7d1cc8da1e784d73b344d231f2a093ab46f61abc /documentation/migration-guides/migration-3.0.rst | |
| parent | 55621c31f1edbdb2f3d72e80916fed031e2ba298 (diff) | |
| download | poky-4d01625794c6517e07fe0b6218c7c3ce004f5951.tar.gz | |
manuals: fix paragraphs with the "inherit" word
Nothing wrong with this word, but instances of "inherit"
were looked for while looking for class names without references.
Fixing alignment and sometimes syntax.
(From yocto-docs rev: c418c645a360e74ebb91765a3041336f03097e0d)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-3.0.rst')
| -rw-r--r-- | documentation/migration-guides/migration-3.0.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-3.0.rst b/documentation/migration-guides/migration-3.0.rst index 95a33d4dd4..107d2b8797 100644 --- a/documentation/migration-guides/migration-3.0.rst +++ b/documentation/migration-guides/migration-3.0.rst | |||
| @@ -259,7 +259,9 @@ The following miscellaneous changes have occurred. | |||
| 259 | 259 | ||
| 260 | - The ``gnome`` class has been removed because it now does very little. | 260 | - The ``gnome`` class has been removed because it now does very little. |
| 261 | You should update recipes that previously inherited this class to do | 261 | You should update recipes that previously inherited this class to do |
| 262 | the following: inherit gnomebase gtk-icon-cache gconf mime | 262 | the following:: |
| 263 | |||
| 264 | inherit gnomebase gtk-icon-cache gconf mime | ||
| 263 | 265 | ||
| 264 | - The ``meta/recipes-kernel/linux/linux-dtb.inc`` file has been | 266 | - The ``meta/recipes-kernel/linux/linux-dtb.inc`` file has been |
| 265 | removed. This file was previously deprecated in favor of setting | 267 | removed. This file was previously deprecated in favor of setting |
