[OE-core] [oe-core 2/6] kbd: import from meta-oe

Saul Wold sgw at linux.intel.com
Tue Nov 8 15:36:51 UTC 2011


On 11/07/2011 06:19 AM, Martin Jansa wrote:
> * replaces console-tools used in keymaps
>
> Signed-off-by: Martin Jansa<Martin.Jansa at gmail.com>
> ---
>   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"

Apparently this is not currently fetchable, do you have an updated 
location?  I found something at fossies.org, but the COPYING file is 
different that your checksum, so I am not sure of the differences.

Sau!


> +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"




More information about the Openembedded-core mailing list