summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/kbd
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/kbd')
-rw-r--r--meta/recipes-core/kbd/kbd_2.6.4.bb16
1 files changed, 13 insertions, 3 deletions
diff --git a/meta/recipes-core/kbd/kbd_2.6.4.bb b/meta/recipes-core/kbd/kbd_2.6.4.bb
index 33c39c9f10..2331b51e59 100644
--- a/meta/recipes-core/kbd/kbd_2.6.4.bb
+++ b/meta/recipes-core/kbd/kbd_2.6.4.bb
@@ -1,9 +1,19 @@
1SUMMARY = "Keytable files and keyboard utilities" 1SUMMARY = "Keytable files and keyboard utilities"
2HOMEPAGE = "http://www.kbd-project.org/" 2HOMEPAGE = "http://www.kbd-project.org/"
3DESCRIPTION = "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." 3DESCRIPTION = "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 GPL-2.0-or-later 4
5LICENSE = "GPL-2.0-or-later" 5# consolefonts and keymaps contain also some public domain and author notice licenses
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later & GPL-3.0-or-later"
7LIC_FILES_CHKSUM = " \
8 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
9 file://data/keymaps/pine/en.map;beginline=2;endline=15;md5=20914a59c0546a7b77ebf959bc88ad5d \
10"
11LICENSE:${PN} = "GPL-2.0-or-later & LGPL-2.0-or-later"
12LICENSE:${PN}-consolefonts = "GPL-2.0-or-later"
13LICENSE:${PN}-consoletrans = "GPL-2.0-or-later"
14LICENSE:${PN}-keymaps-pine = "GPL-3.0-or-later"
15LICENSE:${PN}-keymaps = "GPL-2.0-or-later"
16LICENSE:${PN}-unimaps = "GPL-2.0-or-later"
7 17
8inherit autotools gettext pkgconfig 18inherit autotools gettext pkgconfig
9 19