From 05428dac7b9f982dc3306ddfba2a3374038d7ca3 Mon Sep 17 00:00:00 2001 From: Xiaofeng Yan Date: Fri, 15 Jun 2012 17:30:40 +0800 Subject: multilib.conf: Add the support of multilib for lsbinitscripts 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] (From OE-Core rev: 264425b0a54806c08c218bd8b500c20b8c3152f4) Signed-off-by: Xiaofeng Yan Signed-off-by: Richard Purdie --- meta/conf/multilib.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 9fc5a90ff3..cea8694095 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}" -- cgit v1.2.3-54-g00ecf