From: Dongxiao Xu Date: Wed, 7 Sep 2011 08:33:42 +0000 (+0800) Subject: multilib: Remove the multilib extension for linux-yocto X-Git-Tag: 2011-1~148 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=db78d1289705a38f0069f84101296e9309d67fa3;p=openembedded-core.git multilib: Remove the multilib extension for linux-yocto Kernel should be unique in a multilib system, so we remove the linux-yocto's extension in multilib.conf Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index eec1da79c9..f23fbb7b59 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -242,7 +242,6 @@ BBCLASSEXTEND_append_pn-libxxf86vm = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-libzypp = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-lighttpd = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-linux-libc-headers = " ${MULTILIBS}" -BBCLASSEXTEND_append_pn-linux-yocto = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-logrotate = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-lrzsz = " ${MULTILIBS}" BBCLASSEXTEND_append_pn-lsb = " ${MULTILIBS}"