diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2015-09-22 07:36:17 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:06:22 +0100 |
| commit | 196210ff90ee8d6983f60aefe8fa4c62806fa178 (patch) | |
| tree | 55572298d86f03b015ffc48a109cbe2045160be3 | |
| parent | 3930f04e0a95aa41ac94df2726bc9540d48c770b (diff) | |
| download | poky-196210ff90ee8d6983f60aefe8fa4c62806fa178.tar.gz | |
dev-manual: Updated the multilib example.
Fixes [YOCTO #8256]
Applied some review comments to the multilib example. The
syntax was incorrect.
(From yocto-docs rev: 4e8abf17374535be3b168525ed2bec66fb1ce759)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 4b290075cc..a9922dfe31 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -3554,7 +3554,7 @@ | |||
| 3554 | require conf/multilib.conf | 3554 | require conf/multilib.conf |
| 3555 | MULTILIBS = "multilib:lib32" | 3555 | MULTILIBS = "multilib:lib32" |
| 3556 | DEFAULTTUNE_virtclass-multilib-lib32 = "x86" | 3556 | DEFAULTTUNE_virtclass-multilib-lib32 = "x86" |
| 3557 | IMAGE_INSTALL = "lib32-glib-2.0" | 3557 | IMAGE_INSTALL_append = " lib32-glib-2.0" |
| 3558 | </literallayout> | 3558 | </literallayout> |
| 3559 | This example enables an | 3559 | This example enables an |
| 3560 | additional library named <filename>lib32</filename> alongside the | 3560 | additional library named <filename>lib32</filename> alongside the |
