[oe-commits] Richard Purdie : multilib.conf: Enable shadow-sysroot and libffi

git at git.openembedded.org git at git.openembedded.org
Wed Dec 21 17:30:36 UTC 2011


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Dec 21 00:03:19 2011 +0000

multilib.conf: Enable shadow-sysroot and libffi

Enable these two core dependencies for multilib builds, fixing
multilib build failures that were occurring. I've checked and the
recipes are multilib capable.

[YOCTO #1835]

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/multilib.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index 1540f9c..87a3d86 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@ -163,6 +163,7 @@ BBCLASSEXTEND_append_pn-libdrm = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-liberation-fonts = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-libevent = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-libfakekey = " ${MULTILIBS}"
+BBCLASSEXTEND_append_pn-libffi = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-libfm = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-libfontenc = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-libgcc = " ${MULTILIBS}"
@@ -350,6 +351,7 @@ BBCLASSEXTEND_append_pn-setserial = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-settings-daemon = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-sgml-common = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-shadow = " ${MULTILIBS}"
+BBCLASSEXTEND_append_pn-shadow-sysroot = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-shared-mime-info = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-slang = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-speex = " ${MULTILIBS}"





More information about the Openembedded-commits mailing list