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