]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
kbd: Avoid non-ASCII characters in DESCRIPTION
authorNiko Mauno <niko.mauno@vaisala.com>
Mon, 17 Mar 2025 14:00:04 +0000 (14:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Mar 2025 10:26:10 +0000 (10:26 +0000)
Replace the UTF8 dash character with ASCII dash in DESCRIPTION
variable.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/kbd/kbd_2.7.1.bb

index 9cff855b28c3993268bfeb85965ea3b7a024b3ce..9b9066e7b028939f5c35dd2389f6ad31b723bd0d 100644 (file)
@@ -1,6 +1,6 @@
 SUMMARY = "Keytable files and keyboard utilities"
 HOMEPAGE = "http://www.kbd-project.org/"
-DESCRIPTION = "The kbd project contains tools for managing Linux console (Linux console, virtual terminals, keyboard, etc.)  mainly, what they do is loading console fonts and keyboard maps."
+DESCRIPTION = "The kbd project contains tools for managing Linux console (Linux console, virtual terminals, keyboard, etc.) - mainly, what they do is loading console fonts and keyboard maps."
 
 # consolefonts and keymaps contain also some public domain and author notice licenses
 LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later & GPL-3.0-or-later"