diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-04-30 11:24:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-03 15:48:05 +0100 |
commit | 667ef5b25a3184e845cf10109b8372e301b5da33 (patch) | |
tree | 86d873ca23935d6ee0ddb8aa7cb0f4be381d8360 /meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb | |
parent | fa7cd14e02d4e5017104a62f5a012d6a0af35958 (diff) | |
download | poky-667ef5b25a3184e845cf10109b8372e301b5da33.tar.gz |
xmodmap: Update to 1.0.7
(From OE-Core rev: 6615decca17874dcd212d7a17bb3078808a705fb)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb new file mode 100644 index 0000000000..fab1b167e6 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | require xorg-app-common.inc | ||
2 | |||
3 | SUMMARY = "Utility for modifying keymaps and pointer button mappings in X" | ||
4 | |||
5 | DESCRIPTION = "The xmodmap program is used to edit and display the \ | ||
6 | keyboard modifier map and keymap table that are used by client \ | ||
7 | applications to convert event keycodes into keysyms. It is usually run \ | ||
8 | from the user's session startup script to configure the keyboard \ | ||
9 | according to personal tastes." | ||
10 | |||
11 | LICENSE = "MIT" | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=eef098b27f09d0ac39268df0cc2c00b5" | ||
13 | |||
14 | PR = "${INC_PR}.0" | ||
15 | PE = "1" | ||
16 | |||
17 | SRC_URI[md5sum] = "d9b65f6881afe0d6d9863b30e1081bde" | ||
18 | SRC_URI[sha256sum] = "ef22ede9c4a3c720da539292c6911515a8408e618e0dec6aa2196ee2153de4b5" | ||