mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
License file changed slightly with some years changes. (From OE-Core rev: c20e88818fe96a452b0ce5d7698cbe7edd05fc70) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
690 B
BlitzBasic
20 lines
690 B
BlitzBasic
require xorg-app-common.inc
|
|
|
|
SUMMARY = "Utility for modifying keymaps and pointer button mappings in X"
|
|
|
|
DESCRIPTION = "The xmodmap program is used to edit and display the \
|
|
keyboard modifier map and keymap table that are used by client \
|
|
applications to convert event keycodes into keysyms. It is usually run \
|
|
from the user's session startup script to configure the keyboard \
|
|
according to personal tastes."
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=272c17e96370e1e74773fa22d9989621"
|
|
|
|
PE = "1"
|
|
|
|
SRC_URI += "file://gnu-source.patch"
|
|
|
|
SRC_URI[md5sum] = "5511da3361eea4eaa21427652c559e1c"
|
|
SRC_URI[sha256sum] = "efe2e3c89858a2db3bdcf969f55f55d0af4f5007789198344de0595249a99fc3"
|