]> code.ossystems Code Review - openembedded-core.git/commit
eglibc: check for required distro features
authorChen Qi <Qi.Chen@windriver.com>
Thu, 3 Jul 2014 03:23:42 +0000 (11:23 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Jul 2014 11:27:37 +0000 (12:27 +0100)
commit82d9d12a3364914a5c1f354671adac1f0a71eea3
tree2beb3183520b473e82e786f8f2a99135260bf5d4
parent53ae544cfdac22c82af452b8c7ebe6664296bd9b
eglibc: check for required distro features

If users accidently override the DISTRO_FEATURES in local.conf,
then build failures occur for lack of libc functions.

All features in DISTRO_FEATURES_LIBC should be in DISTRO_FEATURES.
That's why this patch let the recipe inherit distro_features_check
class and set REQUIRED_DISTRO_FEATURES to "${DISTRO_FEATURES_LIBC}".

[YOCTO #6381]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/eglibc/eglibc.inc