From: Dongxiao Xu Date: Fri, 9 Jul 2010 06:05:25 +0000 (+0800) Subject: atk: Fix the PREFERRED_VERSION X-Git-Tag: 2011-1~5298 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f0ebbd215840e30d486ecbc608773c223bd6168f;p=openembedded-core.git atk: Fix the PREFERRED_VERSION Since the atk version has been bumped to 2.30.0 Signed-off-by: Dongxiao Xu --- 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" PREFERRED_VERSION_glib-2.0 ?= "2.24.1" PREFERRED_VERSION_glib-2.0-native ?= "2.24.1" -PREFERRED_VERSION_atk ?= "1.24.0" +PREFERRED_VERSION_atk ?= "1.30.0" PREFERRED_VERSION_cairo ?= "1.8.10" PREFERRED_VERSION_pango ?= "1.28.0" PREFERRED_VERSION_gtk+ ?= "2.20.1"