summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/kbd
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-11-04 17:40:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-10 12:08:58 +0000
commit18e61c6b321e5405f232f9a697b9bf75e136f6ac (patch)
treea76dcd02e7a0ce7687a2b04685344eb65aed8937 /meta/recipes-core/kbd
parent8b1159ef6dc11ef0b2ede89dc057a5849b22eb9f (diff)
downloadpoky-18e61c6b321e5405f232f9a697b9bf75e136f6ac.tar.gz
kbd: import from meta-oe
* replaces console-tools used in keymaps (From OE-Core rev: 53ba913e7df79da8735baef54891ebe47bbb159d) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/kbd')
-rw-r--r--meta/recipes-core/kbd/kbd_1.15.2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-core/kbd/kbd_1.15.2.bb b/meta/recipes-core/kbd/kbd_1.15.2.bb
new file mode 100644
index 0000000000..36e68a04b2
--- /dev/null
+++ b/meta/recipes-core/kbd/kbd_1.15.2.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "This package contains keytable files and keyboard utilities"
2# everything minus console-fonts is GPLv2+
3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=587ce626d15bd61699a64a6b8a5afefb"
5
6inherit autotools gettext
7
8BBCLASSEXTEND = "native"
9
10SRC_URI="${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2"
11SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5"
12SRC_URI[sha256sum] = "b3602d191eef7a6a8317fc3cd231efa40a89ac235dce57a77cac825a2a21eba6"
13
14PACKAGES += "${PN}-consolefonts ${PN}-keymaps ${PN}-unimaps ${PN}-consoletrans"
15
16FILES_${PN}-consolefonts = "${datadir}/consolefonts"
17FILES_${PN}-consoletrans = "${datadir}/consoletrans"
18FILES_${PN}-keymaps = "${datadir}/keymaps"
19FILES_${PN}-unimaps = "${datadir}/unimaps"