From: Niko Mauno Date: Mon, 17 Mar 2025 14:00:04 +0000 (+0000) Subject: kbd: Avoid non-ASCII characters in DESCRIPTION X-Git-Tag: yocto-5.2~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79481376735192aaf65be5c0e3740daf5a6bf883;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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"