diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-07-09 14:05:25 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-14 09:55:55 +0100 |
commit | f0ebbd215840e30d486ecbc608773c223bd6168f (patch) | |
tree | 63405f7ff6d008f2b769f1f78e8e057bef34edac | |
parent | d673ad029948467d7ae4164f5f9199ce4cc4a36c (diff) | |
download | openembedded-core-f0ebbd215840e30d486ecbc608773c223bd6168f.tar.gz openembedded-core-f0ebbd215840e30d486ecbc608773c223bd6168f.tar.bz2 openembedded-core-f0ebbd215840e30d486ecbc608773c223bd6168f.zip |
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>
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 2 |
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" 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" |