diff options
| author | Yu Ke <ke.yu@intel.com> | 2010-06-23 21:15:27 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-29 17:13:36 +0100 |
| commit | 6abf79dbf6dbc20cbfe48d5c03186bd624771553 (patch) | |
| tree | 41d2981470e19876446366eff50c79ceb61d9635 /meta | |
| parent | d0fcdab99ba5ed25d9f2788f2d2feb4cc32e43c8 (diff) | |
| download | poky-6abf79dbf6dbc20cbfe48d5c03186bd624771553.tar.gz | |
xmodmap: upgrade to latest version 1.0.4
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 | ||||
| -rw-r--r-- | meta/packages/xorg-app/xmodmap_1.0.4.bb (renamed from meta/packages/xorg-app/xmodmap_1.0.3.bb) | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 371b5abe18..8b9322828f 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc | |||
| @@ -119,7 +119,7 @@ PREFERRED_VERSION_xf86vidmodeproto ?= "2.2.2" | |||
| 119 | PREFERRED_VERSION_xhost ?= "1.0.3" | 119 | PREFERRED_VERSION_xhost ?= "1.0.3" |
| 120 | PREFERRED_VERSION_xinit ?= "1.2.1" | 120 | PREFERRED_VERSION_xinit ?= "1.2.1" |
| 121 | PREFERRED_VERSION_xineramaproto ?= "1.2" | 121 | PREFERRED_VERSION_xineramaproto ?= "1.2" |
| 122 | PREFERRED_VERSION_xmodmap ?= "1.0.3" | 122 | PREFERRED_VERSION_xmodmap ?= "1.0.4" |
| 123 | PREFERRED_VERSION_xorg-cf-files ?= "1.0.3" | 123 | PREFERRED_VERSION_xorg-cf-files ?= "1.0.3" |
| 124 | PREFERRED_VERSION_xprop ?= "1.0.4" | 124 | PREFERRED_VERSION_xprop ?= "1.0.4" |
| 125 | PREFERRED_VERSION_xproto ?= "7.0.16" | 125 | PREFERRED_VERSION_xproto ?= "7.0.16" |
diff --git a/meta/packages/xorg-app/xmodmap_1.0.3.bb b/meta/packages/xorg-app/xmodmap_1.0.4.bb index 4b031293a2..d7d31e2677 100644 --- a/meta/packages/xorg-app/xmodmap_1.0.3.bb +++ b/meta/packages/xorg-app/xmodmap_1.0.4.bb | |||
| @@ -2,4 +2,6 @@ require xorg-app-common.inc | |||
| 2 | 2 | ||
| 3 | DESCRIPTION = "utility for modifying keymaps and pointer button mappings in X" | 3 | DESCRIPTION = "utility for modifying keymaps and pointer button mappings in X" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4eafccf13653fd18ec3263631e5feb68" | ||
| 6 | PR = "r0" | ||
| 5 | PE = "1" | 7 | PE = "1" |
