mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
(From OE-Core rev: 162f117428be2da12f2599870e980cbbc12ac2c4) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
618 B
BlitzBasic
18 lines
618 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[sha256sum] = "9a2f8168f7b0bc382828847403902cb6bf175e17658b36189eac87edda877e81"
|
|
|
|
SRC_URI_EXT = "xz"
|