From patchwork Thu Nov 10 07:42:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,(v2),10/33] kbd: import from meta-oe Date: Thu, 10 Nov 2011 07:42:52 -0000 From: Saul Wold X-Patchwork-Id: 14711 Message-Id: <1cbf6306a4f4fda80983be4ef9aa91f713cb1ed9.1320910946.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Martin Jansa * replaces console-tools used in keymaps Signed-off-by: Martin Jansa --- meta/recipes-core/kbd/kbd_1.15.2.bb | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-core/kbd/kbd_1.15.2.bb 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 0000000..36e68a0 --- /dev/null +++ b/meta/recipes-core/kbd/kbd_1.15.2.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "This package contains keytable files and keyboard utilities" +# everything minus console-fonts is GPLv2+ +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=587ce626d15bd61699a64a6b8a5afefb" + +inherit autotools gettext + +BBCLASSEXTEND = "native" + +SRC_URI="${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2" +SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5" +SRC_URI[sha256sum] = "b3602d191eef7a6a8317fc3cd231efa40a89ac235dce57a77cac825a2a21eba6" + +PACKAGES += "${PN}-consolefonts ${PN}-keymaps ${PN}-unimaps ${PN}-consoletrans" + +FILES_${PN}-consolefonts = "${datadir}/consolefonts" +FILES_${PN}-consoletrans = "${datadir}/consoletrans" +FILES_${PN}-keymaps = "${datadir}/keymaps" +FILES_${PN}-unimaps = "${datadir}/unimaps"