diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-02-26 18:27:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-28 13:21:54 +0000 |
commit | 9d973d3b4ed8d2ce3c8997dc21603a0952e7ef0e (patch) | |
tree | d82567893852c0134a574f1c45ce7db7b90c2fd0 /meta/conf/bitbake.conf | |
parent | 561ff52c516990c769681446c22d516eb6b91461 (diff) | |
download | poky-9d973d3b4ed8d2ce3c8997dc21603a0952e7ef0e.tar.gz |
default-distrovars: Drop DISTRO_FEATURES_LIBC
After eglibc was merged into glibc, Kconfig support was also dropped so
these libc features therefore are not effective anymore and can be
removed
(From OE-Core rev: c62b1cc06613a4cdddf53290e6203559f43fc62d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 435646a946..1c5369ec98 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -123,7 +123,7 @@ TUNE_ASARGS ??= "" | |||
123 | TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" | 123 | TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" |
124 | LIBCEXTENSION ??= "" | 124 | LIBCEXTENSION ??= "" |
125 | ABIEXTENSION ??= "" | 125 | ABIEXTENSION ??= "" |
126 | USE_NLS ??= "${@bb.utils.contains('DISTRO_FEATURES', 'libc-locale-code', 'yes', 'no', d)}" | 126 | USE_NLS ??= "yes" |
127 | SDKUSE_NLS ??= "yes" | 127 | SDKUSE_NLS ??= "yes" |
128 | 128 | ||
129 | TARGET_ARCH = "${TUNE_ARCH}" | 129 | TARGET_ARCH = "${TUNE_ARCH}" |
@@ -820,7 +820,7 @@ IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}" | |||
820 | # Native distro features (will always be used for -native, even if they | 820 | # Native distro features (will always be used for -native, even if they |
821 | # are not enabled for target) | 821 | # are not enabled for target) |
822 | DISTRO_FEATURES_NATIVE ?= "x11 ipv6 xattr" | 822 | DISTRO_FEATURES_NATIVE ?= "x11 ipv6 xattr" |
823 | DISTRO_FEATURES_NATIVESDK ?= "x11 libc-charsets libc-locales libc-locale-code" | 823 | DISTRO_FEATURES_NATIVESDK ?= "x11" |
824 | 824 | ||
825 | # Normally target distro features will not be applied to native builds: | 825 | # Normally target distro features will not be applied to native builds: |
826 | # Native distro features on this list will use the target feature value | 826 | # Native distro features on this list will use the target feature value |