diff options
author | Yu Ke <ke.yu@intel.com> | 2010-11-12 11:09:09 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-11-14 21:08:24 -0800 |
commit | c3db9a679972714ea362d076c0980e6b23c9040a (patch) | |
tree | daf250759f1e6c844237993a3663ebe5ac37bef2 /meta | |
parent | 75760390d2c9758e63c575aa2038c57669686e33 (diff) | |
download | poky-c3db9a679972714ea362d076c0980e6b23c9040a.tar.gz |
xmodmap: upgrade from 1.0.4 to 1.0.5
LIC_FILES_CHKSUM Changed due to Sun -> Oracle License Change
Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb (renamed from meta/recipes-graphics/xorg-app/xmodmap_1.0.4.bb) | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 8083df2472..182720e0af 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.3" | |||
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.4" | 122 | PREFERRED_VERSION_xmodmap ?= "1.0.5" |
123 | PREFERRED_VERSION_xorg-cf-files ?= "1.0.3" | 123 | PREFERRED_VERSION_xorg-cf-files ?= "1.0.3" |
124 | PREFERRED_VERSION_xprop ?= "1.1.0" | 124 | PREFERRED_VERSION_xprop ?= "1.1.0" |
125 | PREFERRED_VERSION_xproto ?= "7.0.17" | 125 | PREFERRED_VERSION_xproto ?= "7.0.17" |
diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.4.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb index d7d31e2677..6f60cdd1ef 100644 --- a/meta/recipes-graphics/xorg-app/xmodmap_1.0.4.bb +++ b/meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb | |||
@@ -2,6 +2,7 @@ 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" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eef098b27f09d0ac39268df0cc2c00b5" |
6 | |||
6 | PR = "r0" | 7 | PR = "r0" |
7 | PE = "1" | 8 | PE = "1" |