diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-11-16 23:15:45 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-18 13:30:27 -0800 |
commit | 4438620b41343952a40865c9b5f0f888511554ed (patch) | |
tree | 46204e1264547a12f1b1c948e5f9d5c6dd72d08f /meta/conf | |
parent | 882d8e8a68bbd60a1b551c3a7080b301ac8ff88d (diff) | |
download | openembedded-core-4438620b41343952a40865c9b5f0f888511554ed.tar.gz openembedded-core-4438620b41343952a40865c9b5f0f888511554ed.tar.bz2 openembedded-core-4438620b41343952a40865c9b5f0f888511554ed.zip |
recordproto: upgrade from 1.14 to the latest version 1.14.1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 341e994b13..98b04a845d 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -87,7 +87,7 @@ PREFERRED_VERSION_pixman ?= "0.18.2" PREFERRED_VERSION_printproto ?= "1.0.4" PREFERRED_VERSION_randrproto ?= "1.3.2" PREFERRED_VERSION_randrproto-nativesdk ?= "1.3.2" -PREFERRED_VERSION_recordproto ?= "1.14" +PREFERRED_VERSION_recordproto ?= "1.14.1" PREFERRED_VERSION_renderproto ?= "0.11" PREFERRED_VERSION_renderproto-nativesdk ?= "0.11" PREFERRED_VERSION_resourceproto ?= "1.1.0" |