diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2025-03-17 14:00:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-18 10:27:31 +0000 |
commit | 15e8ec7e38d39244a20217888dae3092500bb0cc (patch) | |
tree | 0d09def350338595a7c5a3dbe5d7504cce7918b1 | |
parent | 17cc5faf46ff6ad7d0b21343f8a562c8750a75b8 (diff) | |
download | poky-15e8ec7e38d39244a20217888dae3092500bb0cc.tar.gz |
kbd: Avoid non-ASCII characters in DESCRIPTION
Replace the UTF8 dash character with ASCII dash in DESCRIPTION
variable.
(From OE-Core rev: 79481376735192aaf65be5c0e3740daf5a6bf883)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/kbd/kbd_2.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | SUMMARY = "Keytable files and keyboard utilities" | 1 | SUMMARY = "Keytable files and keyboard utilities" |
2 | HOMEPAGE = "http://www.kbd-project.org/" | 2 | HOMEPAGE = "http://www.kbd-project.org/" |
3 | 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." | 3 | 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." |
4 | 4 | ||
5 | # consolefonts and keymaps contain also some public domain and author notice licenses | 5 | # consolefonts and keymaps contain also some public domain and author notice licenses |
6 | LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later & GPL-3.0-or-later" | 6 | LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later & GPL-3.0-or-later" |