From patchwork Sun Jun 17 05:39:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Consolidated, Pull, 14/23] multilib.conf: Add the support of multilib for lsbinitscripts Date: Sun, 17 Jun 2012 05:39:58 -0000 From: Saul Wold X-Patchwork-Id: 30019 Message-Id: To: openembedded-core@lists.openembedded.org From: Xiaofeng Yan Add the multilib support for this package to multilib.conf because error will appear when building an lib32-core-image-lsb without this patch. [YOCTO #2571] Signed-off-by: Xiaofeng Yan Signed-off-by: Richard Purdie --- meta/conf/multilib.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 9fc5a90..cea8694 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -420,6 +420,7 @@ BBCLASSEXTEND_append_pn-lrzsz = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-lsb = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-lsbsetup = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-lsbtest = " ${MULTILIBS}" +BBCLASSEXTEND_append_pn-lsbinitscripts = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-lsof = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-ltp = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-lttng-control = " ${MULTILIBS}"