]> code.ossystems Code Review - openembedded-core.git/commit
eglibc: check dependencies among eglibc options
authorKang Kai <kai.kang@windriver.com>
Thu, 18 Aug 2011 02:04:57 +0000 (10:04 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Aug 2011 16:05:53 +0000 (09:05 -0700)
commit4b8d13b72c2c338ec5606f19aa5d7554558c51e5
treef9755d53fa022e0c20ae7ae42f21dcf114e87193
parent58c66c0ef6f9233a308362f0aad36a753206770c
eglibc: check dependencies among eglibc options

Fixes [Yocto #1212]

'libc-inet' and 'ipv4' are the same thing, so remove 'libc-inet'
from the default DISTRO_FEATURES_LIBC in file default-distrovars.inc.

Check the dependencies among eglibc configurable options, make sure
that eglibc could be compile successfully only with part of the options.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
meta/conf/distro/include/default-distrovars.inc
meta/recipes-core/eglibc/eglibc-options.inc