summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2011-09-13 19:52:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-13 17:08:13 +0100
commit50e184e0d9d7b38a08f979286eb65cd73d295f13 (patch)
tree688b54cfb48619456608294ba936f92a124a880a /meta/conf
parent3117530f4463ae056a5772eaf7b3f1a7fbb31011 (diff)
downloadpoky-50e184e0d9d7b38a08f979286eb65cd73d295f13.tar.gz
multilib: Remove recipe from multilib.conf that inherits allarch
Recipes like update-rc.d and qemu-config inherit "allarch", thus we shouldn't add multilib BBCLASSEXTEND for them in multilib.conf. Besides, we need to add multilib packages as the RPROVIDER contents for those recipes, in order to avoid the NoProvider error when parsing. [YOCTO #1471] (From OE-Core rev: 329d864f9bbf94ad3aae8df43d63fe10e4237e4f) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/multilib.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index f23fbb7b59..16db37548a 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@ -324,7 +324,6 @@ BBCLASSEXTEND_append_pn-psplash = " ${MULTILIBS}"
324BBCLASSEXTEND_append_pn-pth = " ${MULTILIBS}" 324BBCLASSEXTEND_append_pn-pth = " ${MULTILIBS}"
325BBCLASSEXTEND_append_pn-python-dbus = " ${MULTILIBS}" 325BBCLASSEXTEND_append_pn-python-dbus = " ${MULTILIBS}"
326BBCLASSEXTEND_append_pn-python = " ${MULTILIBS}" 326BBCLASSEXTEND_append_pn-python = " ${MULTILIBS}"
327BBCLASSEXTEND_append_pn-qemu-config = " ${MULTILIBS}"
328BBCLASSEXTEND_append_pn-qemugl = " ${MULTILIBS}" 327BBCLASSEXTEND_append_pn-qemugl = " ${MULTILIBS}"
329BBCLASSEXTEND_append_pn-qt4-x11-free = " ${MULTILIBS}" 328BBCLASSEXTEND_append_pn-qt4-x11-free = " ${MULTILIBS}"
330BBCLASSEXTEND_append_pn-quota = " ${MULTILIBS}" 329BBCLASSEXTEND_append_pn-quota = " ${MULTILIBS}"
@@ -394,7 +393,6 @@ BBCLASSEXTEND_append_pn-udev-extraconf = " ${MULTILIBS}"
394BBCLASSEXTEND_append_pn-udev = " ${MULTILIBS}" 393BBCLASSEXTEND_append_pn-udev = " ${MULTILIBS}"
395BBCLASSEXTEND_append_pn-unzip = " ${MULTILIBS}" 394BBCLASSEXTEND_append_pn-unzip = " ${MULTILIBS}"
396BBCLASSEXTEND_append_pn-update-modules = " ${MULTILIBS}" 395BBCLASSEXTEND_append_pn-update-modules = " ${MULTILIBS}"
397BBCLASSEXTEND_append_pn-update-rc.d = " ${MULTILIBS}"
398BBCLASSEXTEND_append_pn-usbutils = " ${MULTILIBS}" 396BBCLASSEXTEND_append_pn-usbutils = " ${MULTILIBS}"
399BBCLASSEXTEND_append_pn-util-linux = " ${MULTILIBS}" 397BBCLASSEXTEND_append_pn-util-linux = " ${MULTILIBS}"
400BBCLASSEXTEND_append_pn-util-macros = " ${MULTILIBS}" 398BBCLASSEXTEND_append_pn-util-macros = " ${MULTILIBS}"