summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-11-09 17:47:56 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-10 13:21:52 +0100
commit1e93fb3cb6d716ad811bd26154fdcec42195c360 (patch)
tree2080767d4449b321ca29fd7a9db71123bbf0cb6c
parent1e6ab4a20c096d17a9db936c3e3da045bfebbca0 (diff)
downloadmeta-openembedded-1e93fb3cb6d716ad811bd26154fdcec42195c360.tar.gz
kbd: move to oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-core/kbd/kbd_1.15.2.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-oe/recipes-core/kbd/kbd_1.15.2.bb b/meta-oe/recipes-core/kbd/kbd_1.15.2.bb
deleted file mode 100644
index 36e68a04b..000000000
--- a/meta-oe/recipes-core/kbd/kbd_1.15.2.bb
+++ /dev/null
@@ -1,19 +0,0 @@
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"