diff options
| -rw-r--r-- | meta/conf/distro/include/tclibc-eglibc.inc | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/conf/distro/include/tclibc-eglibc.inc b/meta/conf/distro/include/tclibc-eglibc.inc index aed82d1870..4f5607f226 100644 --- a/meta/conf/distro/include/tclibc-eglibc.inc +++ b/meta/conf/distro/include/tclibc-eglibc.inc | |||
| @@ -19,10 +19,10 @@ CXXFLAGS += "-fvisibility-inlines-hidden" | |||
| 19 | 19 | ||
| 20 | LIBC_DEPENDENCIES = "libsegfault \ | 20 | LIBC_DEPENDENCIES = "libsegfault \ |
| 21 | eglibc \ | 21 | eglibc \ |
| 22 | eglibc-dbg \ | 22 | eglibc-dbg \ |
| 23 | eglibc-dev \ | 23 | eglibc-dev \ |
| 24 | eglibc-utils \ | 24 | eglibc-utils \ |
| 25 | eglibc-thread-db \ | 25 | eglibc-thread-db \ |
| 26 | ${@get_libc_locales_dependencies(d)}" | 26 | ${@get_libc_locales_dependencies(d)}" |
| 27 | 27 | ||
| 28 | LIBC_LOCALE_DEPENDENCIES = "\ | 28 | LIBC_LOCALE_DEPENDENCIES = "\ |
| @@ -30,9 +30,7 @@ LIBC_LOCALE_DEPENDENCIES = "\ | |||
| 30 | eglibc-gconv-ibm850 \ | 30 | eglibc-gconv-ibm850 \ |
| 31 | eglibc-gconv-cp1252 \ | 31 | eglibc-gconv-cp1252 \ |
| 32 | eglibc-gconv-iso8859-1 \ | 32 | eglibc-gconv-iso8859-1 \ |
| 33 | eglibc-gconv-iso8859-15 \ | 33 | eglibc-gconv-iso8859-15" |
| 34 | locale-base-en-us \ | ||
| 35 | locale-base-en-gb" | ||
| 36 | 34 | ||
| 37 | def get_libc_locales_dependencies(d): | 35 | def get_libc_locales_dependencies(d): |
| 38 | if 'libc-locales' in (d.getVar('DISTRO_FEATURES', True) or '').split() : | 36 | if 'libc-locales' in (d.getVar('DISTRO_FEATURES', True) or '').split() : |
