diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-11-16 23:14:56 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-18 13:30:27 -0800 |
commit | 882d8e8a68bbd60a1b551c3a7080b301ac8ff88d (patch) | |
tree | 9718f59ad3409d28be4f0b05c24514580f2c87ea /meta | |
parent | ca4e362e204939bcc6d2247620f538f2294a5f03 (diff) | |
download | poky-882d8e8a68bbd60a1b551c3a7080b301ac8ff88d.tar.gz |
randrproto: upgrade from 1.3.1 to the latest version 1.3.2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb (renamed from meta/recipes-graphics/xorg-proto/randrproto_1.3.1.bb) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index baec854d20..341e994b13 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc | |||
@@ -85,8 +85,8 @@ PREFERRED_VERSION_makedepend ?= "1.0.2" | |||
85 | PREFERRED_VERSION_makedepend-native ?= "1.0.2" | 85 | PREFERRED_VERSION_makedepend-native ?= "1.0.2" |
86 | PREFERRED_VERSION_pixman ?= "0.18.2" | 86 | PREFERRED_VERSION_pixman ?= "0.18.2" |
87 | PREFERRED_VERSION_printproto ?= "1.0.4" | 87 | PREFERRED_VERSION_printproto ?= "1.0.4" |
88 | PREFERRED_VERSION_randrproto ?= "1.3.1" | 88 | PREFERRED_VERSION_randrproto ?= "1.3.2" |
89 | PREFERRED_VERSION_randrproto-nativesdk ?= "1.3.1" | 89 | PREFERRED_VERSION_randrproto-nativesdk ?= "1.3.2" |
90 | PREFERRED_VERSION_recordproto ?= "1.14" | 90 | PREFERRED_VERSION_recordproto ?= "1.14" |
91 | PREFERRED_VERSION_renderproto ?= "0.11" | 91 | PREFERRED_VERSION_renderproto ?= "0.11" |
92 | PREFERRED_VERSION_renderproto-nativesdk ?= "0.11" | 92 | PREFERRED_VERSION_renderproto-nativesdk ?= "0.11" |
diff --git a/meta/recipes-graphics/xorg-proto/randrproto_1.3.1.bb b/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb index 725be1d702..1e116d9fed 100644 --- a/meta/recipes-graphics/xorg-proto/randrproto_1.3.1.bb +++ b/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5fa3f85d9eefaa3a945071485be11343 \ | |||
5 | file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f" | 5 | file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f" |
6 | 6 | ||
7 | CONFLICTS = "randrext" | 7 | CONFLICTS = "randrext" |
8 | PR = "r1" | 8 | PR = "r0" |
9 | PE = "1" | 9 | PE = "1" |
10 | 10 | ||
11 | BBCLASSEXTEND = "nativesdk" | 11 | BBCLASSEXTEND = "nativesdk" |