eglibc: Make it configurable by tuning eglibc options
authorKhem Raj <raj.khem@gmail.com>
Fri, 7 Jan 2011 09:24:17 +0000 (01:24 -0800)
committerKhem Raj <raj.khem@gmail.com>
Sun, 9 Jan 2011 21:39:23 +0000 (13:39 -0800)
commit8d51dd82e8e26bf9c4bd780d1a63a23128f938b0
tree2cdefe3bd22dac78c9559ced2b121f8fe60776ac
parent776fed9f09354d7cbb6568c5a03972e5942b69b6
eglibc: Make it configurable by tuning eglibc options

* Look for disabled features in DISTRO_FEATURES and disable them while building eglibc
* By default all features are built
* One can disable a feature by specifying DISTRO_FEATURES += "noinet6 nobsd ...." e.g.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/eglibc/eglibc-options.inc [new file with mode: 0644]
recipes/eglibc/eglibc.inc