[oe-commits] Xiaofeng Yan : multilib.conf: Add the support of multilib for lsbinitscripts

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 15:05:39 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 264425b0a54806c08c218bd8b500c20b8c3152f4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=264425b0a54806c08c218bd8b500c20b8c3152f4

Author: Xiaofeng Yan <xiaofeng.yan at windriver.com>
Date:   Fri Jun 15 17:30:40 2012 +0800

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]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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





More information about the Openembedded-commits mailing list