summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-06-26 13:58:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-05 15:34:27 +0100
commit12914a7e0cd4ddde3198c3b9ddb2a575d9b6004c (patch)
treebe5e39569169f9c8dd60371af64ffd57e76f845f /meta/recipes-core/eglibc
parent67c35e1072d4aa52fa1e5406bb3def909452c8b0 (diff)
downloadpoky-12914a7e0cd4ddde3198c3b9ddb2a575d9b6004c.tar.gz
eglibc: Drop libc-libm-big
This feature has been removed from eglibc 2.18 (From OE-Core rev: cce89a2f88fb159a82149a594349f6fd5fed6b44) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r--meta/recipes-core/eglibc/eglibc-options.inc1
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):
107 eglibc_cfg('ipv4', distro_features, 'OPTION_EGLIBC_INET', cnf) 107 eglibc_cfg('ipv4', distro_features, 'OPTION_EGLIBC_INET', cnf)
108 eglibc_cfg('libc-inet-anl', distro_features, 'OPTION_EGLIBC_INET_ANL', cnf) 108 eglibc_cfg('libc-inet-anl', distro_features, 'OPTION_EGLIBC_INET_ANL', cnf)
109 eglibc_cfg('libc-libm', distro_features, 'OPTION_EGLIBC_LIBM', cnf) 109 eglibc_cfg('libc-libm', distro_features, 'OPTION_EGLIBC_LIBM', cnf)
110 eglibc_cfg('libc-libm-big', distro_features, 'OPTION_EGLIBC_LIBM_BIG', cnf)
111 eglibc_cfg('libc-locales', distro_features, 'OPTION_EGLIBC_LOCALES', cnf) 110 eglibc_cfg('libc-locales', distro_features, 'OPTION_EGLIBC_LOCALES', cnf)
112 eglibc_cfg('libc-locale-code', distro_features, 'OPTION_EGLIBC_LOCALE_CODE', cnf) 111 eglibc_cfg('libc-locale-code', distro_features, 'OPTION_EGLIBC_LOCALE_CODE', cnf)
113 eglibc_cfg('libc-memusage', distro_features, 'OPTION_EGLIBC_MEMUSAGE', cnf) 112 eglibc_cfg('libc-memusage', distro_features, 'OPTION_EGLIBC_MEMUSAGE', cnf)