From 196210ff90ee8d6983f60aefe8fa4c62806fa178 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 22 Sep 2015 07:36:17 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') 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 @@ require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "x86" - IMAGE_INSTALL = "lib32-glib-2.0" + IMAGE_INSTALL_append = " lib32-glib-2.0" This example enables an additional library named lib32 alongside the -- cgit 1.2.3-korg