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