diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-05-06 15:43:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-24 13:58:47 +0100 |
commit | 51cb0db138c6083d046338c44822b4d506e3ce3a (patch) | |
tree | bdc69af0075565ae795912e428a513913431efd2 /documentation/dev-manual | |
parent | b4fd38e4d50e4496d6a710fffef8b7557076ffb1 (diff) | |
download | poky-51cb0db138c6083d046338c44822b4d506e3ce3a.tar.gz |
manuals: add missing space in appends
(From yocto-docs rev: aa122d28298596a3b91a8f6650163785a3cfa831)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index d5584d6c49..1522d31970 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -4828,7 +4828,7 @@ configuration would be as follows:: | |||
4828 | require conf/multilib.conf | 4828 | require conf/multilib.conf |
4829 | MULTILIBS = "multilib:lib32" | 4829 | MULTILIBS = "multilib:lib32" |
4830 | DEFAULTTUNE:virtclass-multilib-lib32 = "x86" | 4830 | DEFAULTTUNE:virtclass-multilib-lib32 = "x86" |
4831 | IMAGE_INSTALL:append = "lib32-glib-2.0" | 4831 | IMAGE_INSTALL:append = " lib32-glib-2.0" |
4832 | 4832 | ||
4833 | This example enables an additional library named | 4833 | This example enables an additional library named |
4834 | ``lib32`` alongside the normal target packages. When combining these | 4834 | ``lib32`` alongside the normal target packages. When combining these |