]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
eglibc: check for required distro features ChenQi/distro_features_libc
authorChen Qi <Qi.Chen@windriver.com>
Thu, 3 Jul 2014 01:28:12 +0000 (09:28 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Thu, 3 Jul 2014 01:39:31 +0000 (09:39 +0800)
commit40ebe9e8e227d169dc7b03ff14b1a83b55e4f186
tree51436ab9eb6027b2a57f191985ad7b9ed3236ffa
parentc36d459f0d40bdbd3ba809835e0475e8992bc778
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>
meta/recipes-core/eglibc/eglibc.inc