system: make systemd's kernel headers comment fit
authorArnout Vandecappelle <arnout@mind.be>
Thu, 10 Sep 2015 16:55:57 +0000 (18:55 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 10 Sep 2015 20:06:55 +0000 (22:06 +0200)
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) <arnout@mind.be>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
system/Config.in

index fad829dad36b047900892e921b02cdd0fb052fdb..03521fda2f36ca895540f7c94ab77b45dd48c8a0 100644 (file)
@@ -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)