From 416fd9cd13ae4fbad0d4499ca2ce90447603a4e1 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 8 Jun 2016 23:40:54 +0200 Subject: Replace (e)glibc by glibc Following the removal of eglibc support, this commit replaces all occurences of "(e)glibc" by just "glibc". Most of the occurences are in package Config.in comments. In addition, when the form "an (e)glibc ..." was used, it is replaced by "a glibc ...". [Peter: add new efi* packages, s/uclibc/uClibc as suggested by Romain, systemd / liquid-dsp tweaks as suggested by Yann] Signed-off-by: Thomas Petazzoni Reviewed-by: Romain Naour Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- system/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system') diff --git a/system/Config.in b/system/Config.in index 944146743..3018b0a7b 100644 --- a/system/Config.in +++ b/system/Config.in @@ -95,7 +95,7 @@ config BR2_INIT_SYSTEMD select BR2_ROOTFS_MERGED_USR select BR2_PACKAGE_SYSTEMD -comment "systemd needs (e)glibc toolchain, headers >= 3.10" +comment "systemd needs a glibc toolchain, headers >= 3.10" depends on !(BR2_TOOLCHAIN_USES_GLIBC \ && BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10) @@ -375,7 +375,7 @@ comment "automatic network configuration via DHCP needs ifupdown or busybox" config BR2_TARGET_TZ_INFO bool "Install timezone info" - # No timezone for musl; only for uClibc or (e)glibc. + # No timezone for musl; only for uClibc or glibc. depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_UCLIBC select BR2_PACKAGE_TZDATA if BR2_TOOLCHAIN_USES_GLIBC select BR2_PACKAGE_TZ if BR2_TOOLCHAIN_USES_UCLIBC @@ -391,7 +391,7 @@ config BR2_TARGET_TZ_ZONELIST Space-separated list of time zones to compile. The value "default" includes all commonly used time zones. Note - that this set consumes around 5.5M for (e)glibc and 2.1M for uClibc. + that this set consumes around 5.5M for glibc and 2.1M for uClibc. The full list is the list of files in the time zone database source, not including the build and .tab files. -- cgit v1.2.3