diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-05-20 14:43:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-24 14:00:03 +0100 |
commit | 51cb23e695c4325836c909f193dfbbb9913ba40d (patch) | |
tree | aa22073476a1cad7d520fbd01208f7b782984191 /documentation/dev-manual/common-tasks.rst | |
parent | 17ea8b493d643c966beea306114ffc3a8d809204 (diff) | |
download | poky-51cb23e695c4325836c909f193dfbbb9913ba40d.tar.gz |
adding missing space in appends
(From yocto-docs rev: 9ae3071f66c1811d847ed559cb773999ff6185fc)
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/common-tasks.rst')
-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 4683b1c045..fa9cd58b37 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -4781,7 +4781,7 @@ configuration would be as follows:: | |||
4781 | require conf/multilib.conf | 4781 | require conf/multilib.conf |
4782 | MULTILIBS = "multilib:lib32" | 4782 | MULTILIBS = "multilib:lib32" |
4783 | DEFAULTTUNE:virtclass-multilib-lib32 = "x86" | 4783 | DEFAULTTUNE:virtclass-multilib-lib32 = "x86" |
4784 | IMAGE_INSTALL:append = "lib32-glib-2.0" | 4784 | IMAGE_INSTALL:append = " lib32-glib-2.0" |
4785 | 4785 | ||
4786 | This example enables an additional library named | 4786 | This example enables an additional library named |
4787 | ``lib32`` alongside the normal target packages. When combining these | 4787 | ``lib32`` alongside the normal target packages. When combining these |