diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2012-06-15 17:30:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-15 15:57:58 +0100 |
commit | 264425b0a54806c08c218bd8b500c20b8c3152f4 (patch) | |
tree | 0bb43e12c4ee10ba34ce7c3b553e8852abdd09bc | |
parent | 2f1460b7bf96616a7d54753a9dbc63ed6d322d74 (diff) | |
download | openembedded-core-264425b0a54806c08c218bd8b500c20b8c3152f4.tar.gz openembedded-core-264425b0a54806c08c218bd8b500c20b8c3152f4.tar.bz2 openembedded-core-264425b0a54806c08c218bd8b500c20b8c3152f4.zip |
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 9fc5a90ff3..cea8694095 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}" |