diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-06-26 13:58:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-05 15:26:22 +0100 |
commit | cce89a2f88fb159a82149a594349f6fd5fed6b44 (patch) | |
tree | 489ff0d64fe903619c22f280f20f12314163e748 /meta/recipes-core | |
parent | 59ae9fc07a6a89492c001de0b3322ecd6d3956be (diff) | |
download | openembedded-core-cce89a2f88fb159a82149a594349f6fd5fed6b44.tar.gz openembedded-core-cce89a2f88fb159a82149a594349f6fd5fed6b44.tar.bz2 openembedded-core-cce89a2f88fb159a82149a594349f6fd5fed6b44.zip |
eglibc: Drop libc-libm-big
This feature has been removed from eglibc 2.18
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-options.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-options.inc b/meta/recipes-core/eglibc/eglibc-options.inc index 8a8b364a6e..74412e8367 100644 --- a/meta/recipes-core/eglibc/eglibc-options.inc +++ b/meta/recipes-core/eglibc/eglibc-options.inc @@ -107,7 +107,6 @@ def features_to_eglibc_settings(d): eglibc_cfg('ipv4', distro_features, 'OPTION_EGLIBC_INET', cnf) eglibc_cfg('libc-inet-anl', distro_features, 'OPTION_EGLIBC_INET_ANL', cnf) eglibc_cfg('libc-libm', distro_features, 'OPTION_EGLIBC_LIBM', cnf) - eglibc_cfg('libc-libm-big', distro_features, 'OPTION_EGLIBC_LIBM_BIG', cnf) eglibc_cfg('libc-locales', distro_features, 'OPTION_EGLIBC_LOCALES', cnf) eglibc_cfg('libc-locale-code', distro_features, 'OPTION_EGLIBC_LOCALE_CODE', cnf) eglibc_cfg('libc-memusage', distro_features, 'OPTION_EGLIBC_MEMUSAGE', cnf) |