diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-11-16 23:14:19 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-18 13:30:27 -0800 |
commit | ca4e362e204939bcc6d2247620f538f2294a5f03 (patch) | |
tree | 49164dbc58bdf1c41f85b521ec7c743c848480d4 | |
parent | 3500a6499090b6941fdec45aaa41c38179aa71f8 (diff) | |
download | poky-ca4e362e204939bcc6d2247620f538f2294a5f03.tar.gz |
kbproto: upgrade from 1.0.4 to the latest version 1.0.5
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 6 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb (renamed from meta/recipes-graphics/xorg-proto/kbproto_1.0.4.bb) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index ef95e6bfc0..baec854d20 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc | |||
@@ -21,9 +21,9 @@ PREFERRED_VERSION_imake ?= "1.0.2" | |||
21 | #PREFERRED_VERSION_inputproto ?= "2.0" | 21 | #PREFERRED_VERSION_inputproto ?= "2.0" |
22 | #PREFERRED_VERSION_inputproto-native ?= "2.0" | 22 | #PREFERRED_VERSION_inputproto-native ?= "2.0" |
23 | #PREFERRED_VERSION_inputproto-nativesdk ?= "2.0" | 23 | #PREFERRED_VERSION_inputproto-nativesdk ?= "2.0" |
24 | PREFERRED_VERSION_kbproto ?= "1.0.4" | 24 | PREFERRED_VERSION_kbproto ?= "1.0.5" |
25 | PREFERRED_VERSION_kbproto-native ?= "1.0.4" | 25 | PREFERRED_VERSION_kbproto-native ?= "1.0.5" |
26 | PREFERRED_VERSION_kbproto-nativesdk ?= "1.0.4" | 26 | PREFERRED_VERSION_kbproto-nativesdk ?= "1.0.5" |
27 | PREFERRED_VERSION_libapplewm ?= "1.0.0" | 27 | PREFERRED_VERSION_libapplewm ?= "1.0.0" |
28 | PREFERRED_VERSION_libdmx ?= "1.1.0" | 28 | PREFERRED_VERSION_libdmx ?= "1.1.0" |
29 | PREFERRED_VERSION_libfontenc ?= "1.0.5" | 29 | PREFERRED_VERSION_libfontenc ?= "1.0.5" |
diff --git a/meta/recipes-graphics/xorg-proto/kbproto_1.0.4.bb b/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb index b49d5a6921..e98d3d6f7e 100644 --- a/meta/recipes-graphics/xorg-proto/kbproto_1.0.4.bb +++ b/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "MIT-style" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7dd6ea99e2a83a552c02c80963623c38 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7dd6ea99e2a83a552c02c80963623c38 \ |
5 | file://XKBproto.h;beginline=2;endline=26;md5=5744eeff407aeb6e7a1346eebab486a2" | 5 | file://XKBproto.h;beginline=2;endline=26;md5=5744eeff407aeb6e7a1346eebab486a2" |
6 | 6 | ||
7 | PR = "r2" | 7 | PR = "r0" |
8 | PE = "1" | 8 | PE = "1" |
9 | 9 | ||
10 | DEPENDS += "gettext" | 10 | DEPENDS += "gettext" |