From: Arnout Vandecappelle Date: Thu, 10 Sep 2015 16:55:57 +0000 (+0200) Subject: system: make systemd's kernel headers comment fit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b287378d3c0fca20d7fec4fbf3c097115afcbd5a;p=buildroot.git system: make systemd's kernel headers comment fit The comment line that explains that systemd needs a glibc toolchain and kernel headers >= 3.10 doesn't fit in the dialog box, which makes it look as if headers >= 3.1 are needed. Abbreviate the comment a little by removing an 'an'. It still doesn't fit completely (only one trailing * is shown), but at least it's readable. While we're at it, change the quoting style to " like we always use. Reported-by: eschu on IRC Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/system/Config.in b/system/Config.in index fad829dad3..03521fda2f 100644 --- a/system/Config.in +++ b/system/Config.in @@ -90,7 +90,7 @@ config BR2_INIT_SYSTEMD depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 select BR2_PACKAGE_SYSTEMD -comment 'systemd needs an (e)glibc toolchain, headers >= 3.10' +comment "systemd needs (e)glibc toolchain, headers >= 3.10" depends on !(BR2_TOOLCHAIN_USES_GLIBC \ && BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10)