diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/kbd/kbd_2.4.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/readline/readline.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/kbd/kbd_2.4.0.bb b/meta/recipes-core/kbd/kbd_2.4.0.bb index 5328e5ec3c..8a68d647e2 100644 --- a/meta/recipes-core/kbd/kbd_2.4.0.bb +++ b/meta/recipes-core/kbd/kbd_2.4.0.bb | |||
@@ -1,7 +1,7 @@ | |||
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 | # everything minus console-fonts is GPLv2+ | 4 | # everything minus console-fonts is GPL-2.0-or-later |
5 | LICENSE = "GPL-2.0-or-later" | 5 | LICENSE = "GPL-2.0-or-later" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" |
7 | 7 | ||
diff --git a/meta/recipes-core/readline/readline.inc b/meta/recipes-core/readline/readline.inc index 24a3301285..7f2f1a092b 100644 --- a/meta/recipes-core/readline/readline.inc +++ b/meta/recipes-core/readline/readline.inc | |||
@@ -6,7 +6,7 @@ lines, and perform csh-like history expansion on previous commands." | |||
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | HOMEPAGE = "https://tiswww.case.edu/php/chet/readline/rltop.html" | 7 | HOMEPAGE = "https://tiswww.case.edu/php/chet/readline/rltop.html" |
8 | 8 | ||
9 | # GPLv2+ (< 6.0), GPLv3+ (>= 6.0) | 9 | # GPL-2.0-or-later (< 6.0), GPL-3.0-or-later (>= 6.0) |
10 | LICENSE = "GPL-3.0-or-later" | 10 | LICENSE = "GPL-3.0-or-later" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
12 | 12 | ||