From 79481376735192aaf65be5c0e3740daf5a6bf883 Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Mon, 17 Mar 2025 14:00:04 +0000 Subject: [PATCH] kbd: Avoid non-ASCII characters in DESCRIPTION Replace the UTF8 dash character with ASCII dash in DESCRIPTION variable. Signed-off-by: Niko Mauno Signed-off-by: Richard Purdie --- meta/recipes-core/kbd/kbd_2.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/kbd/kbd_2.7.1.bb b/meta/recipes-core/kbd/kbd_2.7.1.bb index 9cff855b28c..9b9066e7b02 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" -- 2.47.3