summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-07-09 14:05:25 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-14 09:55:55 +0100
commitf0ebbd215840e30d486ecbc608773c223bd6168f (patch)
tree63405f7ff6d008f2b769f1f78e8e057bef34edac /meta
parentd673ad029948467d7ae4164f5f9199ce4cc4a36c (diff)
downloadpoky-f0ebbd215840e30d486ecbc608773c223bd6168f.tar.gz
atk: Fix the PREFERRED_VERSION
Since the atk version has been bumped to 2.30.0 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/poky-fixed-revisions.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc
index a1968aaef7..a6266be606 100644
--- a/meta/conf/distro/include/poky-fixed-revisions.inc
+++ b/meta/conf/distro/include/poky-fixed-revisions.inc
@@ -10,7 +10,7 @@ PREFERRED_VERSION_matchbox-theme-sato ?= "0.1"
10 10
11PREFERRED_VERSION_glib-2.0 ?= "2.24.1" 11PREFERRED_VERSION_glib-2.0 ?= "2.24.1"
12PREFERRED_VERSION_glib-2.0-native ?= "2.24.1" 12PREFERRED_VERSION_glib-2.0-native ?= "2.24.1"
13PREFERRED_VERSION_atk ?= "1.24.0" 13PREFERRED_VERSION_atk ?= "1.30.0"
14PREFERRED_VERSION_cairo ?= "1.8.10" 14PREFERRED_VERSION_cairo ?= "1.8.10"
15PREFERRED_VERSION_pango ?= "1.28.0" 15PREFERRED_VERSION_pango ?= "1.28.0"
16PREFERRED_VERSION_gtk+ ?= "2.20.1" 16PREFERRED_VERSION_gtk+ ?= "2.20.1"