diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-25 20:18:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-25 20:18:41 +0200 |
commit | 90033f5d91823f1aca3b9802241a2a74671b1189 (patch) | |
tree | bbabaea7e467edd93c2abcd92bb448704df42d6a /meta-oe/recipes-core | |
parent | 6e764b62170011f6b118135d3521005da6cef933 (diff) | |
download | meta-openembedded-90033f5d91823f1aca3b9802241a2a74671b1189.tar.gz |
kbd: add 1.15.2
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | meta-oe/recipes-core/kbd/kbd_1.15.2.bb | 19 |
1 files changed, 19 insertions, 0 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 new file mode 100644 index 000000000..5fdccadab --- /dev/null +++ b/meta-oe/recipes-core/kbd/kbd_1.15.2.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "This package contains keytable files and keyboard utilities" | ||
2 | # everything minus console-fonts is GPLv2+ | ||
3 | LICENSE = "GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=587ce626d15bd61699a64a6b8a5afefb" | ||
5 | |||
6 | inherit autotools gettext | ||
7 | |||
8 | BBCLASSEXTEND = "native" | ||
9 | |||
10 | SRC_URI="${KERNELORG_MIRROR}/pub/linux/utils/kbd/kbd-1.15.2.tar.bz2" | ||
11 | SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5" | ||
12 | SRC_URI[sha256sum] = "b3602d191eef7a6a8317fc3cd231efa40a89ac235dce57a77cac825a2a21eba6" | ||
13 | |||
14 | PACKAGES += "${PN}-consolefonts ${PN}-keymaps ${PN}-unimaps ${PN}-consoletrans" | ||
15 | |||
16 | FILES_${PN}-consolefonts = "${datadir}/consolefonts" | ||
17 | FILES_${PN}-consoletrans = "${datadir}/consoletrans" | ||
18 | FILES_${PN}-keymaps = "${datadir}/keymaps" | ||
19 | FILES_${PN}-unimaps = "${datadir}/unimaps" | ||