diff mbox series

[4/4] kbd: Avoid non-ASCII characters in DESCRIPTION

Message ID 20250317140004.1808848-4-niko.mauno@vaisala.com
State New
Headers show
Series [1/4] at-spi2-core: Avoid non-ASCII characters in FILES | expand

Commit Message

Niko Mauno March 17, 2025, 2 p.m. UTC
Replace the UTF8 dash character with ASCII dash in DESCRIPTION
variable.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
---
 meta/recipes-core/kbd/kbd_2.7.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/kbd/kbd_2.7.1.bb b/meta/recipes-core/kbd/kbd_2.7.1.bb
index 9cff855b28..9b9066e7b0 100644
--- a/meta/recipes-core/kbd/kbd_2.7.1.bb
+++ b/meta/recipes-core/kbd/kbd_2.7.1.bb
@@ -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"