summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2012-06-15 17:30:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-18 17:27:25 +0100
commit05428dac7b9f982dc3306ddfba2a3374038d7ca3 (patch)
tree7c072058068d0b6c698a6554aa77c76991769d57 /meta/conf
parent993245d2c6ac66604cdc5f3cd8d96792e4a48db6 (diff)
downloadpoky-05428dac7b9f982dc3306ddfba2a3374038d7ca3.tar.gz
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 <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/multilib.conf1
1 files changed, 1 insertions, 0 deletions
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}"
420BBCLASSEXTEND_append_pn-lsb = " ${MULTILIBS}" 420BBCLASSEXTEND_append_pn-lsb = " ${MULTILIBS}"
421BBCLASSEXTEND_append_pn-lsbsetup = " ${MULTILIBS}" 421BBCLASSEXTEND_append_pn-lsbsetup = " ${MULTILIBS}"
422BBCLASSEXTEND_append_pn-lsbtest = " ${MULTILIBS}" 422BBCLASSEXTEND_append_pn-lsbtest = " ${MULTILIBS}"
423BBCLASSEXTEND_append_pn-lsbinitscripts = " ${MULTILIBS}"
423BBCLASSEXTEND_append_pn-lsof = " ${MULTILIBS}" 424BBCLASSEXTEND_append_pn-lsof = " ${MULTILIBS}"
424BBCLASSEXTEND_append_pn-ltp = " ${MULTILIBS}" 425BBCLASSEXTEND_append_pn-ltp = " ${MULTILIBS}"
425BBCLASSEXTEND_append_pn-lttng-control = " ${MULTILIBS}" 426BBCLASSEXTEND_append_pn-lttng-control = " ${MULTILIBS}"